Package com.codename1.xml


package com.codename1.xml
The XML package allows parsing XML documents into DOM objects.
  • Class
    Description
    The Element class defines a single XML element with its attributes and children.
    A callback used to dispatch errors encountered while parsing XML resources
    Parser class used to parse an XML document into a DOM object (Element).
    XMLWriter writes an XML com.codename1.xml.Element into an XML string/file this allowing us to serialize previously parsed and modified XML.