Package com.sun.lwuit.xml

The XML package allows parsing XML documents into DOM objects.

See:
          Description

Interface Summary
ParserCallback A callback used to dispatch errors encountered while parsing XML resources
 

Class Summary
Element The Element class defines a single XML element with its attributes and children.
XMLParser The parser class is used to parse an XML document into a DOM object (Element).
 

Package com.sun.lwuit.xml Description

The XML package allows parsing XML documents into DOM objects.