Uses of Package
net.htmlparser.jericho
Packages that use net.htmlparser.jericho
-
Classes in net.htmlparser.jericho used by net.htmlparser.jerichoClassDescriptionRepresents an HTML Character Reference, implemented by the subclasses
CharacterEntityReference
andNumericCharacterReference
.Represents a character stream source.Represents a set of configuration parameters that relate to user agent compatibility issues.Defines the syntax for an end tag type.Represents an HTML form control.An enumerated type representing the three major output styles of a form control's output element.Represents the control type of aFormControl
.Represents a field in an HTML form, a field being defined as the group of all form controls having the same name.Represents a collection ofFormField
objects.Defines the interface for handling log messages.Defines the interface for an output segment, which is used in anOutputDocument
to replace segments of the source document with other text.Represents the text from the source document that is to be parsed.Performs a simple rendering of HTML markup into text.Represents the row and column number of a character position in the source document.Represents a segment of aSource
document.Represents a source HTML document.Compacts HTML source by removing all unnecessary white space.Formats HTML source by laying out each non-inline-level element on a new line with an appropriate indent.Defines the syntax for a start tag type.Represents a streamed source HTML document.Defines the syntax for a tag type that can be recognised by the parser.Extracts the textual content from HTML markup. -
Classes in net.htmlparser.jericho used by net.htmlparser.jericho.nodoc