Attribute |
|
Attributes |
|
CharacterReference |
|
CharStreamSource |
Represents a character stream source.
|
Config.CompatibilityMode |
Represents a set of configuration parameters that relate to
user agent compatibility issues.
|
Element |
|
EndTag |
|
EndTagType |
Defines the syntax for an end tag type.
|
FormControl |
|
FormControlOutputStyle |
|
FormControlType |
|
FormField |
Represents a field in an HTML form,
a field being defined as the group of all form controls
having the same name.
|
FormFields |
Represents a collection of FormField objects.
|
Logger |
Defines the interface for handling log messages.
|
LoggerProvider |
Defines the interface for a factory class to provide Logger instances for each Source object.
|
OutputSegment |
Defines the interface for an output segment, which is used in an OutputDocument to
replace segments of the source document with other text.
|
ParseText |
Represents the text from the source document that is to be parsed.
|
Renderer |
Performs a simple rendering of HTML markup into text.
|
RowColumnVector |
Represents the row and column number of a character position in the source document.
|
Segment |
Represents a segment of a Source document.
|
Source |
Represents a source HTML document.
|
SourceCompactor |
Compacts HTML source by removing all unnecessary white space.
|
SourceFormatter |
Formats HTML source by laying out each non-inline-level element on a new line with an appropriate indent.
|
StartTag |
|
StartTagType |
Defines the syntax for a start tag type.
|
StreamedSource |
Represents a streamed source HTML document.
|
Tag |
|
TagType |
Defines the syntax for a tag type that can be recognised by the parser.
|
TextExtractor |
Extracts the textual content from HTML markup.
|