Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gnu.javax.swing.text.html.parser.support.low.* (9)

gnu.javax.swing.text.html.parser.support: Javadoc index of package gnu.javax.swing.text.html.parser.support.


Package Samples:

gnu.javax.swing.text.html.parser.support.low: This package provides various specialised classes, needed by HTML parser.  

Classes:

Parser: A simple error-tolerant HTML parser that uses a DTD document to access data on the possible tokens, arguments and syntax. The parser reads an HTML content from a Reader and calls various notifying methods (which should be overridden in a subclass) when tags or data are encountered. Some HTML elements need no opening or closing tags. The task of this parser is to invoke the tag handling methods also when the tags are not explicitly specified and must be supposed using information, stored in the DTD. For example, parsing the document <table><tr><td>a<td>b<td>c</tr> ...
node: A text level content model node. The only required unary operations here are "appears" and "optionally appears" ('?'). @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
pattern: The simple pattern, consisting from the sequence of tokens that may have the unary modifier '?'. Choices and grouping are not required here.
parameterDefaulter: Returns an attribute set, containing default parameters for the given element. Caches sets of default parameters.
gnuStringIntMapper: A helper class, mapping between the strings and they unique integer identifiers.
Buffer: A string buffer that additionally holds line and absolute postion information.
Constants: The parser constants and operations, directly related to the parser constants.
textPreProcessor: Pre - processes text in text parts of the html document. Not thread - safe.
Location: Defines a region in the text: its bounding positions and the line number.
ReaderTokenizer: Reader splits the input char sequence into tokens.
ParseException: This can be thrown from various parsing methods.
Queue: A token queue.
Token: A token.

Home | Contact Us | Privacy Policy | Terms of Service