Package com.sapportals.portal.prt.util.html.parser

Interface Summary
HtmlParserConstants  
 

Class Summary
ASCII_CharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
HtmlDocument  
HtmlDocument.Annotation Annotations.
HtmlDocument.Attribute  
HtmlDocument.AttributeList  
HtmlDocument.Comment HTML comments.
HtmlDocument.ElementSequence A sequence of HTML elements.
HtmlDocument.EndTag Html end tag.
HtmlDocument.HtmlElement Abstract class for HTML elements.
HtmlDocument.Newline End of line indicator.
HtmlDocument.Tag HTML start tag.
HtmlDocument.TagBlock A tag block is a composite structure consisting of a start tag a sequence of HTML elements, and a matching end tag.
HtmlDocument.Text Plain text
HtmlDumper  
HtmlParser  
HtmlParserTokenManager  
HtmlStructurizer HtmlStructurizer.java Created: Mon May 28 17:34:44 2001
ParserVisitor  
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Token Describes the input token stream.
 

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

Error Summary
TokenMgrError