Notice: This is a static archive of the Mobile Processing website, as the project is no longer significantly active. All forms and the Discourse boards are no longer functional, and the mobile website at http://wapmp.at/ is no longer available. Please visit the Mobile Processing Google Group for any remaining discussions and the Processing website for the latest news about Processing.
Libraries

XML



The XML library allows Mobile Processing sketches to parse and out XML documents. It is based on a combination of the proXML library and the KXML2 open source library.
XMLElement
This class represents a node in an XML document.

XMLElement


XMLParser
This class is used to parse XML documents.

XMLParser
parse()
start()
stop()
attribute()

EVENT_TAG_START
EVENT_TEXT
EVENT_TAG_END
EVENT_DOCUMENT_END