| 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. |
| FunctionalInterfaces.Call_with_noargs_return_String
Functional interface for method:
String call() |
| FunctionalInterfaces.Call_with_noargs_return_void
Functional interface for method:
void call() |
| FunctionalInterfaces.Call_with_String_return_void
Functional interface for method:
void call(String text) |
| FunctionalInterfaces.Call_with_String_WebBotItem_return_void
Functional interface for method:
void call(String text, WebBotItem item) |
| FunctionalInterfaces.Call_with_WebBotItem_return_boolean
Functional interface for method:
boolean call(WebBotItem item) |
| FunctionalInterfaces.Call_with_WebBotItem_return_String
Functional interface for method:
String call(WebBotItem item) |
| FunctionalInterfaces.Call_with_WebBotItem_return_void
Functional interface for method:
void call(WebBotItem item) |
| FunctionalInterfaces.Call_with_WebBotItem_Source_OutputDocument_return_void
Functional interface for method:
void call(WebBotItem item, Source source, OutputDocument outputDocument) |
| Logger
Defines the interface for handling log messages.
|
| LoggerProvider |
| LogItem
Represents a logging event that has been queued by a
QueueLogger. |
| LogItem.Level
An enumerated type representing each of the four logging levels
ERROR, WARNING, INFO, and DEBUG. |
| OutputDocument |
| 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.
|
| WebBot
Crawls a website and optionally downloads a working copy.
|
| WebBotItem
Represents a single web page or resource crawled by a
WebBot. |
| WebBotItem.Type
An enumerated type representing a type of
WebItem. |
| Class and Description |
|---|
| Segment
Represents a segment of a
Source document. |