Uses of Package
com.sun.lwuit.xml

Packages that use com.sun.lwuit.xml
com.sun.lwuit.html The HTML package allows rendering XHTML-MP 1.0 documents including WCSS support. 
com.sun.lwuit.xml The XML package allows parsing XML documents into DOM objects. 
 

Classes in com.sun.lwuit.xml used by com.sun.lwuit.html
Element
          The Element class defines a single XML element with its attributes and children.
ParserCallback
          A callback used to dispatch errors encountered while parsing XML resources
XMLParser
          The parser class is used to parse an XML document into a DOM object (Element).
 

Classes in com.sun.lwuit.xml used by com.sun.lwuit.xml
Element
          The Element class defines a single XML element with its attributes and children.
ParserCallback
          A callback used to dispatch errors encountered while parsing XML resources