Package com.codename1.xml
package com.codename1.xml
The XML package allows parsing XML documents into DOM objects.
-
ClassDescriptionThe Element class defines a single XML element with its attributes and children.A callback used to dispatch errors encountered while parsing XML resourcesParser class used to parse an XML document into a DOM object (Element).
XMLWriterwrites an XMLcom.codename1.xml.Elementinto an XML string/file this allowing us to serialize previously parsed and modified XML.