All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description Attribute Attributes BasicLogFormatter Provides basic formatting for log messages.CharacterEntityReference Represents an HTML Character Entity Reference.CharacterReference Represents an HTML Character Reference, implemented by the subclassesCharacterEntityReference
andNumericCharacterReference
.CharStreamSource Represents a character stream source.CharStreamSourceUtil Contains static utility methods for manipulating the way data is retrieved from aCharStreamSource
object.Config Encapsulates global configuration properties which determine the behaviour of various functions.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.EndTagTypeGenericImplementation Provides a generic implementation of the abstractEndTagType
class based on the most common end tag behaviour.FormControl Represents an HTML form control.FormControlOutputStyle An enumerated type representing the three major output styles of a form control's output element.FormControlOutputStyle.ConfigDisplayValue Contains static properties that configure theFormControlOutputStyle.DISPLAY_VALUE
form control output style.FormControlType Represents the control type of aFormControl
.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 ofFormField
objects.HTMLElementName Contains static fields representing the names of all elements defined in the HTML 4.01 specification and the draft HTML 5 specification.HTMLElements Contains static methods which group HTML element names by the characteristics of their associated elements.Logger Defines the interface for handling log messages.LoggerProvider MasonTagTypes MicrosoftConditionalCommentTagTypes Contains tag types representing Microsoft® conditional comments.MicrosoftTagTypes Deprecated. Use the tag types defined inMicrosoftConditionalCommentTagTypes
instead.NumericCharacterReference Represents an HTML Numeric Character Reference.OutputDocument OutputSegment Defines the interface for an output segment, which is used in anOutputDocument
to replace segments of the source document with other text.ParseText Represents the text from the source document that is to be parsed.PHPTagTypes 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 aSource
document.SequentialListSegment<E> A base class used internally to simulate multiple inheritance ofSegment
andjava.util.AbstractSequentialList
.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.StartTagTypeGenericImplementation Provides a generic implementation of the abstractStartTagType
class based on the most common start tag behaviour.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.Util Contains miscellaneous utility methods not directly associated with the HTML Parser library.WriterLogger Provides an implementation of theLogger
interface that sends output to the specifiedjava.io.Writer
.