Package xml.parser.javacc

Interface Summary
XmlParserConstants  
 

Class Summary
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  
XmlScrubber XmlScrubber is a Visitor which walks an XmlDocument and cleans it up.
XmlVisitor Abstract class implementing Visitor pattern for XmlDocument objects.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError