| Interface | Description |
|---|---|
| AttributeList.Filter |
Interface to filter each attribute before entering it in the
AttributeList. |
| XmlReadable |
XmlReadable abstracts any sequential resource that can be
passed to an XmlReader. |
| Class | Description |
|---|---|
| AttributeList |
This class describes the attributes attached to a start-tag.
|
| ContentHandler |
Receive notification of the logical content of a document.
|
| DumpXml |
Dumb Xml class used only to dump to the Debug Console the contents of a XML.
|
| XmlReadableByteArray |
Make an XmlReadable from a byte array.
|
| XmlReadableFile |
Make an XmlReadable from a File
Example:
|
| XmlReadablePDBFile |
Make an XmlReadable from a PDBFile
Example:
|
| XmlReadablePort |
Make an XmlReadable from a PortConnector Example:
|
| 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 |
Used to read HTML or XML documents, reporting events to handlers (for
example,
ContentHandler). |
| XmlTokenizer |
A Tokenizer for XML input.
|
| XmlTokenizer4D |
| Exception | Description |
|---|---|
| SyntaxException |
Exception thrown by the XmlTokenizer when a syntax error is found.
|