Package hmi.xml

Support for reading and writing XML.

See:
          Description

Interface Summary
XMLStructure XMLStructure is an extension of XMLizable, that makes some extra assumptions, and also requires a few more methods.
 

Class Summary
CharDataConversion CharDataConversion has methods to translate Strings (back and forth) into XML style CharData.
Info The Info class is intended to be used as "Main class" when the package is jarred.
XMLAttributeMap parlevink.xml.XMLAttributeMap is like java.util.properties, except that it is not limited to String-typed keys and values, and it is based on HashMaps, rather than Hashtables.
XMLFormatting XMLFormatting defines formatting for writing XML structures, such as tabbing and namespace labels
XMLNameSpace XMLNameSpace defines an XML name space, together with a short abbreviating label.
XMLNameSpaceStack XMLNameSpaceStack is a stack of XMLNameSpace elements, including search ops
XMLStructureAdapter XMLStructureAdapter is an implementation of XMLStructure that is intended to be a base class that must be extended.
XMLTokenizer A scanner of XML input streams.
 

Exception Summary
XMLScanException XMLScanException is a RuntimeException that is thrown when a XML input that is not lexically well-formed is scanned, or if an unexpected End-Of-Data is reached.
 

Package hmi.xml Description

Support for reading and writing XML. Main classes are XMLTokenizer and XMLStructureAdapter.