Interface | Description |
---|---|
XmlParserConstants |
Token literal values and constants.
|
Class | Description |
---|---|
SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
TagParser | |
TagParser.Attr | |
TagParser.Tag | |
Token |
Describes the input token stream.
|
XmlCollector |
An XmlVisitor which modifies the structure of the document so that
begin tags are matched properly with end tags and placed in TagBlock
elements.
|
XmlDebugDumper |
Simple XmlVisitor which dumps out the document to the specified
output stream.
|
XmlDocument |
Represents an XML document as a sequence of elements.
|
XmlDocument.Annotation |
Annotations.
|
XmlDocument.Attribute | |
XmlDocument.AttributeList | |
XmlDocument.Comment |
HTML comments.
|
XmlDocument.ElementSequence |
A sequence of HTML elements.
|
XmlDocument.EndTag |
Html end tag.
|
XmlDocument.Newline |
End of line indicator.
|
XmlDocument.Tag |
XML start tag.
|
XmlDocument.TagBlock |
A tag block is a composite structure consisting of a start tag
a sequence of HTML elements, and a matching end tag.
|
XmlDocument.Text |
Plain text.
|
XmlDocument.XmlElement |
Abstract class for HTML elements.
|
XmlDumper |
Simple XmlVisitor which dumps out the document to the specified
output stream.
|
XmlParser | |
XmlParserTokenManager |
Token Manager.
|
XmlScrubber |
XmlScrubber is a Visitor which walks an XmlDocument and cleans it up.
|
XmlVisitor |
Abstract class implementing Visitor pattern for XmlDocument objects.
|
Exception | Description |
---|---|
ParseException |
This exception is thrown when parse errors are encountered.
|
Error | Description |
---|---|
TokenMgrError |
Token Manager Error.
|