package com.codename1.xml

The XML package allows parsing XML documents into DOM objects.

Types

class ElementThe Element class defines a single XML element with its attributes and children.
interface ParserCallbackA callback used to dispatch errors encountered while parsing XML resources
class XMLParserParser class used to parse an XML document into a DOM object (Element).
class XMLWriterXMLWriter writes an XML com.codename1.xml.Element into an XML string/file this allowing us to serialize previously parsed and modified XML.