Package superwaba.ext.xplat.xml

A very complete XML tokenizer, created by Pierre G Richard.

See:
          Description

Interface Summary
AttributeList.Filter interface to filter each attribute before to enter it in this AttributeList
ContentHandler Receive notification of the logical content of a document.
XmlReadable XmlReadable abstracts any sequential resource that can be passed to an XmlReader.
 

Class Summary
AttributeList This class describes the attributes attached to a start-tag.
DumpXml Dumb Xml class used only to dump to the Debug Console the contents of a XML.
XmlReadableCatalog Make an XmlReadable from a Catalog Example: XmlReader rdr = new XmlReader(); rdr.setContentHandler(...); rdr.parse(new XmlReadableCatalog(SerialPort.DEFAULT, 19200));
XmlReadableSerial Make an XmlReadable from a SerialPort Example: XmlReader rdr = new XmlReader(); rdr.setContentHandler(...); rdr.parse(new XmlReadableSerial(SerialPort.DEFAULT, 19200));
XmlReadableSocket An XmlReadableSocket HAS-A Socket stream that takes care of the HTTP Headers and starts reading at the message-body.
XmlReadableString Make an XmlReadable from a String.
XmlReader Class to read HTML or XML documents, reporting events to handlers (for example, ContentHandler).
XmlTokenizer A Tokenizer for XML input.
 

Exception Summary
SyntaxException Exception thrown by the XmlTokenizer when a syntax error is found.
 

Package superwaba.ext.xplat.xml Description

A very complete XML tokenizer, created by Pierre G Richard.

The SuperWaba Global Library PDB file (that must be installed in the device) containing the classes is located in SuperWabaSDK/lib/xplat/XPlatXML.pdb.