| Comment |
A comment in XML file.
|
| DefaultXMLDialect |
Helper class for describing a certain XML dialect.
|
| DTD |
Document type declaration in XML file.
|
| Entity |
Entity declaration in XML file's Document type declaration.
|
| Handler |
The part of XML filter that actually does the job.
|
| ProcessingInstruction |
A processing instruction in an XML file.
|
| XMLContentBasedTag |
XML content based tag for create shortcuts based on content, not on tag name.
|
| XMLEntityText |
Internal entity text in XML.
|
| XMLFilter |
Abstract basis filter for XML format filters: OpenDocument, DocBook etc.
|
| XMLIntactEntry |
Translatable entry with intact text.
|
| XMLIntactTag |
XML Tag that surrounds intact portions of XML document.
|
| XMLOutOfTurnTag |
Out of turn XML Tag.
|
| XMLPseudoTag |
Parts of XML file which look like a tag, but ain't.
|
| XMLReader |
This class automatically detects encoding of an inner XML file and constructs
a Reader with appropriate encoding.
|
| XMLTag |
XML Tag.
|
| XMLText |
Piece of text in XML.
|
| XMLUtils |
Static XML utility methods.
|
| XMLWriter |
This class writes out the XML files, intercepting the output.
|