Class and Description |
---|
Attribute |
Attributes |
CharacterReference
Represents an HTML Character Reference,
implemented by the subclasses
CharacterEntityReference and NumericCharacterReference . |
CharStreamSource
Represents a character stream source.
|
Config.CharacterReferenceEncodingBehaviour
Specifies the interface for defining character reference encoding behaviour.
|
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
Represents an HTML form control.
|
FormControlOutputStyle
An enumerated type representing the three major output styles of a form control's
output element.
|
FormControlType
Represents the control type
of a
FormControl . |
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 |
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.
|
Class and Description |
---|
Segment
Represents a segment of a
Source document. |