Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- A - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element A - anchor.
- ABBR - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element ABBR - abbreviated form (e.g., WWW, HTTP, etc.).
- ACRONYM - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element ACRONYM - acronym.
- add(int, E) - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
This list is unmodifiable, so this method always throws an
UnsupportedOperationException. - add(E) - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
This list is unmodifiable, so this method always throws an
UnsupportedOperationException. - addAll(int, Collection) - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
This list is unmodifiable, so this method always throws an
UnsupportedOperationException. - addAll(Collection) - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
This list is unmodifiable, so this method always throws an
UnsupportedOperationException. - ADDRESS - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element ADDRESS - information on author.
- addValue(String) - Method in class net.htmlparser.jericho.FormControl
-
Adds the specified value to this control's submission values *.
- addValue(String) - Method in class net.htmlparser.jericho.FormField
-
Adds the specified value to the field submission values of this field.
- addValue(String, String) - Method in class net.htmlparser.jericho.FormFields
-
Adds the specified value to the field submission values of the constituent form field with the specified name.
- allowsMultipleValues() - Method in class net.htmlparser.jericho.FormField
-
Indicates whether the field allows multiple values.
- appendCharTo(Appendable) - Method in class net.htmlparser.jericho.CharacterReference
-
Appends the character represented by this character reference to the specified appendable object.
- appendTo(Appendable) - Method in interface net.htmlparser.jericho.CharStreamSource
-
Appends the output to the specified
Appendableobject. - appendTo(Appendable) - Method in class net.htmlparser.jericho.OutputDocument
-
Appends the final content of this output document to the specified
Appendableobject. - appendTo(Appendable) - Method in interface net.htmlparser.jericho.OutputSegment
-
Appends the content of this output segment to the specified
Appendableobject. - appendTo(Appendable) - Method in class net.htmlparser.jericho.Renderer
- appendTo(Appendable) - Method in class net.htmlparser.jericho.SourceCompactor
- appendTo(Appendable) - Method in class net.htmlparser.jericho.SourceFormatter
- appendTo(Appendable) - Method in class net.htmlparser.jericho.TextExtractor
- appendTo(Appendable, int, int) - Method in class net.htmlparser.jericho.OutputDocument
-
Appends the specified portion of the final content of this output document to the specified
Appendableobject. - APPLET - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element APPLET - Java applet.
- AREA - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element AREA - client-side image map area.
- ARTICLE - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element article - self-contained syndicatable or reusable composition.
- ASIDE - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element aside - sidebar for tangentially related content.
- atEndOfAttributes(Source, int, boolean) - Method in class net.htmlparser.jericho.StartTagType
-
Indicates whether the specified source document position is at the end of a tag's attributes.
- Attribute - Class in net.htmlparser.jericho
- AttributeNames - Static variable in class net.htmlparser.jericho.FormControlOutputStyle.ConfigDisplayValue
-
Defines the names of the attributes that are copied from the normal form control output element to a display value element.
- Attributes - Class in net.htmlparser.jericho
- AUDIO - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element audio - audio player.
B
- B - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element B - bold text style.
- BASE - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element BASE - document base URI.
- BASEFONT - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element BASEFONT - base font size.
- BasicLogFormatter - Class in net.htmlparser.jericho
-
Provides basic formatting for log messages.
- BasicLogFormatter() - Constructor for class net.htmlparser.jericho.BasicLogFormatter
- BDI - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element bdi - text directionality isolation.
- BDO - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element BDO - I18N BiDi over-ride.
- BIG - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element BIG - large text style.
- BLOCKQUOTE - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element BLOCKQUOTE - long quotation.
- BODY - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element BODY - document body.
- BR - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element BR - forced line break.
- BUTTON - Enum constant in enum class net.htmlparser.jericho.FormControlType
-
The form control type given to a submit button control implemented using a
BUTTONelement. - BUTTON - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element BUTTON - push button.
C
- CANVAS - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element canvas - scriptable bitmap canvas.
- CAPTION - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element CAPTION - table caption.
- CDATA_SECTION - Static variable in class net.htmlparser.jericho.StartTagType
-
The tag type given to a CDATA section (
<![CDATA[ ... ]]>). - CENTER - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element CENTER - shorthand for DIV align=center.
- CharacterEntityReference - Class in net.htmlparser.jericho
-
Represents an HTML Character Entity Reference.
- CharacterReference - Class in net.htmlparser.jericho
-
Represents an HTML Character Reference, implemented by the subclasses
CharacterEntityReferenceandNumericCharacterReference. - charAt(int) - Method in interface net.htmlparser.jericho.ParseText
-
Returns the character at the specified index.
- charAt(int) - Method in class net.htmlparser.jericho.Segment
-
Returns the character at the specified index.
- charAt(int) - Method in class net.htmlparser.jericho.Source
- CharStreamSource - Interface in net.htmlparser.jericho
-
Represents a character stream source.
- CharStreamSourceUtil - Class in net.htmlparser.jericho
-
Contains static utility methods for manipulating the way data is retrieved from a
CharStreamSourceobject. - CHECKBOX - Enum constant in enum class net.htmlparser.jericho.FormControlType
-
The form control type given to a checkbox control.
- CheckedHTML - Static variable in class net.htmlparser.jericho.FormControlOutputStyle.ConfigDisplayValue
-
Defines the HTML which replaces the normal output element of a
CHECKBOXorRADIOform control if it contains acheckedattribute. - CITE - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element CITE - citation.
- clear() - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
This list is unmodifiable, so this method always throws an
UnsupportedOperationException. - clearCache() - Method in class net.htmlparser.jericho.Source
-
Clears the tag cache of all tags.
- clearValues() - Method in class net.htmlparser.jericho.FormControl
-
Clears the control's existing submission values.
- clearValues() - Method in class net.htmlparser.jericho.FormField
-
Clears the submission values of all the constituent form controls in this field.
- clearValues() - Method in class net.htmlparser.jericho.FormFields
-
Clears the submission values of all the constituent form controls.
- close() - Method in class net.htmlparser.jericho.StreamedSource
-
Closes the underlying
ReaderorInputStreamand releases any system resources associated with it. - CODE - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element CODE - computer code fragment.
- CODE_POINTS_ALL - Static variable in class net.htmlparser.jericho.Config.CompatibilityMode
-
Indicates the recognition of all unicode code points.
- CODE_POINTS_NONE - Static variable in class net.htmlparser.jericho.Config.CompatibilityMode
-
Indicates the recognition of no unicode code points.
- COL - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element COL - table column.
- COLGROUP - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element COLGROUP - table column group.
- ColumnMultipleValueSeparator - Static variable in class net.htmlparser.jericho.Config
-
Determines the string used to separate a single column's multiple values in the output of the
FormFields.getColumnValues(Map)method. - ColumnValueFalse - Static variable in class net.htmlparser.jericho.Config
-
Determines the string that represents the value
falsein the output of theFormFields.getColumnValues(Map)method. - ColumnValueTrue - Static variable in class net.htmlparser.jericho.Config
-
Determines the string that represents the value
truein the output of theFormFields.getColumnValues(Map)method. - COMMAND - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element command - menu command.
- COMMENT - Static variable in class net.htmlparser.jericho.StartTagType
-
The tag type given to an HTML comment (
<!-- ... -->). - COMPARATOR - Static variable in interface net.htmlparser.jericho.OutputSegment
-
The comparator used to sort output segments in the
OutputDocumentbefore output. - compareTo(Segment) - Method in class net.htmlparser.jericho.Segment
-
Compares this
Segmentobject to another object. - CompatibilityMode(String) - Constructor for class net.htmlparser.jericho.Config.CompatibilityMode
-
Constructs a new
CompatibilityModewith the given name. - Config - Class in net.htmlparser.jericho
-
Encapsulates global configuration properties which determine the behaviour of various functions.
- Config.CompatibilityMode - Class in net.htmlparser.jericho
-
Represents a set of configuration parameters that relate to user agent compatibility issues.
- constructEndTag(Source, int, int, String) - Method in class net.htmlparser.jericho.EndTagType
-
Internal method for the construction of an
EndTagobject of this type. - constructStartTag(Source, int, int, String, Attributes) - Method in class net.htmlparser.jericho.StartTagType
-
Internal method for the construction of a
StartTagobject if this type. - constructTagAt(Source, int) - Method in class net.htmlparser.jericho.EndTagTypeGenericImplementation
-
Constructs a tag of this type at the specified position in the specified source document if it matches all of the required features.
- constructTagAt(Source, int) - Method in class net.htmlparser.jericho.StartTagTypeGenericImplementation
-
Constructs a tag of this type at the specified position in the specified source document if it matches all of the required features.
- constructTagAt(Source, int) - Method in class net.htmlparser.jericho.TagType
-
Constructs a tag of this type at the specified position in the specified source document if it matches all of the required features.
- contains(Object) - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
Indicates whether this list contains the specified object.
- containsAll(Collection) - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
Indicates whether this list contains all of the items in the specified collection.
- containsAt(String, int) - Method in interface net.htmlparser.jericho.ParseText
-
Indicates whether this parse text contains the specified string at the specified position.
- ConvertNonBreakingSpaces - Static variable in class net.htmlparser.jericho.Config
-
Determines whether the
CharacterReference.decode(CharSequence)and similar methods convert non-breaking space ( ) character references to normal spaces. - CurrentCompatibilityMode - Static variable in class net.htmlparser.jericho.Config
-
Determines the currently active compatibility mode.
D
- DATALIST - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element datalist - container for options for combo box control.
- DD - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element DD - definition description.
- debug(String) - Method in interface net.htmlparser.jericho.Logger
-
Logs a message at the DEBUG level.
- debug(String) - Method in class net.htmlparser.jericho.WriterLogger
- decode(CharSequence) - Static method in class net.htmlparser.jericho.CharacterReference
-
Decodes the specified HTML encoded text into normal text.
- decode(CharSequence, boolean) - Static method in class net.htmlparser.jericho.CharacterReference
-
Decodes the specified HTML encoded text into normal text.
- decodeCollapseWhiteSpace(CharSequence) - Static method in class net.htmlparser.jericho.CharacterReference
-
Decodes the specified text after collapsing its white space.
- defines(TagType) - Static method in class net.htmlparser.jericho.MasonTagTypes
-
Indicates whether the specified tag type is defined in this class.
- defines(TagType) - Static method in class net.htmlparser.jericho.MicrosoftConditionalCommentTagTypes
-
Indicates whether the specified tag type is defined in this class.
- defines(TagType) - Static method in class net.htmlparser.jericho.MicrosoftTagTypes
-
Deprecated.Indicates whether the specified tag type is defined in this class.
- defines(TagType) - Static method in class net.htmlparser.jericho.PHPTagTypes
-
Indicates whether the specified tag type is defined in this class.
- DEL - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element DEL - deleted text.
- deregister() - Static method in class net.htmlparser.jericho.MasonTagTypes
-
Deregisters all of the tag types defined in this class at once.
- deregister() - Static method in class net.htmlparser.jericho.MicrosoftConditionalCommentTagTypes
-
Deregisters all of the tag types defined in this class at once.
- deregister() - Static method in class net.htmlparser.jericho.MicrosoftTagTypes
-
Deprecated.Deregisters all of the tag types defined in this class at once.
- deregister() - Static method in class net.htmlparser.jericho.PHPTagTypes
-
Deregisters all of the tag types defined in this class at once.
- deregister() - Method in class net.htmlparser.jericho.TagType
-
Deregisters this tag type.
- DETAILS - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element details - disclosure control for hiding details.
- DFN - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element DFN - instance definition.
- DIR - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element DIR - directory list.
- DISABLED - Static variable in interface net.htmlparser.jericho.LoggerProvider
-
A
LoggerProviderimplementation that disables all log messages. - DISPLAY_VALUE - Enum constant in enum class net.htmlparser.jericho.FormControlOutputStyle
-
The normal output element is replaced with a simple representation of the form control's submission value(s).
- DIV - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element DIV - generic language/style container.
- DL - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element DL - definition list.
- DOCTYPE_DECLARATION - Static variable in class net.htmlparser.jericho.StartTagType
-
The tag type given to a document type declaration (
<!DOCTYPE ... >). - DOWNLEVEL_HIDDEN_ENDIF - Static variable in class net.htmlparser.jericho.MicrosoftConditionalCommentTagTypes
- DOWNLEVEL_HIDDEN_IF - Static variable in class net.htmlparser.jericho.MicrosoftConditionalCommentTagTypes
- DOWNLEVEL_REVEALED_CONDITIONAL_COMMENT - Static variable in class net.htmlparser.jericho.MicrosoftTagTypes
-
Deprecated.
- DOWNLEVEL_REVEALED_ENDIF - Static variable in class net.htmlparser.jericho.MicrosoftConditionalCommentTagTypes
- DOWNLEVEL_REVEALED_IF - Static variable in class net.htmlparser.jericho.MicrosoftConditionalCommentTagTypes
- DOWNLEVEL_REVEALED_VALIDATING_ENDIF - Static variable in class net.htmlparser.jericho.MicrosoftConditionalCommentTagTypes
-
The tag type given to a validating downlevel-revealed conditional comment
endiftag (<!--<![endif]-->). - DOWNLEVEL_REVEALED_VALIDATING_IF - Static variable in class net.htmlparser.jericho.MicrosoftConditionalCommentTagTypes
-
The tag type given to a validating downlevel-revealed conditional comment
iftag (<!--[if ... ]><!-->). - DOWNLEVEL_REVEALED_VALIDATING_SIMPLIFIED_IF - Static variable in class net.htmlparser.jericho.MicrosoftConditionalCommentTagTypes
-
The tag type given to a validating simplified downlevel-revealed conditional comment
iftag (<!--[if ... ]>-->). - DT - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element DT - definition term.
E
- Element - Class in net.htmlparser.jericho
- ElementName - Static variable in class net.htmlparser.jericho.FormControlOutputStyle.ConfigDisplayValue
-
Defines the name of display value elements.
- Element Parsing Rules - Section in class net.htmlparser.jericho.Element
- Element Structure - Section in class net.htmlparser.jericho.Element
- EM - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element EM - emphasis.
- EMBED - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element embed - plugin.
- EmptyHTML - Static variable in class net.htmlparser.jericho.FormControlOutputStyle.ConfigDisplayValue
-
Defines the content of a display value element if the submission value of the control is
nullor an empty string. - encloses(int) - Method in class net.htmlparser.jericho.Segment
-
Indicates whether this segment encloses the specified character position in the source document.
- encloses(Segment) - Method in class net.htmlparser.jericho.Segment
-
Indicates whether this
Segmentencloses the specifiedSegment. - encode(char) - Static method in class net.htmlparser.jericho.CharacterReference
-
Encodes the specified character into a character reference if required.
- encode(CharSequence) - Static method in class net.htmlparser.jericho.CharacterReference
-
Encodes the specified text, escaping special characters into character references.
- encode(CharSequence) - Static method in class net.htmlparser.jericho.NumericCharacterReference
-
Encodes the specified text, escaping special characters into numeric character references.
- encodeDecimal(CharSequence) - Static method in class net.htmlparser.jericho.NumericCharacterReference
-
Encodes the specified text, escaping special characters into decimal character references.
- encodeHexadecimal(CharSequence) - Static method in class net.htmlparser.jericho.NumericCharacterReference
-
Encodes the specified text, escaping special characters into hexadecimal character references.
- encodeWithWhiteSpaceFormatting(CharSequence) - Static method in class net.htmlparser.jericho.CharacterReference
-
Encodes the specified text, preserving line breaks, tabs and spaces for rendering by converting them to markup.
- EndTag - Class in net.htmlparser.jericho
- EndTagType - Class in net.htmlparser.jericho
-
Defines the syntax for an end tag type.
- EndTagType(String, String, String, boolean) - Constructor for class net.htmlparser.jericho.EndTagType
-
Constructs a new
EndTagTypeobject with the specified properties. - EndTagTypeGenericImplementation - Class in net.htmlparser.jericho
-
Provides a generic implementation of the abstract
EndTagTypeclass based on the most common end tag behaviour. - EndTagTypeGenericImplementation(String, String, String, boolean, boolean) - Constructor for class net.htmlparser.jericho.EndTagTypeGenericImplementation
-
Constructs a new
EndTagTypeGenericImplementationobject based on the specified properties. - equals(Object) - Method in class net.htmlparser.jericho.Segment
-
Compares the specified object with this
Segmentfor equality. - error(String) - Method in interface net.htmlparser.jericho.Logger
-
Logs a message at the ERROR level.
- error(String) - Method in class net.htmlparser.jericho.WriterLogger
- excludeElement(StartTag) - Method in class net.htmlparser.jericho.TextExtractor
-
Indicates whether the text inside the
Elementof the specified start tag should be excluded from the output.
F
- FIELDSET - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element FIELDSET - form control group.
- FIGCAPTION - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element figcaption - caption for figure.
- FIGURE - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element figure - figure with optional caption.
- FILE - Enum constant in enum class net.htmlparser.jericho.FormControlType
-
The form control type given to a file select control.
- finalize() - Method in class net.htmlparser.jericho.StreamedSource
-
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
- FONT - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element FONT - local change to font.
- FOOTER - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element footer - footer for a page or section.
- FORM - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element FORM - interactive form.
- format(String, String, String) - Static method in class net.htmlparser.jericho.BasicLogFormatter
-
Returns a formatted string representing the specified log entry information.
- format(LogRecord) - Method in class net.htmlparser.jericho.BasicLogFormatter
-
Returns a formatted string representing the log entry information contained in the specified
java.util.logging.LogRecord. - FormControl - Class in net.htmlparser.jericho
-
Represents an HTML form control.
- FormControlOutputStyle - Enum Class in net.htmlparser.jericho
-
An enumerated type representing the three major output styles of a form control's output element.
- FormControlOutputStyle.ConfigDisplayValue - Class in net.htmlparser.jericho
-
Contains static properties that configure the
FormControlOutputStyle.DISPLAY_VALUEform control output style. - FormControlType - Enum Class in net.htmlparser.jericho
-
Represents the control type of a
FormControl. - FormField - Class in net.htmlparser.jericho
-
Represents a field in an HTML form, a field being defined as the group of all form controls having the same name.
- FormFields - Class in net.htmlparser.jericho
-
Represents a collection of
FormFieldobjects. - FormFields(Collection) - Constructor for class net.htmlparser.jericho.FormFields
-
Constructs a new
FormFieldsobject consisting of the specified form controls. - FRAME - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element FRAME - subwindow.
- FRAMESET - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element FRAMESET - window subdivision.
- fullSequentialParse() - Method in class net.htmlparser.jericho.Source
-
Parses all of the tags in this source document sequentially from beginning to end.
G
- generateHTML(String) - Static method in class net.htmlparser.jericho.EndTag
- generateHTML(String) - Method in class net.htmlparser.jericho.EndTagType
- generateHTML(String) - Method in class net.htmlparser.jericho.EndTagTypeGenericImplementation
- generateHTML(String, Map, boolean) - Static method in class net.htmlparser.jericho.StartTag
-
Generates the HTML text of a normal start tag with the specified tag name and attributes map.
- generateHTML(Map) - Static method in class net.htmlparser.jericho.Attributes
-
Returns the contents of the specified attributes map as HTML attribute name/value pairs.
- get(int) - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
Returns the item at the specified position in this list.
- get(String) - Method in class net.htmlparser.jericho.Attributes
-
Returns the
Attributewith the specified name (case insensitive). - get(String) - Method in class net.htmlparser.jericho.FormFields
-
Returns the
FormFieldwith the specified name. - getAllCharacterReferences() - Method in class net.htmlparser.jericho.Segment
-
Returns a list of all
CharacterReferenceobjects that are enclosed by this segment. - getAllElements() - Method in class net.htmlparser.jericho.Segment
- getAllElements() - Method in class net.htmlparser.jericho.Source
-
Returns a list of all elements in this source document.
- getAllElements(String) - Method in class net.htmlparser.jericho.Segment
- getAllElements(String, String, boolean) - Method in class net.htmlparser.jericho.Segment
- getAllElements(String, Pattern) - Method in class net.htmlparser.jericho.Segment
- getAllElements(StartTagType) - Method in class net.htmlparser.jericho.Segment
- getAllElementsByClass(String) - Method in class net.htmlparser.jericho.Segment
- getAllStartTags() - Method in class net.htmlparser.jericho.Segment
- getAllStartTags() - Method in class net.htmlparser.jericho.Source
-
Returns a list of all start tags in this source document.
- getAllStartTags(String) - Method in class net.htmlparser.jericho.Segment
- getAllStartTags(String, String, boolean) - Method in class net.htmlparser.jericho.Segment
- getAllStartTags(String, Pattern) - Method in class net.htmlparser.jericho.Segment
- getAllStartTags(StartTagType) - Method in class net.htmlparser.jericho.Segment
- getAllStartTagsByClass(String) - Method in class net.htmlparser.jericho.Segment
- getAllTags() - Method in class net.htmlparser.jericho.Segment
- getAllTags() - Method in class net.htmlparser.jericho.Source
-
Returns a list of all tags in this source document.
- getAllTags(TagType) - Method in class net.htmlparser.jericho.Segment
- getAttributes() - Method in class net.htmlparser.jericho.Element
-
Returns the attributes specified in this element's start tag.
- getAttributes() - Method in class net.htmlparser.jericho.StartTag
-
Returns the attributes specified in this start tag.
- getAttributesMap() - Method in class net.htmlparser.jericho.FormControl
-
Returns a map of the names and values of this form control's output attributes.
- getAttributeValue(String) - Method in class net.htmlparser.jericho.Element
-
Returns the decoded value of the attribute with the specified name (case insensitive).
- getAttributeValue(String) - Method in class net.htmlparser.jericho.StartTag
-
Returns the decoded value of the attribute with the specified name (case insensitive).
- getBegin() - Method in interface net.htmlparser.jericho.OutputSegment
-
Returns the character position in the source text of the output document where this segment begins.
- getBegin() - Method in class net.htmlparser.jericho.Segment
-
Returns the character position in the
Sourcedocument at which this segment begins, inclusive. - getBlockIndentSize() - Method in class net.htmlparser.jericho.Renderer
-
Returns the size of the indent to be used for anything other than
LIelements. - getBlockLevelElementNames() - Static method in class net.htmlparser.jericho.HTMLElements
-
Returns a set containing the names of all the block-level elements.
- getBufferSize() - Method in class net.htmlparser.jericho.StreamedSource
-
Returns the current size of the internal character buffer.
- getCacheDebugInfo() - Method in class net.htmlparser.jericho.Source
-
Returns a string representation of the tag cache, useful for debugging purposes.
- getChar() - Method in class net.htmlparser.jericho.CharacterReference
-
Returns the character represented by this character reference.
- getCharacterReferenceString() - Method in class net.htmlparser.jericho.CharacterEntityReference
-
Returns the correct encoded form of this character entity reference.
- getCharacterReferenceString() - Method in class net.htmlparser.jericho.CharacterReference
-
Returns the encoded form of this character reference.
- getCharacterReferenceString() - Method in class net.htmlparser.jericho.NumericCharacterReference
-
Returns the correct encoded form of this numeric character reference.
- getCharacterReferenceString(int) - Static method in class net.htmlparser.jericho.CharacterEntityReference
-
Returns the character entity reference encoded form of the specified unicode code point.
- getCharacterReferenceString(int) - Static method in class net.htmlparser.jericho.CharacterReference
-
Returns the encoded form of the specified unicode code point.
- getCharacterReferenceString(int) - Static method in class net.htmlparser.jericho.NumericCharacterReference
-
Returns the numeric character reference encoded form of the specified unicode code point.
- getChildElements() - Method in class net.htmlparser.jericho.Element
-
Returns a list of the immediate children of this element in the document element hierarchy.
- getChildElements() - Method in class net.htmlparser.jericho.Segment
-
Returns a list of the immediate children of this segment in the document element hierarchy.
- getChildElements() - Method in class net.htmlparser.jericho.Source
-
Returns a list of the top-level elements in the document element hierarchy.
- getClosingDelimiter() - Method in class net.htmlparser.jericho.TagType
-
Returns the character sequence that marks the end of the tag.
- getCodePoint() - Method in class net.htmlparser.jericho.CharacterReference
-
Returns the unicode code point represented by this character reference.
- getCodePointFromCharacterReferenceString(CharSequence) - Static method in class net.htmlparser.jericho.CharacterReference
-
Parses a single encoded character reference text into a unicode code point.
- getCodePointFromName(String) - Static method in class net.htmlparser.jericho.CharacterEntityReference
-
Returns the unicode code point of the specified character entity reference name.
- getCollapseWhiteSpace() - Method in class net.htmlparser.jericho.SourceFormatter
-
Indicates whether white space in the text between the tags is to be collapsed.
- getColumn() - Method in class net.htmlparser.jericho.RowColumnVector
-
Returns the column number of this character position in the source document.
- getColumn(int) - Method in class net.htmlparser.jericho.Source
-
Returns the column number of the specified character position in the source document.
- getColumnLabels() - Method in class net.htmlparser.jericho.FormFields
-
Returns a string array containing the column labels corresponding to the values from the
FormFields.getColumnValues(Map)method. - getColumnValues() - Method in class net.htmlparser.jericho.FormFields
-
Converts all the form submission values of the constituent form fields into a simple string array, suitable for storage in a tabular format such as a database table or
.CSVfile. - getColumnValues(Map) - Method in class net.htmlparser.jericho.FormFields
-
Converts the data values in the specified field data set into a simple string array, suitable for storage in a tabular format such as a database table or
.CSVfile. - getContent() - Method in class net.htmlparser.jericho.Element
-
Returns the segment representing the content of the element.
- getConvertNonBreakingSpaces() - Method in class net.htmlparser.jericho.Renderer
-
Indicates whether non-breaking space (
) character entity references are converted to spaces. - getConvertNonBreakingSpaces() - Method in class net.htmlparser.jericho.TextExtractor
-
Indicates whether non-breaking space (
) character entity references are converted to spaces. - getCorrespondingEndTagType() - Method in class net.htmlparser.jericho.StartTagType
- getCorrespondingStartTagType() - Method in class net.htmlparser.jericho.EndTagType
- getCount() - Method in class net.htmlparser.jericho.Attributes
-
Returns the number of attributes.
- getCount() - Method in class net.htmlparser.jericho.FormFields
-
Returns the number of
FormFieldobjects. - getCount() - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
Returns the number of items in the list.
- getCurrentSegment() - Method in class net.htmlparser.jericho.StreamedSource
-
Returns the current
Segmentfrom the StreamedSource.iterator(). - getCurrentSegmentCharBuffer() - Method in class net.htmlparser.jericho.StreamedSource
-
Returns a
CharBuffercontaining the source text of the current segment. - getDataSet() - Method in class net.htmlparser.jericho.FormFields
-
Returns the entire field data set represented by the values of the constituent form fields.
- getDebugInfo() - Method in class net.htmlparser.jericho.Attribute
-
Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in class net.htmlparser.jericho.Attributes
-
Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in class net.htmlparser.jericho.CharacterEntityReference
-
Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in class net.htmlparser.jericho.Config.CompatibilityMode
-
Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in class net.htmlparser.jericho.Element
- getDebugInfo() - Method in class net.htmlparser.jericho.EndTag
- getDebugInfo() - Method in class net.htmlparser.jericho.FormControl
- getDebugInfo() - Method in enum class net.htmlparser.jericho.FormControlOutputStyle
-
Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in class net.htmlparser.jericho.FormField
-
Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in class net.htmlparser.jericho.FormFields
-
Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in class net.htmlparser.jericho.NumericCharacterReference
- getDebugInfo() - Method in class net.htmlparser.jericho.OutputDocument
-
Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in interface net.htmlparser.jericho.OutputSegment
-
Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in class net.htmlparser.jericho.Segment
-
Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in class net.htmlparser.jericho.StartTag
- getDecimalCharacterReferenceString() - Method in class net.htmlparser.jericho.CharacterReference
-
Returns the decimal encoded form of this character reference.
- getDecimalCharacterReferenceString(int) - Static method in class net.htmlparser.jericho.CharacterReference
-
Returns the decimal encoded form of the specified unicode code point.
- getDecorateFontStyles() - Method in class net.htmlparser.jericho.Renderer
-
Indicates whether decoration characters are to be included around the content of some font style elements and phrase elements.
- getDefaultBottomMargin(String) - Static method in class net.htmlparser.jericho.Renderer
-
Returns the default bottom margin of an HTML block element with the specified name.
- getDefaultMaxErrorCount() - Static method in class net.htmlparser.jericho.Attributes
-
Returns the default maximum error count allowed when parsing attributes.
- getDefaultTopMargin(String) - Static method in class net.htmlparser.jericho.Renderer
-
Returns the default top margin of an HTML block element with the specified name.
- getDeprecatedElementNames() - Static method in class net.htmlparser.jericho.HTMLElements
-
Returns a set containing the names of all deprecated elements in HTML 4.01.
- getDepth() - Method in class net.htmlparser.jericho.Element
-
Returns the nesting depth of this element in the document element hierarchy.
- getDescription() - Method in class net.htmlparser.jericho.TagType
-
Returns a description of this tag type useful for debugging purposes.
- getDocumentSpecifiedEncoding() - Method in class net.htmlparser.jericho.Source
-
Returns the document encoding specified within the text of the document.
- getElement() - Method in class net.htmlparser.jericho.EndTag
-
Returns the element that is ended by this end tag.
- getElement() - Method in class net.htmlparser.jericho.FormControl
-
Returns the element representing this form control in the source document.
- getElement() - Method in class net.htmlparser.jericho.StartTag
-
Returns the element that is started by this start tag.
- getElement() - Method in class net.htmlparser.jericho.Tag
-
Returns the element that is started or ended by this tag.
- getElementById(String) - Method in class net.htmlparser.jericho.Source
-
Returns the
Elementwith the specifiedidattribute value. - getElementName() - Method in enum class net.htmlparser.jericho.FormControlType
- getElementNames() - Static method in class net.htmlparser.jericho.HTMLElements
-
Returns a list containing all of the HTML element names.
- getEnclosingElement(int) - Method in class net.htmlparser.jericho.Source
- getEnclosingElement(int, String) - Method in class net.htmlparser.jericho.Source
- getEnclosingTag(int) - Method in class net.htmlparser.jericho.Source
- getEnclosingTag(int, TagType) - Method in class net.htmlparser.jericho.Source
- getEncoding() - Method in class net.htmlparser.jericho.Source
-
Returns the character encoding scheme of the source byte stream used to create this object.
- getEncoding() - Method in class net.htmlparser.jericho.StreamedSource
-
Returns the character encoding scheme of the source byte stream used to create this object.
- getEncodingFilterWriter(Writer) - Static method in class net.htmlparser.jericho.CharacterReference
- getEncodingSpecificationInfo() - Method in class net.htmlparser.jericho.Source
-
Returns a concise description of how the encoding of the source document was determined.
- getEncodingSpecificationInfo() - Method in class net.htmlparser.jericho.StreamedSource
-
Returns a concise description of how the encoding of the source document was determined.
- getEnd() - Method in interface net.htmlparser.jericho.OutputSegment
-
Returns the character position in the source text of the output document where this segment ends.
- getEnd() - Method in class net.htmlparser.jericho.Segment
-
Returns the character position in the
Sourcedocument immediately after the end of this segment. - getEnd(Source, int) - Method in class net.htmlparser.jericho.StartTagTypeGenericImplementation
-
Returns the end of a tag of this type, starting from the specified position in the specified source document.
- getEndTag() - Method in class net.htmlparser.jericho.Element
-
Returns the end tag of the element.
- getEndTagForbiddenElementNames() - Static method in class net.htmlparser.jericho.HTMLElements
- getEndTagName(String) - Method in class net.htmlparser.jericho.EndTagType
-
Returns the end tag name that is required to match a corresponding start tag with the specified name.
- getEndTagName(String) - Method in class net.htmlparser.jericho.EndTagTypeGenericImplementation
-
Returns the end tag name that is required to match a corresponding start tag with the specified name.
- getEndTagOptionalElementNames() - Static method in class net.htmlparser.jericho.HTMLElements
- getEndTagRequiredElementNames() - Static method in class net.htmlparser.jericho.HTMLElements
- getEndTagType() - Method in class net.htmlparser.jericho.EndTag
-
Returns the type of this end tag.
- getEstimatedMaximumOutputLength() - Method in interface net.htmlparser.jericho.CharStreamSource
-
Returns the estimated maximum number of characters in the output, or
-1if no estimate is available. - getEstimatedMaximumOutputLength() - Method in class net.htmlparser.jericho.OutputDocument
- getEstimatedMaximumOutputLength() - Method in class net.htmlparser.jericho.Renderer
- getEstimatedMaximumOutputLength() - Method in class net.htmlparser.jericho.SourceCompactor
- getEstimatedMaximumOutputLength() - Method in class net.htmlparser.jericho.SourceFormatter
- getEstimatedMaximumOutputLength() - Method in class net.htmlparser.jericho.TextExtractor
- getExcludeNonHTMLElements() - Method in class net.htmlparser.jericho.TextExtractor
-
Indicates whether the content of non-HTML elements is excluded from the output.
- getFirstElement() - Method in class net.htmlparser.jericho.Segment
- getFirstElement(String) - Method in class net.htmlparser.jericho.Segment
- getFirstElement(String, String, boolean) - Method in class net.htmlparser.jericho.Segment
- getFirstElement(String, Pattern) - Method in class net.htmlparser.jericho.Segment
- getFirstElementByClass(String) - Method in class net.htmlparser.jericho.Segment
- getFirstStartTag() - Method in class net.htmlparser.jericho.Segment
- getFirstStartTag(String) - Method in class net.htmlparser.jericho.Segment
- getFirstStartTag(String, String, boolean) - Method in class net.htmlparser.jericho.Segment
- getFirstStartTag(String, Pattern) - Method in class net.htmlparser.jericho.Segment
- getFirstStartTag(StartTagType) - Method in class net.htmlparser.jericho.Segment
- getFirstStartTagByClass(String) - Method in class net.htmlparser.jericho.Segment
- getFormControl() - Method in class net.htmlparser.jericho.Element
-
Returns the
FormControldefined by this element. - getFormControl() - Method in class net.htmlparser.jericho.FormField
-
Returns the first
FormControlfrom this field. - getFormControl() - Method in class net.htmlparser.jericho.StartTag
-
Returns the
FormControldefined by this start tag. - getFormControl(String) - Method in class net.htmlparser.jericho.FormField
-
Returns the constituent
FormControlwith the specified predefined value. - getFormControls() - Method in class net.htmlparser.jericho.FormField
-
Returns a collection of all the constituent form controls in this field.
- getFormControls() - Method in class net.htmlparser.jericho.FormFields
-
Returns a list of all the constituent form controls from all the form fields in this collection.
- getFormControls() - Method in class net.htmlparser.jericho.Segment
-
Returns a list of the
FormControlobjects that are enclosed by this segment. - getFormControlType() - Method in class net.htmlparser.jericho.FormControl
-
Returns the type of this form control.
- getFormFields() - Method in class net.htmlparser.jericho.Segment
-
Returns the
FormFieldsobject representing all form fields that are enclosed by this segment. - getHexadecimalCharacterReferenceString() - Method in class net.htmlparser.jericho.CharacterReference
-
Returns the hexadecimal encoded form of this character reference.
- getHexadecimalCharacterReferenceString(int) - Static method in class net.htmlparser.jericho.CharacterReference
-
Returns the hexadecimal encoded form of the specified unicode code point.
- getHRLineLength() - Method in class net.htmlparser.jericho.Renderer
-
Returns the length of a horizontal line.
- getIncludeAlternateText() - Method in class net.htmlparser.jericho.Renderer
-
Indicates whether the alternate text of a tag that has an
altattribute is included in the output. - getIncludeAttributes() - Method in class net.htmlparser.jericho.TextExtractor
-
Indicates whether any attribute values are included in the output.
- getIncludeFirstElementTopMargin() - Method in class net.htmlparser.jericho.Renderer
-
Indicates whether the top margin of the first element is rendered.
- getIncludeHyperlinkURLs() - Method in class net.htmlparser.jericho.Renderer
-
Indicates whether hyperlink URLs are included in the output.
- getIndentAllElements() - Method in class net.htmlparser.jericho.SourceFormatter
-
Indicates whether all elements are to be indented, including inline-level elements and those with preformatted contents.
- getIndentString() - Method in class net.htmlparser.jericho.SourceFormatter
-
Returns the string to be used for indentation.
- getInlineLevelElementNames() - Static method in class net.htmlparser.jericho.HTMLElements
-
Returns a set containing the names of all the inline-level elements.
- getKey() - Method in class net.htmlparser.jericho.Attribute
-
Returns the name of this attribute in lower case.
- getListBullets() - Method in class net.htmlparser.jericho.Renderer
-
Returns the bullet characters to use for list items inside
ULelements. - getListIndentSize() - Method in class net.htmlparser.jericho.Renderer
-
Returns the size of the indent to be used for
LIelements. - getLogger() - Method in class net.htmlparser.jericho.Source
-
Returns the
Loggerthat handles log messages. - getLogger() - Method in class net.htmlparser.jericho.StreamedSource
-
Returns the
Loggerthat handles log messages. - getLogger(String) - Method in interface net.htmlparser.jericho.LoggerProvider
-
Creates a new
Loggerinstance with the specified name. - getMaxDepthIndicator() - Method in class net.htmlparser.jericho.Segment
-
Returns an indication of the maximum depth of nested elements within this segment.
- getMaxLineLength() - Method in class net.htmlparser.jericho.Renderer
-
Returns the column at which lines are to be wrapped.
- getName() - Method in class net.htmlparser.jericho.Attribute
-
Returns the name of this attribute in original case.
- getName() - Method in class net.htmlparser.jericho.CharacterEntityReference
-
Returns the name of this character entity reference.
- getName() - Method in class net.htmlparser.jericho.Config.CompatibilityMode
-
Returns the name of this compatibility mode.
- getName() - Method in class net.htmlparser.jericho.Element
- getName() - Method in class net.htmlparser.jericho.FormControl
-
Returns the name of the control.
- getName() - Method in class net.htmlparser.jericho.FormField
-
Returns the control name shared by all of this field's constituent controls.
- getName() - Method in class net.htmlparser.jericho.Tag
-
Returns the name of this tag, always in lower case.
- getName() - Method in class net.htmlparser.jericho.WriterLogger
-
Returns the name of this logger.
- getName(char) - Static method in class net.htmlparser.jericho.CharacterEntityReference
-
Returns the character entity reference name of the specified character.
- getName(int) - Static method in class net.htmlparser.jericho.CharacterEntityReference
-
Returns the character entity reference name of the specified unicode code point.
- getNameEnd(int) - Method in class net.htmlparser.jericho.Source
-
Returns the end position of the XML Name that starts at the specified position.
- getNamePrefix() - Method in class net.htmlparser.jericho.TagType
-
Returns the name prefix required by this tag type.
- getNameSegment() - Method in class net.htmlparser.jericho.Attribute
-
Returns the segment spanning the name of this attribute.
- getNameSegment() - Method in class net.htmlparser.jericho.Tag
-
Returns the segment spanning the name of this tag.
- getNameToCodePointMap() - Static method in class net.htmlparser.jericho.CharacterEntityReference
-
Returns a map of character entity reference names (
String) to unicode code points (Integer). - getNestingForbiddenElementNames() - Static method in class net.htmlparser.jericho.HTMLElements
-
Returns a set containing the names of all of the HTML elements which should never contain elements of the same name, either as direct or indirect descendants.
- getNewLine() - Method in class net.htmlparser.jericho.Renderer
-
Returns the string to be used to represent a newline in the output.
- getNewLine() - Method in class net.htmlparser.jericho.Source
-
Returns the newline character sequence used in the source document.
- getNewLine() - Method in class net.htmlparser.jericho.SourceCompactor
-
Returns the string to be used to represent a newline in the output.
- getNewLine() - Method in class net.htmlparser.jericho.SourceFormatter
-
Returns the string to be used to represent a newline in the output.
- getNextCharacterReference(int) - Method in class net.htmlparser.jericho.Source
-
Returns the
CharacterReferencebeginning at or immediately following the specified position in the source document. - getNextElement(int) - Method in class net.htmlparser.jericho.Source
-
Returns the
Elementbeginning at or immediately following the specified position in the source document. - getNextElement(int, String) - Method in class net.htmlparser.jericho.Source
- getNextElement(int, String, String, boolean) - Method in class net.htmlparser.jericho.Source
-
Returns the
Elementwith the specified attribute name/value pair beginning at or immediately following the specified position in the source document. - getNextElement(int, String, Pattern) - Method in class net.htmlparser.jericho.Source
-
Returns the
Elementwith the specified attribute name and value pattern beginning at or immediately following the specified position in the source document. - getNextElementByClass(int, String) - Method in class net.htmlparser.jericho.Source
-
Returns the
Elementwith the specified class beginning at or immediately following the specified position in the source document. - getNextEndTag(int) - Method in class net.htmlparser.jericho.Source
-
Returns the
EndTagbeginning at or immediately following the specified position in the source document. - getNextEndTag(int, String) - Method in class net.htmlparser.jericho.Source
- getNextEndTag(int, String, EndTagType) - Method in class net.htmlparser.jericho.Source
- getNextEndTag(int, EndTagType) - Method in class net.htmlparser.jericho.Source
- getNextStartTag(int) - Method in class net.htmlparser.jericho.Source
-
Returns the
StartTagbeginning at or immediately following the specified position in the source document. - getNextStartTag(int, String) - Method in class net.htmlparser.jericho.Source
- getNextStartTag(int, String, String, boolean) - Method in class net.htmlparser.jericho.Source
-
Returns the
StartTagwith the specified attribute name/value pair beginning at or immediately following the specified position in the source document. - getNextStartTag(int, String, Pattern) - Method in class net.htmlparser.jericho.Source
-
Returns the
StartTagwith the specified attribute name and value pattern beginning at or immediately following the specified position in the source document. - getNextStartTag(int, String, StartTagType) - Method in class net.htmlparser.jericho.Source
- getNextStartTag(int, StartTagType) - Method in class net.htmlparser.jericho.Source
- getNextStartTagByClass(int, String) - Method in class net.htmlparser.jericho.Source
-
Returns the
StartTagwith the specified class beginning at or immediately following the specified position in the source document. - getNextTag() - Method in class net.htmlparser.jericho.Tag
-
Returns the next tag in the source document.
- getNextTag(int) - Method in class net.htmlparser.jericho.Source
-
Returns the
Tagbeginning at or immediately following the specified position in the source document. - getNextTag(int, TagType) - Method in class net.htmlparser.jericho.Source
- getNodeIterator() - Method in class net.htmlparser.jericho.Segment
-
Returns an iterator over every tag, character reference and plain text segment contained within this segment.
- getNonterminatingElementNames(String) - Static method in class net.htmlparser.jericho.HTMLElements
-
Returns the names of elements that do NOT implicitly terminate an HTML element with the specified name.
- getOptionElementIterator() - Method in class net.htmlparser.jericho.FormControl
- getOutputStyle() - Method in class net.htmlparser.jericho.FormControl
-
Returns the current output style of this form control.
- getParentElement() - Method in class net.htmlparser.jericho.Element
-
Returns the parent of this element in the document element hierarchy.
- getParseText() - Method in class net.htmlparser.jericho.Source
-
Returns the parse text of this source document.
- getPos() - Method in class net.htmlparser.jericho.RowColumnVector
-
Returns the character position in the source document.
- getPredefinedValue() - Method in class net.htmlparser.jericho.FormControl
-
Returns the initial value of this control if it has a predefined value.
- getPredefinedValues() - Method in class net.htmlparser.jericho.FormControl
-
Returns a collection of all predefined values in this control in order of appearance.
- getPredefinedValues() - Method in class net.htmlparser.jericho.FormField
-
Returns a collection of the predefined values of all constituent controls in this field.
- getPreliminaryEncodingInfo() - Method in class net.htmlparser.jericho.Source
-
Returns the preliminary encoding of the source document together with a concise description of how it was determined.
- getPreliminaryEncodingInfo() - Method in class net.htmlparser.jericho.StreamedSource
-
Returns the preliminary encoding of the source document together with a concise description of how it was determined.
- getPreviousCharacterReference(int) - Method in class net.htmlparser.jericho.Source
-
Returns the
CharacterReferenceat or immediately preceding (or enclosing) the specified position in the source document. - getPreviousEndTag(int) - Method in class net.htmlparser.jericho.Source
- getPreviousEndTag(int, String) - Method in class net.htmlparser.jericho.Source
- getPreviousEndTag(int, EndTagType) - Method in class net.htmlparser.jericho.Source
- getPreviousStartTag(int) - Method in class net.htmlparser.jericho.Source
- getPreviousStartTag(int, String) - Method in class net.htmlparser.jericho.Source
- getPreviousStartTag(int, String, StartTagType) - Method in class net.htmlparser.jericho.Source
- getPreviousStartTag(int, StartTagType) - Method in class net.htmlparser.jericho.Source
- getPreviousTag() - Method in class net.htmlparser.jericho.Tag
-
Returns the previous tag in the source document.
- getPreviousTag(int) - Method in class net.htmlparser.jericho.Source
- getPreviousTag(int, TagType) - Method in class net.htmlparser.jericho.Source
- getQuoteChar() - Method in class net.htmlparser.jericho.Attribute
-
Returns the character used to quote the value.
- getReader(CharStreamSource) - Static method in class net.htmlparser.jericho.CharStreamSourceUtil
-
Returns a
Readerthat reads the output of the specifiedCharStreamSource. - getRegisteredOutputSegments() - Method in class net.htmlparser.jericho.OutputDocument
-
Returns a list all of the registered
OutputSegmentobjects in this output document. - getRegisteredTagTypes() - Static method in class net.htmlparser.jericho.TagType
-
Returns a list of all the currently registered tag types in order of lowest to highest precedence.
- getRenderer() - Method in class net.htmlparser.jericho.Segment
-
Performs a simple rendering of the HTML markup in this segment into text.
- getRow() - Method in class net.htmlparser.jericho.RowColumnVector
-
Returns the row number of this character position in the source document.
- getRow(int) - Method in class net.htmlparser.jericho.Source
-
Returns the row number of the specified character position in the source document.
- getRowColumnVector() - Method in class net.htmlparser.jericho.Segment
-
Returns a
RowColumnVectorobject representing the row and column number of the start of this segment in the source document. - getRowColumnVector(int) - Method in class net.htmlparser.jericho.Source
-
Returns a
RowColumnVectorobject representing the row and column number of the specified character position in the source document. - getSegment() - Method in class net.htmlparser.jericho.OutputDocument
-
Returns the original segment upon which this output document is based.
- getSource() - Method in class net.htmlparser.jericho.Segment
-
Returns the
Sourcedocument containing this segment. - getSourceFormatter() - Method in class net.htmlparser.jericho.Source
-
Formats the HTML source by laying out each non-inline-level element on a new line with an appropriate indent.
- getSourceText() - Method in class net.htmlparser.jericho.OutputDocument
-
Returns the original source text upon which this output document is based.
- getStartDelimiter() - Method in class net.htmlparser.jericho.TagType
-
Returns the character sequence that marks the start of the tag.
- getStartTag() - Method in class net.htmlparser.jericho.Attribute
-
Returns the start tag to which this attribute belongs.
- getStartTag() - Method in class net.htmlparser.jericho.Element
-
Returns the start tag of the element.
- getStartTagOptionalElementNames() - Static method in class net.htmlparser.jericho.HTMLElements
- getStartTagType() - Method in class net.htmlparser.jericho.StartTag
-
Returns the type of this start tag.
- getString(Reader) - Static method in class net.htmlparser.jericho.Util
-
Returns the text loaded from the specified
Readeras a string. - getStyleURISegments() - Method in class net.htmlparser.jericho.Segment
- getTableCellSeparator() - Method in class net.htmlparser.jericho.Renderer
-
Returns the string that is to separate table cells.
- getTagAt(int) - Method in class net.htmlparser.jericho.Source
-
Returns the
Tagat the specified position in the source document. - getTagContent() - Method in class net.htmlparser.jericho.StartTag
-
Returns the segment between the end of the tag's name and the start of its end delimiter.
- getTagType() - Method in class net.htmlparser.jericho.EndTag
- getTagType() - Method in class net.htmlparser.jericho.StartTag
- getTagType() - Method in class net.htmlparser.jericho.Tag
-
Returns the type of this tag.
- getTagTypesIgnoringEnclosedMarkup() - Static method in class net.htmlparser.jericho.TagType
-
Returns an array of all the tag types inside which the parser ignores all non-server tags in parse on demand mode.
- getTerminatingEndTagNames(String) - Static method in class net.htmlparser.jericho.HTMLElements
- getTerminatingStartTagNames(String) - Static method in class net.htmlparser.jericho.HTMLElements
- getTextExtractor() - Method in class net.htmlparser.jericho.Segment
-
Extracts the textual content from the HTML markup of this segment.
- getTidyTags() - Method in class net.htmlparser.jericho.SourceFormatter
-
Indicates whether the original text of each tag is to be replaced with the output from its
Tag.tidy()method. - getUnicodeText() - Method in class net.htmlparser.jericho.CharacterReference
-
Returns the unicode code point of this character reference in U+ notation.
- getUnicodeText(int) - Static method in class net.htmlparser.jericho.CharacterReference
-
Returns the specified unicode code point in U+ notation.
- getUnterminatedCharacterEntityReferenceMaxCodePoint(boolean) - Method in class net.htmlparser.jericho.Config.CompatibilityMode
-
Returns the maximum unicode code point of an unterminated character entity reference which is to be recognised in the specified context.
- getUnterminatedDecimalCharacterReferenceMaxCodePoint(boolean) - Method in class net.htmlparser.jericho.Config.CompatibilityMode
-
Returns the maximum unicode code point of an unterminated decimal character reference which is to be recognised in the specified context.
- getUnterminatedHexadecimalCharacterReferenceMaxCodePoint(boolean) - Method in class net.htmlparser.jericho.Config.CompatibilityMode
-
Returns the maximum unicode code point of an unterminated hexadecimal character reference which is to be recognised in the specified context.
- getURIAttributes() - Method in class net.htmlparser.jericho.Segment
- getUserData() - Method in class net.htmlparser.jericho.Tag
-
Returns the general purpose user data object that has previously been associated with this tag via the
Tag.setUserData(Object)method. - getUserValueCount() - Method in class net.htmlparser.jericho.FormField
-
Returns the number of constituent user value controls in this field.
- getValue() - Method in class net.htmlparser.jericho.Attribute
- getValue(String) - Method in class net.htmlparser.jericho.Attributes
-
Returns the decoded value of the attribute with the specified name (case insensitive).
- getValues() - Method in class net.htmlparser.jericho.FormControl
-
Returns a list of the control's submission values in order of appearance.
- getValues() - Method in class net.htmlparser.jericho.FormField
-
Returns a list of the field submission values in order of appearance.
- getValues(String) - Method in class net.htmlparser.jericho.FormFields
-
Returns a list of the field submission values of all the specified constituent form fields with the specified name.
- getValueSegment() - Method in class net.htmlparser.jericho.Attribute
- getValueSegmentIncludingQuotes() - Method in class net.htmlparser.jericho.Attribute
-
Returns the segment spanning the value of this attribute, including quotation marks if any, or
nullif it has no value. - getWriter() - Method in class net.htmlparser.jericho.WriterLogger
-
Returns the
Writerto which all output is sent.
H
- H1 - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element H1 - heading.
- H2 - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element H2 - heading.
- H3 - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element H3 - heading.
- H4 - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element H4 - heading.
- H5 - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element H5 - heading.
- H6 - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element H6 - heading.
- hasAttributes() - Method in class net.htmlparser.jericho.StartTagType
-
Indicates whether a start tag of this type contains attributes.
- hashCode() - Method in class net.htmlparser.jericho.Segment
-
Returns a hash code value for the segment.
- hasPredefinedValue() - Method in enum class net.htmlparser.jericho.FormControlType
-
Indicates whether any value submitted by this type of control is predefined in the HTML and typically not modified by the user or server/client scripts.
- hasValue() - Method in class net.htmlparser.jericho.Attribute
-
Indicates whether this attribute has a value.
- HEAD - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element HEAD - document head.
- HEADER - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element header - introductory or navigational aids for a page or section.
- HGROUP - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element hgroup - heading group.
- HIDDEN - Enum constant in enum class net.htmlparser.jericho.FormControlType
-
The form control type given to a hidden control.
- HR - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element HR - horizontal rule.
- HTML - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element HTML - document root element.
- HTMLElementName - Interface in net.htmlparser.jericho
-
Contains static fields representing the names of all elements defined in the HTML 4.01 specification and the draft HTML 5 specification.
- HTMLElements - Class in net.htmlparser.jericho
-
Contains static methods which group HTML element names by the characteristics of their associated elements.
I
- I - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element I - italic text style.
- IE - Static variable in class net.htmlparser.jericho.Config.CompatibilityMode
-
Microsoft Internet Explorer compatibility mode.
- IFRAME - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element IFRAME - inline subwindow.
- ignoreWhenParsing() - Method in class net.htmlparser.jericho.Segment
-
Causes the this segment to be ignored when parsing.
- ignoreWhenParsing(int, int) - Method in class net.htmlparser.jericho.Source
-
Causes the specified range of the source text to be ignored when parsing.
- ignoreWhenParsing(Collection) - Method in class net.htmlparser.jericho.Source
-
Causes all of the segments in the specified collection to be ignored when parsing.
- IMAGE - Enum constant in enum class net.htmlparser.jericho.FormControlType
-
The form control type given to a submit button control implemented using an
INPUTelement with attributetype="image". - IMG - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element IMG - Embedded image.
- includeAttribute(StartTag, Attribute) - Method in class net.htmlparser.jericho.TextExtractor
- indexOf(char, int) - Method in interface net.htmlparser.jericho.ParseText
-
Returns the index within this parse text of the first occurrence of the specified character, starting the search at the position specified by
fromIndex. - indexOf(char, int, int) - Method in interface net.htmlparser.jericho.ParseText
-
Returns the index within this parse text of the first occurrence of the specified character, starting the search at the position specified by
fromIndex, and breaking the search at the index specified bybreakAtIndex. - indexOf(Object) - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
Returns the index in this list of the first occurence of the specified object, or -1 if the list does not contain this object.
- indexOf(String, int) - Method in interface net.htmlparser.jericho.ParseText
-
Returns the index within this parse text of the first occurrence of the specified string, starting the search at the position specified by
fromIndex. - indexOf(String, int, int) - Method in interface net.htmlparser.jericho.ParseText
-
Returns the index within this parse text of the first occurrence of the specified string, starting the search at the position specified by
fromIndex, and breaking the search at the index specified bybreakAtIndex. - info(String) - Method in interface net.htmlparser.jericho.Logger
-
Logs a message at the INFO level.
- info(String) - Method in class net.htmlparser.jericho.WriterLogger
- INPUT - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element INPUT - form control.
- INS - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element INS - inserted text.
- insert(int, CharSequence) - Method in class net.htmlparser.jericho.OutputDocument
-
Inserts the specified text at the specified character position in this output document.
- INVALID_CODE_POINT - Static variable in class net.htmlparser.jericho.CharacterReference
-
Represents an invalid unicode code point.
- IsApostropheEncoded - Static variable in class net.htmlparser.jericho.Config
-
Determines whether apostrophes are encoded when calling the
CharacterReference.encode(CharSequence)method. - isChecked() - Method in class net.htmlparser.jericho.FormControl
-
Indicates whether this form control is checked.
- isConditionalCommentEndifTag(Tag) - Static method in class net.htmlparser.jericho.MicrosoftTagTypes
-
Deprecated.Indicates whether the specified tag is a downlevel-revealed conditional comment "endif" tag (
<![endif]>). - isConditionalCommentIfTag(Tag) - Static method in class net.htmlparser.jericho.MicrosoftTagTypes
-
Deprecated.Indicates whether the specified tag is a downlevel-revealed conditional comment "if" tag (
<![if ... ]>). - isDebugEnabled() - Method in interface net.htmlparser.jericho.Logger
-
Indicates whether logging is enabled at the DEBUG level.
- isDebugEnabled() - Method in class net.htmlparser.jericho.WriterLogger
- isDecimal() - Method in class net.htmlparser.jericho.NumericCharacterReference
-
Indicates whether this numeric character reference specifies the unicode code point in decimal format.
- isDefaultIndent(String) - Static method in class net.htmlparser.jericho.Renderer
-
Returns the default value of whether an HTML block element of the specified name is indented.
- isDisabled() - Method in class net.htmlparser.jericho.FormControl
-
Indicates whether this form control is disabled.
- isEmpty() - Method in class net.htmlparser.jericho.Element
-
Indicates whether this element has zero-length content.
- isEmpty() - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
Indicates whether this list is empty.
- isEmptyElementTag() - Method in class net.htmlparser.jericho.Element
-
Indicates whether this element is an empty-element tag.
- isEmptyElementTag() - Method in class net.htmlparser.jericho.StartTag
-
Indicates whether this start tag is an empty-element tag.
- isEndTagForbidden() - Method in class net.htmlparser.jericho.StartTag
-
Indicates whether a matching end tag is forbidden.
- isEndTagRequired() - Method in class net.htmlparser.jericho.StartTag
-
Indicates whether a matching end tag is required.
- isErrorEnabled() - Method in interface net.htmlparser.jericho.Logger
-
Indicates whether logging is enabled at the ERROR level.
- isErrorEnabled() - Method in class net.htmlparser.jericho.WriterLogger
- isFormFieldNameCaseInsensitive() - Method in class net.htmlparser.jericho.Config.CompatibilityMode
-
Indicates whether form field names are treated as case insensitive.
- isHexadecimal() - Method in class net.htmlparser.jericho.NumericCharacterReference
-
Indicates whether this numeric character reference specifies the unicode code point in hexadecimal format.
- IsHTMLEmptyElementTagRecognised - Static variable in class net.htmlparser.jericho.Config
-
Determines whether all empty-element tags are recognised.
- ISINDEX - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element ISINDEX - single line prompt.
- isInfoEnabled() - Method in interface net.htmlparser.jericho.Logger
-
Indicates whether logging is enabled at the INFO level.
- isInfoEnabled() - Method in class net.htmlparser.jericho.WriterLogger
- isNameAfterPrefixRequired() - Method in class net.htmlparser.jericho.StartTagType
-
Indicates whether a valid XML tag name is required directly after the prefix.
- isParsedByMason(TagType) - Static method in class net.htmlparser.jericho.MasonTagTypes
-
Indicates whether the specified tag type is recognised by a Mason parser.
- isParsedByPHP(TagType) - Static method in class net.htmlparser.jericho.PHPTagTypes
-
Indicates whether the specified tag type is recognised by a PHP parser.
- isServerTag() - Method in class net.htmlparser.jericho.TagType
-
Indicates whether this tag type represents a server tag.
- isStatic() - Method in class net.htmlparser.jericho.EndTagTypeGenericImplementation
-
Indicates whether the end tag text is static.
- isSubmit() - Method in enum class net.htmlparser.jericho.FormControlType
-
Indicates whether this control type causes the form to be submitted.
- isSyntacticalEmptyElementTag() - Method in class net.htmlparser.jericho.StartTag
-
Indicates whether this start tag is syntactically an empty-element tag.
- isTerminated() - Method in class net.htmlparser.jericho.CharacterReference
-
Indicates whether this character reference is terminated by a semicolon (
;). - isUnregistered() - Method in class net.htmlparser.jericho.EndTag
- isUnregistered() - Method in class net.htmlparser.jericho.StartTag
- isUnregistered() - Method in class net.htmlparser.jericho.Tag
-
Indicates whether this tag has a syntax that does not match any of the registered tag types.
- isValidPosition(Source, int, int[]) - Method in class net.htmlparser.jericho.TagType
-
Indicates whether a tag of this type is valid in the specified position of the specified source document.
- isWarnEnabled() - Method in interface net.htmlparser.jericho.Logger
-
Indicates whether logging is enabled at the WARN level.
- isWarnEnabled() - Method in class net.htmlparser.jericho.WriterLogger
- isWhiteSpace() - Method in class net.htmlparser.jericho.Segment
-
Indicates whether this segment consists entirely of white space.
- isWhiteSpace(char) - Static method in class net.htmlparser.jericho.Segment
-
Indicates whether the specified character is white space.
- isXML() - Method in class net.htmlparser.jericho.Source
-
Indicates whether the source document is likely to be XML.
- isXML() - Method in class net.htmlparser.jericho.StreamedSource
-
Indicates whether the source document is likely to be XML.
- isXMLName(CharSequence) - Static method in class net.htmlparser.jericho.Tag
-
Indicates whether the specified text is a valid XML Name.
- isXMLNameChar(char) - Static method in class net.htmlparser.jericho.Tag
-
Indicates whether the specified character is valid anywhere in an XML Name.
- isXMLNameStartChar(char) - Static method in class net.htmlparser.jericho.Tag
-
Indicates whether the specified character is valid at the start of an XML Name.
- iterator() - Method in class net.htmlparser.jericho.Attributes
-
Returns an iterator over the
Attributeobjects in this list in order of appearance. - iterator() - Method in class net.htmlparser.jericho.FormFields
-
Returns an iterator over the
FormFieldobjects in the collection. - iterator() - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
Returns an iterator over the items in the list in proper sequence.
- iterator() - Method in class net.htmlparser.jericho.Source
-
Returns an iterator over every tag, character reference and plain text segment contained within the source document.
- iterator() - Method in class net.htmlparser.jericho.StreamedSource
-
Returns an iterator over every tag, character reference and plain text segment contained within the source document.
J
- JAVA - Static variable in interface net.htmlparser.jericho.LoggerProvider
-
A
LoggerProviderimplementation that wraps the standardjava.util.loggingsystem included in the Java SDK version 1.4 and above. - JCL - Static variable in interface net.htmlparser.jericho.LoggerProvider
-
A
LoggerProviderimplementation that wraps the Jakarta Commons Logging (JCL) framework. - Jericho HTML Parser 3.3 - Section in package net.htmlparser.jericho
K
- KBD - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element KBD - text to be entered by the user.
- KEYGEN - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element keygen - cryptographic key-pair generator form control.
L
- LABEL - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element LABEL - form field label text.
- lastIndexOf(char, int) - Method in interface net.htmlparser.jericho.ParseText
-
Returns the index within this parse text of the last occurrence of the specified character, searching backwards starting at the position specified by
fromIndex. - lastIndexOf(char, int, int) - Method in interface net.htmlparser.jericho.ParseText
-
Returns the index within this parse text of the last occurrence of the specified character, searching backwards starting at the position specified by
fromIndex, and breaking the search at the index specified bybreakAtIndex. - lastIndexOf(Object) - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
Returns the index in this list of the last occurence of the specified object, or -1 if the list does not contain this object.
- lastIndexOf(String, int) - Method in interface net.htmlparser.jericho.ParseText
-
Returns the index within this parse text of the last occurrence of the specified string, searching backwards starting at the position specified by
fromIndex. - lastIndexOf(String, int, int) - Method in interface net.htmlparser.jericho.ParseText
-
Returns the index within this parse text of the last occurrence of the specified string, searching backwards starting at the position specified by
fromIndex, and breaking the search at the index specified bybreakAtIndex. - LegacyIteratorCompatabilityMode - Static variable in class net.htmlparser.jericho.Source
-
Deprecated.Modify existing code to explicitly handle CharacterReference segments.
- LEGEND - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element LEGEND - fieldset legend.
- length() - Method in interface net.htmlparser.jericho.ParseText
-
Returns the length of the parse text.
- length() - Method in class net.htmlparser.jericho.Segment
-
Returns the length of the segment.
- length() - Method in class net.htmlparser.jericho.Source
-
Returns the length of the source document.
- LI - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element LI - list item.
- LINK - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element LINK - a media-independent link.
- listIterator() - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
Returns a list iterator of the items in this list (in proper sequence), starting with the first item in the list.
- listIterator(int) - Method in class net.htmlparser.jericho.Attributes
-
Returns a list iterator of the
Attributeobjects in this list in order of appearance, starting at the specified position in the list. - listIterator(int) - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
Returns a list iterator of the items in this list (in proper sequence), starting at the specified position in the list.
- log(String, String) - Method in class net.htmlparser.jericho.WriterLogger
-
Logs the specified message at the specified level.
- LOG4J - Static variable in interface net.htmlparser.jericho.LoggerProvider
-
A
LoggerProviderimplementation that wraps the Apache Log4J framework. - Logger - Interface in net.htmlparser.jericho
-
Defines the interface for handling log messages.
- LoggerProvider - Interface in net.htmlparser.jericho
- LoggerProvider - Static variable in class net.htmlparser.jericho.Config
-
Determines the
LoggerProviderthat is used to create the defaultLoggerobject for each newSourceobject.
M
- MAP - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element MAP - client-side image map.
- MARK - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element mark - highlight.
- MARKUP_DECLARATION - Static variable in class net.htmlparser.jericho.StartTagType
-
The tag type given to a markup declaration (
<!ELEMENT ... >|<!ATTLIST ... >|<!ENTITY ... >|<!NOTATION ... >). - MASON_COMPONENT_CALL - Static variable in class net.htmlparser.jericho.MasonTagTypes
-
The tag type given to a Mason component call (
<& ... &>). - MASON_COMPONENT_CALLED_WITH_CONTENT - Static variable in class net.htmlparser.jericho.MasonTagTypes
-
The tag type given to the start tag of a Mason component called with content (
<&| ... &> ... </&>). - MASON_COMPONENT_CALLED_WITH_CONTENT_END - Static variable in class net.htmlparser.jericho.MasonTagTypes
-
The tag type given to the end tag of a Mason component called with content.
- MASON_NAMED_BLOCK - Static variable in class net.htmlparser.jericho.MasonTagTypes
-
The tag type given to the start tag of a Mason named block (
<%name ... > ... </%name>). - MASON_NAMED_BLOCK_END - Static variable in class net.htmlparser.jericho.MasonTagTypes
-
The tag type given to the end tag of a Mason named block.
- MasonTagTypes - Class in net.htmlparser.jericho
- MENU - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element MENU - menu list.
- merge(FormFields) - Method in class net.htmlparser.jericho.FormFields
-
Merges the specified
FormFieldsinto thisFormFieldscollection. - META - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element META - generic metainformation.
- METER - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element meter - gauge.
- MicrosoftConditionalCommentTagTypes - Class in net.htmlparser.jericho
-
Contains tag types representing Microsoft® conditional comments.
- MicrosoftTagTypes - Class in net.htmlparser.jericho
-
Deprecated.Use the tag types defined in
MicrosoftConditionalCommentTagTypesinstead. - MOZILLA - Static variable in class net.htmlparser.jericho.Config.CompatibilityMode
- MultipleValueSeparator - Static variable in class net.htmlparser.jericho.FormControlOutputStyle.ConfigDisplayValue
-
Defines the text that is used to separate multiple values in a display value element.
N
- NAV - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element nav - section with navigational links.
- net.htmlparser.jericho - package net.htmlparser.jericho
-
Jericho HTML Parser 3.3
- NewLine - Static variable in class net.htmlparser.jericho.Config
-
Determines the string used to represent a newline in text output throughout the library.
- NO_BREAK - Static variable in interface net.htmlparser.jericho.ParseText
-
A value to use as the
breakAtIndexargument in certain methods to indicate that the search should continue to the start or end of the parse text. - NOFRAMES - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element NOFRAMES - alternate content container for non frame-based rendering.
- NORMAL - Enum constant in enum class net.htmlparser.jericho.FormControlOutputStyle
-
Normal display of the output element.
- NORMAL - Static variable in class net.htmlparser.jericho.EndTagType
-
The tag type given to a normal HTML or XML end tag (
</name>). - NORMAL - Static variable in class net.htmlparser.jericho.StartTagType
-
The tag type given to a normal HTML or XML start tag (
<name ... >). - NOSCRIPT - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element NOSCRIPT - alternate content container for non script-based rendering.
- NumericCharacterReference - Class in net.htmlparser.jericho
-
Represents an HTML Numeric Character Reference.
O
- OBJECT - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element OBJECT - generic embedded object.
- OL - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element OL - ordered list.
- OPERA - Static variable in class net.htmlparser.jericho.Config.CompatibilityMode
-
Opera compatibility mode.
- OPTGROUP - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element OPTGROUP - option group.
- OPTION - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element OPTION - selectable choice.
- OUTPUT - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element output - calculated output value.
- outputCSVLine(Writer, String[]) - Static method in class net.htmlparser.jericho.Util
-
Outputs the specified array of strings to the specified
Writerin the format of a line for a CSV file. - OutputDocument - Class in net.htmlparser.jericho
- OutputDocument(Segment) - Constructor for class net.htmlparser.jericho.OutputDocument
-
Constructs a new output document based on the specified
Segment. - OutputDocument(Source) - Constructor for class net.htmlparser.jericho.OutputDocument
-
Constructs a new output document based on the specified source document.
- OutputLevel - Static variable in class net.htmlparser.jericho.BasicLogFormatter
-
Determines whether the logging level is included in the output.
- OutputName - Static variable in class net.htmlparser.jericho.BasicLogFormatter
-
Determines whether the logger name is included in the output.
- OutputSegment - Interface in net.htmlparser.jericho
-
Defines the interface for an output segment, which is used in an
OutputDocumentto replace segments of the source document with other text.
P
- P - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element P - paragraph.
- PARAM - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element PARAM - named property value.
- parse(CharSequence) - Static method in class net.htmlparser.jericho.CharacterReference
-
Parses a single encoded character reference text into a
CharacterReferenceobject. - parseAttributes() - Method in class net.htmlparser.jericho.Segment
-
Parses any
Attributeswithin this segment. - parseAttributes() - Method in class net.htmlparser.jericho.StartTag
-
Parses the attributes specified in this start tag, regardless of the type of start tag.
- parseAttributes(int) - Method in class net.htmlparser.jericho.StartTag
-
Parses the attributes specified in this start tag, regardless of the type of start tag.
- parseAttributes(int, int) - Method in class net.htmlparser.jericho.Source
-
Parses any
Attributesstarting at the specified position. - parseAttributes(int, int, int) - Method in class net.htmlparser.jericho.Source
-
Parses any
Attributesstarting at the specified position. - parseAttributes(Source, int, String) - Method in class net.htmlparser.jericho.StartTagType
-
Internal method for the parsing of
Attributes. - ParseText - Interface in net.htmlparser.jericho
-
Represents the text from the source document that is to be parsed.
- PASSWORD - Enum constant in enum class net.htmlparser.jericho.FormControlType
-
The form control type given to a text input control implemented using an
INPUTelement with attributetype="password". - PasswordChar - Static variable in class net.htmlparser.jericho.FormControlOutputStyle.ConfigDisplayValue
-
Defines the character used to represent the value of a
PASSWORDform control in a display value element. - PHP_SCRIPT - Static variable in class net.htmlparser.jericho.PHPTagTypes
-
The tag type given to a script-style PHP start tag (
<script language="php"> ... </script>). - PHP_SHORT - Static variable in class net.htmlparser.jericho.PHPTagTypes
-
The tag type given to a short-form PHP tag (
<? ... ?>). - PHP_STANDARD - Static variable in class net.htmlparser.jericho.PHPTagTypes
-
The tag type given to a standard PHP tag (
<?php ... ?>). - PHPTagTypes - Class in net.htmlparser.jericho
- populateMap(Map, boolean) - Method in class net.htmlparser.jericho.Attributes
-
Populates the specified
Mapwith the name/value pairs from these attributes. - PRE - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element PRE - preformatted text.
- PROGRESS - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element progress - progress bar.
Q
- Q - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element Q - short inline quotation.
R
- RADIO - Enum constant in enum class net.htmlparser.jericho.FormControlType
-
The form control type given to a radio button control.
- reencode(CharSequence) - Static method in class net.htmlparser.jericho.CharacterReference
- register() - Static method in class net.htmlparser.jericho.MasonTagTypes
-
Registers all of the tag types defined in this class at once.
- register() - Static method in class net.htmlparser.jericho.MicrosoftConditionalCommentTagTypes
-
Registers all of the tag types defined in this class at once.
- register() - Static method in class net.htmlparser.jericho.MicrosoftTagTypes
-
Deprecated.Registers all of the tag types defined in this class at once.
- register() - Static method in class net.htmlparser.jericho.PHPTagTypes
-
Registers all of the tag types defined in this class at once.
- register() - Method in class net.htmlparser.jericho.TagType
-
Registers this tag type for recognition by the parser.
- register(OutputSegment) - Method in class net.htmlparser.jericho.OutputDocument
-
Registers the specified output segment in this output document.
- remove(int) - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
This list is unmodifiable, so this method always throws an
UnsupportedOperationException. - remove(int, int) - Method in class net.htmlparser.jericho.OutputDocument
-
Removes the specified segment of this output document.
- remove(Object) - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
This list is unmodifiable, so this method always throws an
UnsupportedOperationException. - remove(Collection) - Method in class net.htmlparser.jericho.OutputDocument
-
Removes all the segments from this output document represented by the specified source Segment objects.
- remove(Segment) - Method in class net.htmlparser.jericho.OutputDocument
-
Removes the specified segment from this output document.
- REMOVE - Enum constant in enum class net.htmlparser.jericho.FormControlOutputStyle
-
Remove the output element from the output document completely.
- removeAll(Collection) - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
This list is unmodifiable, so this method always throws an
UnsupportedOperationException. - renderAlternateText(StartTag) - Method in class net.htmlparser.jericho.Renderer
-
Renders the alternate text of the specified start tag.
- Renderer - Class in net.htmlparser.jericho
-
Performs a simple rendering of HTML markup into text.
- Renderer(Segment) - Constructor for class net.htmlparser.jericho.Renderer
-
Constructs a new
Rendererbased on the specifiedSegment. - renderHyperlinkURL(StartTag) - Method in class net.htmlparser.jericho.Renderer
-
Renders the hyperlink URL from the specified
StartTag. - replace(int, int, char) - Method in class net.htmlparser.jericho.OutputDocument
-
Replaces the specified segment of this output document with the specified character.
- replace(int, int, CharSequence) - Method in class net.htmlparser.jericho.OutputDocument
-
Replaces the specified segment of this output document with the specified text.
- replace(Attributes, boolean) - Method in class net.htmlparser.jericho.OutputDocument
-
Replaces the specified
Attributessegment in this output document with the name/value entries in the returnedMap. - replace(Attributes, Map) - Method in class net.htmlparser.jericho.OutputDocument
-
Replaces the specified attributes segment in this source document with the name/value entries in the specified
Map. - replace(FormControl) - Method in class net.htmlparser.jericho.OutputDocument
-
Replaces the specified
FormControlin this output document. - replace(FormFields) - Method in class net.htmlparser.jericho.OutputDocument
- replace(Segment, CharSequence) - Method in class net.htmlparser.jericho.OutputDocument
-
Replaces the specified segment in this output document with the specified text.
- replaceWithSpaces(int, int) - Method in class net.htmlparser.jericho.OutputDocument
-
Replaces the specified segment of this output document with a string of spaces of the same length.
- requiresEncoding(char) - Static method in class net.htmlparser.jericho.CharacterReference
-
Indicates whether the specified character would need to be encoded in HTML text.
- retainAll(Collection) - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
This list is unmodifiable, so this method always throws an
UnsupportedOperationException. - RowColumnVector - Class in net.htmlparser.jericho
-
Represents the row and column number of a character position in the source document.
- RP - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element rp - parenthesis for ruby annotation text.
- RT - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element rt - ruby annotation text.
- RUBY - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element ruby - ruby annotation(s).
S
- S - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element S - strike-through text style.
- SAMP - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element SAMP - sample program output, scripts, etc..
- SCRIPT - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element SCRIPT - script statements.
- SECTION - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element section - generic document or application section.
- Segment - Class in net.htmlparser.jericho
-
Represents a segment of a
Sourcedocument. - Segment(Source, int, int) - Constructor for class net.htmlparser.jericho.Segment
-
Constructs a new
Segmentwithin the specified source document with the specified begin and end character positions. - SELECT - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element SELECT - option selector.
- SELECT_MULTIPLE - Enum constant in enum class net.htmlparser.jericho.FormControlType
- SELECT_SINGLE - Enum constant in enum class net.htmlparser.jericho.FormControlType
- SequentialListSegment<E> - Class in net.htmlparser.jericho.nodoc
-
A base class used internally to simulate multiple inheritance of
Segmentandjava.util.AbstractSequentialList. - SequentialListSegment(Source, int, int) - Constructor for class net.htmlparser.jericho.nodoc.SequentialListSegment
- SERVER_COMMON - Static variable in class net.htmlparser.jericho.StartTagType
-
The tag type given to a common server tag (
<% ... %>). - SERVER_COMMON_COMMENT - Static variable in class net.htmlparser.jericho.StartTagType
-
The tag type given to a common server comment tag (
<%-- ... --%>). - SERVER_COMMON_ESCAPED - Static variable in class net.htmlparser.jericho.StartTagType
-
The tag type given to an escaped common server tag (
<\% ... %>). - set(int, E) - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
This list is unmodifiable, so this method always throws an
UnsupportedOperationException. - setBlockIndentSize(int) - Method in class net.htmlparser.jericho.Renderer
-
Sets the size of the indent to be used for anything other than
LIelements. - setBuffer(char[]) - Method in class net.htmlparser.jericho.StreamedSource
-
Specifies an existing character array to use for buffering the incoming character stream.
- setCoalescing(boolean) - Method in class net.htmlparser.jericho.StreamedSource
-
Specifies whether an unbroken section of plain text in the source document should always be coalesced into a single
Segmentby the iterator. - setCollapseWhiteSpace(boolean) - Method in class net.htmlparser.jericho.SourceFormatter
-
Sets whether white space in the text between the tags is to be collapsed.
- setConvertNonBreakingSpaces(boolean) - Method in class net.htmlparser.jericho.Renderer
-
Sets whether non-breaking space (
) character entity references are converted to spaces. - setConvertNonBreakingSpaces(boolean) - Method in class net.htmlparser.jericho.TextExtractor
-
Sets whether non-breaking space (
) character entity references are converted to spaces. - setDataSet(Map) - Method in class net.htmlparser.jericho.FormFields
-
Sets the submission values of all the constituent form controls to match the data in the specified field data set.
- setDebugEnabled(boolean) - Method in class net.htmlparser.jericho.WriterLogger
-
Sets whether logging is enabled at the DEBUG level.
- setDecorateFontStyles(boolean) - Method in class net.htmlparser.jericho.Renderer
-
Sets whether decoration characters are to be included around the content of some font style elements and phrase elements.
- setDefaultBottomMargin(String, int) - Static method in class net.htmlparser.jericho.Renderer
-
Sets the default bottom margin of an HTML block element with the specified name.
- setDefaultIndent(String, boolean) - Static method in class net.htmlparser.jericho.Renderer
-
Sets the default value of whether an HTML block element of the specified name is indented.
- setDefaultMaxErrorCount(int) - Static method in class net.htmlparser.jericho.Attributes
-
Sets the default maximum error count allowed when parsing attributes.
- setDefaultTopMargin(String, int) - Static method in class net.htmlparser.jericho.Renderer
-
Sets the default top margin of an HTML block element with the specified name.
- setDisabled(boolean) - Method in class net.htmlparser.jericho.FormControl
-
Sets whether this form control is disabled.
- setErrorEnabled(boolean) - Method in class net.htmlparser.jericho.WriterLogger
-
Sets whether logging is enabled at the ERROR level.
- setExcludeNonHTMLElements(boolean) - Method in class net.htmlparser.jericho.TextExtractor
-
Sets whether the content of non-HTML elements is excluded from the output.
- setFormFieldNameCaseInsensitive(boolean) - Method in class net.htmlparser.jericho.Config.CompatibilityMode
-
Sets whether form field names are treated as case insensitive.
- setHRLineLength(int) - Method in class net.htmlparser.jericho.Renderer
-
Sets the length of a horizontal line.
- setIncludeAlternateText(boolean) - Method in class net.htmlparser.jericho.Renderer
-
Sets whether the alternate text of a tag that has an
altattribute is included in the output. - setIncludeAttributes(boolean) - Method in class net.htmlparser.jericho.TextExtractor
-
Sets whether any attribute values are included in the output.
- setIncludeFirstElementTopMargin(boolean) - Method in class net.htmlparser.jericho.Renderer
-
Sets whether the top margin of the first element is rendered.
- setIncludeHyperlinkURLs(boolean) - Method in class net.htmlparser.jericho.Renderer
-
Sets whether hyperlink URLs are included in the output.
- setIndentAllElements(boolean) - Method in class net.htmlparser.jericho.SourceFormatter
-
Sets whether all elements are to be indented, including inline-level elements and those with preformatted contents.
- setIndentString(String) - Method in class net.htmlparser.jericho.SourceFormatter
-
Sets the string to be used for indentation.
- setInfoEnabled(boolean) - Method in class net.htmlparser.jericho.WriterLogger
-
Sets whether logging is enabled at the INFO level.
- setListBullets(char[]) - Method in class net.htmlparser.jericho.Renderer
-
Sets the bullet characters to use for list items inside
ULelements. - setListIndentSize(int) - Method in class net.htmlparser.jericho.Renderer
-
Sets the size of the indent to be used for
LIelements. - setLogger(Logger) - Method in class net.htmlparser.jericho.Source
-
Sets the
Loggerthat handles log messages. - setLogger(Logger) - Method in class net.htmlparser.jericho.StreamedSource
-
Sets the
Loggerthat handles log messages. - setMaxLineLength(int) - Method in class net.htmlparser.jericho.Renderer
-
Sets the column at which lines are to be wrapped.
- setNewLine(String) - Method in class net.htmlparser.jericho.Renderer
-
Sets the string to be used to represent a newline in the output.
- setNewLine(String) - Method in class net.htmlparser.jericho.SourceCompactor
-
Sets the string to be used to represent a newline in the output.
- setNewLine(String) - Method in class net.htmlparser.jericho.SourceFormatter
-
Sets the string to be used to represent a newline in the output.
- setOutputStyle(FormControlOutputStyle) - Method in class net.htmlparser.jericho.FormControl
-
Sets the output style of this form control.
- setTableCellSeparator(String) - Method in class net.htmlparser.jericho.Renderer
-
Sets the string that is to separate table cells.
- setTagTypesIgnoringEnclosedMarkup(TagType[]) - Static method in class net.htmlparser.jericho.TagType
-
Sets the tag types inside which the parser ignores all non-server tags.
- setTidyTags(boolean) - Method in class net.htmlparser.jericho.SourceFormatter
-
Sets whether the original text of each tag is to be replaced with the output from its
Tag.tidy()method. - setUnterminatedCharacterEntityReferenceMaxCodePoint(boolean, int) - Method in class net.htmlparser.jericho.Config.CompatibilityMode
-
Sets the maximum unicode code point of an unterminated character entity reference which is to be recognised in the specified context.
- setUnterminatedDecimalCharacterReferenceMaxCodePoint(boolean, int) - Method in class net.htmlparser.jericho.Config.CompatibilityMode
-
Sets the maximum unicode code point of an unterminated decimal character reference which is to be recognised in the specified context.
- setUnterminatedHexadecimalCharacterReferenceMaxCodePoint(boolean, int) - Method in class net.htmlparser.jericho.Config.CompatibilityMode
-
Sets the maximum unicode code point of an unterminated headecimal character reference which is to be recognised in the specified context.
- setUserData(Object) - Method in class net.htmlparser.jericho.Tag
-
Associates the specified general purpose user data object with this tag.
- setValue(String) - Method in class net.htmlparser.jericho.FormControl
-
Sets the control's submission value *.
- setValue(String) - Method in class net.htmlparser.jericho.FormField
-
Sets the field submission values of this field to the single specified value.
- setValue(String, String) - Method in class net.htmlparser.jericho.FormFields
-
Sets the field submission values of the constituent form field with the specified name to the single specified value.
- setValues(Collection) - Method in class net.htmlparser.jericho.FormField
-
Sets the field submission values of this field to the specified values.
- setWarnEnabled(boolean) - Method in class net.htmlparser.jericho.WriterLogger
-
Sets whether logging is enabled at the WARN level.
- size() - Method in class net.htmlparser.jericho.FormFields
-
Returns the number of
FormFieldobjects. - size() - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
Returns the number of items in the list.
- SLF4J - Static variable in interface net.htmlparser.jericho.LoggerProvider
-
A
LoggerProviderimplementation that wraps the SLF4J framework. - SMALL - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element SMALL - small text style.
- Source - Class in net.htmlparser.jericho
-
Represents a source HTML document.
- Source(File) - Constructor for class net.htmlparser.jericho.Source
-
Constructs a new
Sourceobject by loading the content from the specifiedFile. - Source(InputStream) - Constructor for class net.htmlparser.jericho.Source
-
Constructs a new
Sourceobject by loading the content from the specifiedInputStream. - Source(Reader) - Constructor for class net.htmlparser.jericho.Source
-
Constructs a new
Sourceobject by loading the content from the specifiedReader. - Source(CharSequence) - Constructor for class net.htmlparser.jericho.Source
-
Constructs a new
Sourceobject from the specified text. - Source(URL) - Constructor for class net.htmlparser.jericho.Source
-
Constructs a new
Sourceobject by loading the content from the specified URL. - Source(URLConnection) - Constructor for class net.htmlparser.jericho.Source
-
Constructs a new
Sourceobject by loading the content from the specifiedURLConnection. - SOURCE - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element source - media source for video or audio.
- SourceCompactor - Class in net.htmlparser.jericho
-
Compacts HTML source by removing all unnecessary white space.
- SourceCompactor(Segment) - Constructor for class net.htmlparser.jericho.SourceCompactor
-
Constructs a new
SourceCompactorbased on the specifiedSegment. - SourceFormatter - Class in net.htmlparser.jericho
-
Formats HTML source by laying out each non-inline-level element on a new line with an appropriate indent.
- SourceFormatter(Segment) - Constructor for class net.htmlparser.jericho.SourceFormatter
-
Constructs a new
SourceFormatterbased on the specifiedSegment. - SPAN - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element SPAN - generic language/style container.
- StartTag - Class in net.htmlparser.jericho
- StartTagType - Class in net.htmlparser.jericho
-
Defines the syntax for a start tag type.
- StartTagType(String, String, String, EndTagType, boolean, boolean, boolean) - Constructor for class net.htmlparser.jericho.StartTagType
-
Constructs a new
StartTagTypeobject with the specified properties. - StartTagTypeGenericImplementation - Class in net.htmlparser.jericho
-
Provides a generic implementation of the abstract
StartTagTypeclass based on the most common start tag behaviour. - StartTagTypeGenericImplementation(String, String, String, EndTagType, boolean) - Constructor for class net.htmlparser.jericho.StartTagTypeGenericImplementation
-
Constructs a new
StartTagTypeGenericImplementationobject with the specified properties. - StartTagTypeGenericImplementation(String, String, String, EndTagType, boolean, boolean, boolean) - Constructor for class net.htmlparser.jericho.StartTagTypeGenericImplementation
-
Constructs a new
StartTagTypeGenericImplementationobject with the specified properties. - STDERR - Static variable in interface net.htmlparser.jericho.LoggerProvider
-
A
LoggerProviderimplementation that sends all log messages to the standard error output stream (System.err). - StreamedSource - Class in net.htmlparser.jericho
-
Represents a streamed source HTML document.
- StreamedSource(InputStream) - Constructor for class net.htmlparser.jericho.StreamedSource
-
Constructs a new
StreamedSourceobject by loading the content from the specifiedInputStream. - StreamedSource(Reader) - Constructor for class net.htmlparser.jericho.StreamedSource
-
Constructs a new
StreamedSourceobject by loading the content from the specifiedReader. - StreamedSource(CharSequence) - Constructor for class net.htmlparser.jericho.StreamedSource
-
Constructs a new
StreamedSourceobject from the specified text. - StreamedSource(URL) - Constructor for class net.htmlparser.jericho.StreamedSource
-
Constructs a new
StreamedSourceobject by loading the content from the specified URL. - StreamedSource(URLConnection) - Constructor for class net.htmlparser.jericho.StreamedSource
-
Constructs a new
StreamedSourceobject by loading the content from the specifiedURLConnection. - STRIKE - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element STRIKE - strike-through text.
- STRONG - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element STRONG - strong emphasis.
- STYLE - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element STYLE - style info.
- SUB - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element SUB - subscript.
- subList(int, int) - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
Returns a view of the portion of this list between
fromIndex, inclusive, andtoIndex, exclusive. - SUBMIT - Enum constant in enum class net.htmlparser.jericho.FormControlType
-
The form control type given to a submit button control implemented using an
INPUTelement with attributetype="submit". - subSequence(int, int) - Method in interface net.htmlparser.jericho.ParseText
-
Returns a new character sequence that is a subsequence of this sequence.
- subSequence(int, int) - Method in class net.htmlparser.jericho.Segment
-
Returns a new character sequence that is a subsequence of this sequence.
- subSequence(int, int) - Method in class net.htmlparser.jericho.Source
-
Returns a new character sequence that is a subsequence of this source document.
- SUMMARY - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element summary - caption for details.
- SUP - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element SUP - superscript.
T
- TABLE - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element TABLE - table.
- Tag - Class in net.htmlparser.jericho
- tagEncloses(Source, int) - Method in class net.htmlparser.jericho.TagType
-
Indicates whether a tag of this type encloses the specified position of the specified source document.
- Tag Parsing Process - Section in class net.htmlparser.jericho.Tag
- Tag Search Methods - Section in class net.htmlparser.jericho.Tag
- TagType - Class in net.htmlparser.jericho
-
Defines the syntax for a tag type that can be recognised by the parser.
- TBODY - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element TBODY - table body.
- TD - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element TD - table data cell.
- TEXT - Enum constant in enum class net.htmlparser.jericho.FormControlType
-
The form control type given to a text input control implemented using an
INPUTelement with attributetype="text". - TEXTAREA - Enum constant in enum class net.htmlparser.jericho.FormControlType
-
The form control type given to a text input control implemented using a
TEXTAREAelement. - TEXTAREA - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element TEXTAREA - multi-line text field.
- TextExtractor - Class in net.htmlparser.jericho
-
Extracts the textual content from HTML markup.
- TextExtractor(Segment) - Constructor for class net.htmlparser.jericho.TextExtractor
-
Constructs a new
TextExtractorbased on the specifiedSegment. - TFOOT - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element TFOOT - table footer.
- TH - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element TH - table header cell.
- THEAD - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element THEAD - table header.
- tidy() - Method in class net.htmlparser.jericho.EndTag
-
Returns an XML representation of this end tag.
- tidy() - Method in class net.htmlparser.jericho.StartTag
-
Returns an XML representation of this start tag.
- tidy() - Method in class net.htmlparser.jericho.Tag
-
Returns an XML representation of this tag.
- tidy(boolean) - Method in class net.htmlparser.jericho.StartTag
-
Returns an XML or XHTML representation of this start tag.
- TIME - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element time - date and/or time.
- TITLE - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element TITLE - document title.
- toArray() - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
Returns an array containing all of the items in this list.
- toArray(T[]) - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
Returns an array containing all of the items in this list in the correct order; the runtime type of the returned array is that of the specified array.
- toString() - Method in interface net.htmlparser.jericho.CharStreamSource
-
Returns the output as a string.
- toString() - Method in class net.htmlparser.jericho.Config.CompatibilityMode
-
Returns the name of this compatibility mode.
- toString() - Method in class net.htmlparser.jericho.FormField
-
Returns a string representation of this object useful for debugging purposes.
- toString() - Method in class net.htmlparser.jericho.FormFields
-
Returns a string representation of this object useful for debugging purposes.
- toString() - Method in class net.htmlparser.jericho.OutputDocument
-
Returns the final content of this output document as a
String. - toString() - Method in interface net.htmlparser.jericho.OutputSegment
-
Returns the content of this output segment as a
String. - toString() - Method in interface net.htmlparser.jericho.ParseText
-
Returns the content of the parse text as a
String. - toString() - Method in class net.htmlparser.jericho.Renderer
- toString() - Method in class net.htmlparser.jericho.RowColumnVector
-
Returns a string representation of this character position.
- toString() - Method in class net.htmlparser.jericho.Segment
-
Returns the source text of this segment as a
String. - toString() - Method in class net.htmlparser.jericho.Source
-
Returns the source text as a
String. - toString() - Method in class net.htmlparser.jericho.SourceCompactor
- toString() - Method in class net.htmlparser.jericho.SourceFormatter
- toString() - Method in class net.htmlparser.jericho.StreamedSource
-
Returns a string representation of the object as generated by the default
Object.toString()implementation. - toString() - Method in class net.htmlparser.jericho.TagType
-
Returns a string representation of this object useful for debugging purposes.
- toString() - Method in class net.htmlparser.jericho.TextExtractor
- toString(CharStreamSource) - Static method in class net.htmlparser.jericho.CharStreamSourceUtil
-
Returns the output of the specified
CharStreamSourceas a string. - TR - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element TR - table row.
- TT - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element TT - teletype or monospaced text style.
U
- U - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element U - underlined text style.
- UL - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element UL - unordered list.
- UncheckedHTML - Static variable in class net.htmlparser.jericho.FormControlOutputStyle.ConfigDisplayValue
-
Defines the HTML which replaces the normal output element of a
CHECKBOXorRADIOform control if it does not contain acheckedattribute. - UNREGISTERED - Static variable in class net.htmlparser.jericho.EndTagType
- UNREGISTERED - Static variable in class net.htmlparser.jericho.StartTagType
- Util - Class in net.htmlparser.jericho
-
Contains miscellaneous utility methods not directly associated with the HTML Parser library.
V
- valueOf(String) - Static method in enum class net.htmlparser.jericho.FormControlOutputStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.htmlparser.jericho.FormControlType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class net.htmlparser.jericho.FormControlOutputStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.htmlparser.jericho.FormControlType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VAR - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element VAR - instance of a variable or program argument.
- VIDEO - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element video - video player.
W
- warn(String) - Method in interface net.htmlparser.jericho.Logger
-
Logs a message at the WARN level.
- warn(String) - Method in class net.htmlparser.jericho.WriterLogger
- WBR - Static variable in interface net.htmlparser.jericho.HTMLElementName
-
HTML element wbr - line breaking opportunity.
- WriterLogger - Class in net.htmlparser.jericho
-
Provides an implementation of the
Loggerinterface that sends output to the specifiedjava.io.Writer. - WriterLogger(Writer) - Constructor for class net.htmlparser.jericho.WriterLogger
-
Constructs a new
WriterLoggerwith the specifiedWriterand the default name. - WriterLogger(Writer, String) - Constructor for class net.htmlparser.jericho.WriterLogger
-
Constructs a new
WriterLoggerwith the specifiedWriterand name. - writeTo(Writer) - Method in interface net.htmlparser.jericho.CharStreamSource
-
Writes the output to the specified
Writer. - writeTo(Writer) - Method in class net.htmlparser.jericho.OutputDocument
-
Writes the final content of this output document to the specified
Writer. - writeTo(Writer) - Method in interface net.htmlparser.jericho.OutputSegment
-
Writes the content of this output segment to the specified
Writer. - writeTo(Writer) - Method in class net.htmlparser.jericho.Renderer
- writeTo(Writer) - Method in class net.htmlparser.jericho.SourceCompactor
- writeTo(Writer) - Method in class net.htmlparser.jericho.SourceFormatter
- writeTo(Writer) - Method in class net.htmlparser.jericho.TextExtractor
- writeTo(Writer, int, int) - Method in class net.htmlparser.jericho.OutputDocument
-
Writes the specified portion of the final content of this output document to the specified
Writer.
X
- XHTML - Static variable in class net.htmlparser.jericho.Config.CompatibilityMode
-
XHTML compatibility mode.
- XML_DECLARATION - Static variable in class net.htmlparser.jericho.StartTagType
-
The tag type given to an XML declaration (
<?xml ... ?>). - XML_PROCESSING_INSTRUCTION - Static variable in class net.htmlparser.jericho.StartTagType
-
The tag type given to an XML processing instruction (
<?PITarget ... ?>).
_
- _aacute - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
á
á = á-- latin small letter a with acute, U+00E1 ISOlat1. - _Aacute - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Á
Á = Á-- latin capital letter A with acute, U+00C1 ISOlat1. - _acirc - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
â
â = â-- latin small letter a with circumflex, U+00E2 ISOlat1. - _Acirc - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Â
 = Â-- latin capital letter A with circumflex, U+00C2 ISOlat1. - _acute - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
´
´ = ´-- acute accent = spacing acute, U+00B4 ISOdia. - _aelig - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
æ
æ = æ-- latin small letter ae = latin small ligature ae, U+00E6 ISOlat1. - _AElig - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Æ
Æ = Æ-- latin capital letter AE = latin capital ligature AE, U+00C6 ISOlat1. - _agrave - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
à
à = à-- latin small letter a with grave = latin small letter a grave, U+00E0 ISOlat1. - _Agrave - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
À
À = À-- latin capital letter A with grave = latin capital letter A grave, U+00C0 ISOlat1. - _alefsym - Static variable in class net.htmlparser.jericho.CharacterEntityReference
- _alpha - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
α
α = α-- greek small letter alpha, U+03B1 ISOgrk3. - _Alpha - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Α
Α = Α-- greek capital letter alpha, U+0391. - _amp - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
&
& = &-- ampersand, U+0026 ISOnum. - _and - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
∧
∧ = ∧-- logical and = wedge, U+2227 ISOtech. - _ang - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
∠
∠ = ∠-- angle, U+2220 ISOamso. - _apos - Static variable in class net.htmlparser.jericho.CharacterEntityReference
- _aring - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
å
å = å-- latin small letter a with ring above = latin small letter a ring, U+00E5 ISOlat1. - _Aring - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Å
Å = Å-- latin capital letter A with ring above = latin capital letter A ring, U+00C5 ISOlat1. - _asymp - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
≈
≈ = ≈-- almost equal to = asymptotic to, U+2248 ISOamsr. - _atilde - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ã
ã = ã-- latin small letter a with tilde, U+00E3 ISOlat1. - _Atilde - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ã
à = Ã-- latin capital letter A with tilde, U+00C3 ISOlat1. - _auml - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ä
ä = ä-- latin small letter a with diaeresis, U+00E4 ISOlat1. - _Auml - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ä
Ä = Ä-- latin capital letter A with diaeresis, U+00C4 ISOlat1. - _bdquo - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
„
„ = „-- double low-9 quotation mark, U+201E NEW. - _beta - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
β
β = β-- greek small letter beta, U+03B2 ISOgrk3. - _Beta - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Β
Β = Β-- greek capital letter beta, U+0392. - _brvbar - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
¦
¦ = ¦-- broken bar = broken vertical bar, U+00A6 ISOnum. - _bull - Static variable in class net.htmlparser.jericho.CharacterEntityReference
- _cap - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
∩
∩ = ∩-- intersection = cap, U+2229 ISOtech. - _ccedil - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ç
ç = ç-- latin small letter c with cedilla, U+00E7 ISOlat1. - _Ccedil - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ç
Ç = Ç-- latin capital letter C with cedilla, U+00C7 ISOlat1. - _cedil - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
¸
¸ = ¸-- cedilla = spacing cedilla, U+00B8 ISOdia. - _cent - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
¢
¢ = ¢-- cent sign, U+00A2 ISOnum. - _chi - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
χ
χ = χ-- greek small letter chi, U+03C7 ISOgrk3. - _Chi - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Χ
Χ = Χ-- greek capital letter chi, U+03A7. - _circ - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ˆ
ˆ = ˆ-- modifier letter circumflex accent, U+02C6 ISOpub. - _clubs - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
♣
♣ = ♣-- black club suit = shamrock, U+2663 ISOpub. - _cong - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
≅
≅ = ≅-- approximately equal to, U+2245 ISOtech. - _copy - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
©
© = ©-- copyright sign, U+00A9 ISOnum. - _crarr - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
↵
↵ = ↵-- downwards arrow with corner leftwards = carriage return, U+21B5 NEW. - _cup - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
∪
∪ = ∪-- union = cup, U+222A ISOtech. - _curren - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
¤
¤ = ¤-- currency sign, U+00A4 ISOnum. - _dagger - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
†
† = †-- dagger, U+2020 ISOpub. - _Dagger - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
‡
‡ = ‡-- double dagger, U+2021 ISOpub. - _darr - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
↓
↓ = ↓-- downwards arrow, U+2193 ISOnum. - _dArr - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
⇓
⇓ = ⇓-- downwards double arrow, U+21D3 ISOamsa. - _deg - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
°
° = °-- degree sign, U+00B0 ISOnum. - _delta - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
δ
δ = δ-- greek small letter delta, U+03B4 ISOgrk3. - _Delta - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Δ
Δ = Δ-- greek capital letter delta, U+0394 ISOgrk3. - _diams - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
♦
♦ = ♦-- black diamond suit, U+2666 ISOpub. - _divide - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
÷
÷ = ÷-- division sign, U+00F7 ISOnum. - _eacute - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
é
é = é-- latin small letter e with acute, U+00E9 ISOlat1. - _Eacute - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
É
É = É-- latin capital letter E with acute, U+00C9 ISOlat1. - _ecirc - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ê
ê = ê-- latin small letter e with circumflex, U+00EA ISOlat1. - _Ecirc - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ê
Ê = Ê-- latin capital letter E with circumflex, U+00CA ISOlat1. - _egrave - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
è
è = è-- latin small letter e with grave, U+00E8 ISOlat1. - _Egrave - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
È
È = È-- latin capital letter E with grave, U+00C8 ISOlat1. - _empty - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
∅
∅ = ∅-- empty set = null set = diameter, U+2205 ISOamso. - _emsp - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
  =  -- em space, U+2003 ISOpub. - _ensp - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
  =  -- en space, U+2002 ISOpub. - _epsilon - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ε
ε = ε-- greek small letter epsilon, U+03B5 ISOgrk3. - _Epsilon - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ε
Ε = Ε-- greek capital letter epsilon, U+0395. - _equiv - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
≡
≡ = ≡-- identical to, U+2261 ISOtech. - _eta - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
η
η = η-- greek small letter eta, U+03B7 ISOgrk3. - _Eta - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Η
Η = Η-- greek capital letter eta, U+0397. - _eth - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ð
ð = ð-- latin small letter eth, U+00F0 ISOlat1. - _ETH - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ð
Ð = Ð-- latin capital letter ETH, U+00D0 ISOlat1. - _euml - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ë
ë = ë-- latin small letter e with diaeresis, U+00EB ISOlat1. - _Euml - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ë
Ë = Ë-- latin capital letter E with diaeresis, U+00CB ISOlat1. - _euro - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
€
€ = €-- euro sign, U+20AC NEW. - _exist - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
∃
∃ = ∃-- there exists, U+2203 ISOtech. - _fnof - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ƒ
ƒ = ƒ-- latin small letter f with hook = function = florin, U+0192 ISOtech. - _forall - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
∀
∀ = ∀-- for all, U+2200 ISOtech. - _frac12 - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
½
½ = ½-- vulgar fraction one half = fraction one half, U+00BD ISOnum. - _frac14 - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
¼
¼ = ¼-- vulgar fraction one quarter = fraction one quarter, U+00BC ISOnum. - _frac34 - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
¾
¾ = ¾-- vulgar fraction three quarters = fraction three quarters, U+00BE ISOnum. - _frasl - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
⁄
⁄ = ⁄-- fraction slash, U+2044 NEW. - _gamma - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
γ
γ = γ-- greek small letter gamma, U+03B3 ISOgrk3. - _Gamma - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Γ
Γ = Γ-- greek capital letter gamma, U+0393 ISOgrk3. - _ge - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
≥
≥ = ≥-- greater-than or equal to, U+2265 ISOtech. - _gt - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
>
> = >-- greater-than sign, U+003E ISOnum. - _harr - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
↔
↔ = ↔-- left right arrow, U+2194 ISOamsa. - _hArr - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
⇔
⇔ = ⇔-- left right double arrow, U+21D4 ISOamsa. - _hearts - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
♥
♥ = ♥-- black heart suit = valentine, U+2665 ISOpub. - _hellip - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
…
… = …-- horizontal ellipsis = three dot leader, U+2026 ISOpub. - _iacute - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
í
í = í-- latin small letter i with acute, U+00ED ISOlat1. - _Iacute - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Í
Í = Í-- latin capital letter I with acute, U+00CD ISOlat1. - _icirc - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
î
î = î-- latin small letter i with circumflex, U+00EE ISOlat1. - _Icirc - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Î
Î = Î-- latin capital letter I with circumflex, U+00CE ISOlat1. - _iexcl - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
¡
¡ = ¡-- inverted exclamation mark, U+00A1 ISOnum. - _igrave - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ì
ì = ì-- latin small letter i with grave, U+00EC ISOlat1. - _Igrave - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ì
Ì = Ì-- latin capital letter I with grave, U+00CC ISOlat1. - _image - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ℑ
ℑ = ℑ-- black-letter capital I = imaginary part, U+2111 ISOamso. - _infin - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
∞
∞ = ∞-- infinity, U+221E ISOtech. - _int - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
∫
∫ = ∫-- integral, U+222B ISOtech. - _iota - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ι
ι = ι-- greek small letter iota, U+03B9 ISOgrk3. - _Iota - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ι
Ι = Ι-- greek capital letter iota, U+0399. - _iquest - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
¿
¿ = ¿-- inverted question mark = turned question mark, U+00BF ISOnum. - _isin - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
∈
∈ = ∈-- element of, U+2208 ISOtech. - _iuml - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ï
ï = ï-- latin small letter i with diaeresis, U+00EF ISOlat1. - _Iuml - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ï
Ï = Ï-- latin capital letter I with diaeresis, U+00CF ISOlat1. - _kappa - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
κ
κ = κ-- greek small letter kappa, U+03BA ISOgrk3. - _Kappa - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Κ
Κ = Κ-- greek capital letter kappa, U+039A. - _lambda - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
λ
λ = λ-- greek small letter lambda, U+03BB ISOgrk3. - _Lambda - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Λ
Λ = Λ-- greek capital letter lambda, U+039B ISOgrk3. - _lang - Static variable in class net.htmlparser.jericho.CharacterEntityReference
- _laquo - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
«
« = «-- left-pointing double angle quotation mark = left pointing guillemet, U+00AB ISOnum. - _larr - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
←
← = ←-- leftwards arrow, U+2190 ISOnum. - _lArr - Static variable in class net.htmlparser.jericho.CharacterEntityReference
- _lceil - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
⌈
⌈ = ⌈-- left ceiling = APL upstile, U+2308 ISOamsc. - _ldquo - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
“
“ = “-- left double quotation mark, U+201C ISOnum. - _le - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
≤
≤ = ≤-- less-than or equal to, U+2264 ISOtech. - _lfloor - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
⌊
⌊ = ⌊-- left floor = APL downstile, U+230A ISOamsc. - _lowast - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
∗
∗ = ∗-- asterisk operator, U+2217 ISOtech. - _loz - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
◊
◊ = ◊-- lozenge, U+25CA ISOpub. - _lrm - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
‎ = ‎-- left-to-right mark, U+200E NEW RFC 2070. - _lsaquo - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
‹
‹ = ‹-- single left-pointing angle quotation mark, U+2039 ISO proposed
(see comments). - _lsquo - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
‘
‘ = ‘-- left single quotation mark, U+2018 ISOnum. - _lt - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
<
< = <-- less-than sign, U+003C ISOnum. - _macr - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
¯
¯ = ¯-- macron = spacing macron = overline = APL overbar, U+00AF ISOdia. - _mdash - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
—
— = —-- em dash, U+2014 ISOpub. - _micro - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
µ
µ = µ-- micro sign, U+00B5 ISOnum. - _middot - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
·
· = ·-- middle dot = Georgian comma = Greek middle dot, U+00B7 ISOnum. - _minus - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
−
− = −-- minus sign, U+2212 ISOtech. - _mu - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
μ
μ = μ-- greek small letter mu, U+03BC ISOgrk3. - _Mu - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Μ
Μ = Μ-- greek capital letter mu, U+039C. - _nabla - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
∇
∇ = ∇-- nabla = backward difference, U+2207 ISOtech. - _nbsp - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
=  -- no-break space = non-breaking space, U+00A0 ISOnum. - _ndash - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
–
– = –-- en dash, U+2013 ISOpub. - _ne - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
≠
≠ = ≠-- not equal to, U+2260 ISOtech. - _ni - Static variable in class net.htmlparser.jericho.CharacterEntityReference
- _not - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
¬
¬ = ¬-- not sign = angled dash, U+00AC ISOnum. - _notin - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
∉
∉ = ∉-- not an element of, U+2209 ISOtech. - _nsub - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
⊄
⊄ = ⊄-- not a subset of, U+2284 ISOamsn. - _ntilde - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ñ
ñ = ñ-- latin small letter n with tilde, U+00F1 ISOlat1. - _Ntilde - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ñ
Ñ = Ñ-- latin capital letter N with tilde, U+00D1 ISOlat1. - _nu - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ν
ν = ν-- greek small letter nu, U+03BD ISOgrk3. - _Nu - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ν
Ν = Ν-- greek capital letter nu, U+039D. - _oacute - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ó
ó = ó-- latin small letter o with acute, U+00F3 ISOlat1. - _Oacute - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ó
Ó = Ó-- latin capital letter O with acute, U+00D3 ISOlat1. - _ocirc - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ô
ô = ô-- latin small letter o with circumflex, U+00F4 ISOlat1. - _Ocirc - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ô
Ô = Ô-- latin capital letter O with circumflex, U+00D4 ISOlat1. - _oelig - Static variable in class net.htmlparser.jericho.CharacterEntityReference
- _OElig - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Œ
Œ = Œ-- latin capital ligature OE, U+0152 ISOlat2. - _ograve - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ò
ò = ò-- latin small letter o with grave, U+00F2 ISOlat1. - _Ograve - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ò
Ò = Ò-- latin capital letter O with grave, U+00D2 ISOlat1. - _oline - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
‾
‾ = ‾-- overline = spacing overscore, U+203E NEW. - _omega - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ω
ω = ω-- greek small letter omega, U+03C9 ISOgrk3. - _Omega - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ω
Ω = Ω-- greek capital letter omega, U+03A9 ISOgrk3. - _omicron - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ο
ο = ο-- greek small letter omicron, U+03BF NEW. - _Omicron - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ο
Ο = Ο-- greek capital letter omicron, U+039F. - _oplus - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
⊕
⊕ = ⊕-- circled plus = direct sum, U+2295 ISOamsb. - _or - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
∨
∨ = ∨-- logical or = vee, U+2228 ISOtech. - _ordf - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ª
ª = ª-- feminine ordinal indicator, U+00AA ISOnum. - _ordm - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
º
º = º-- masculine ordinal indicator, U+00BA ISOnum. - _oslash - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ø
ø = ø-- latin small letter o with stroke, = latin small letter o slash, U+00F8 ISOlat1. - _Oslash - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ø
Ø = Ø-- latin capital letter O with stroke = latin capital letter O slash, U+00D8 ISOlat1. - _otilde - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
õ
õ = õ-- latin small letter o with tilde, U+00F5 ISOlat1. - _Otilde - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Õ
Õ = Õ-- latin capital letter O with tilde, U+00D5 ISOlat1. - _otimes - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
⊗
⊗ = ⊗-- circled times = vector product, U+2297 ISOamsb. - _ouml - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ö
ö = ö-- latin small letter o with diaeresis, U+00F6 ISOlat1. - _Ouml - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ö
Ö = Ö-- latin capital letter O with diaeresis, U+00D6 ISOlat1. - _para - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
¶
¶ = ¶-- pilcrow sign = paragraph sign, U+00B6 ISOnum. - _part - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
∂
∂ = ∂-- partial differential, U+2202 ISOtech. - _permil - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
‰
‰ = ‰-- per mille sign, U+2030 ISOtech. - _perp - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
⊥
⊥ = ⊥-- up tack = orthogonal to = perpendicular, U+22A5 ISOtech. - _phi - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
φ
φ = φ-- greek small letter phi, U+03C6 ISOgrk3. - _Phi - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Φ
Φ = Φ-- greek capital letter phi, U+03A6 ISOgrk3. - _pi - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
π
π = π-- greek small letter pi, U+03C0 ISOgrk3. - _Pi - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Π
Π = Π-- greek capital letter pi, U+03A0 ISOgrk3. - _piv - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ϖ
ϖ = ϖ-- greek pi symbol, U+03D6 ISOgrk3. - _plusmn - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
±
± = ±-- plus-minus sign = plus-or-minus sign, U+00B1 ISOnum. - _pound - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
£
£ = £-- pound sign, U+00A3 ISOnum. - _prime - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
′
′ = ′-- prime = minutes = feet, U+2032 ISOtech. - _Prime - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
″
″ = ″-- double prime = seconds = inches, U+2033 ISOtech. - _prod - Static variable in class net.htmlparser.jericho.CharacterEntityReference
- _prop - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
∝
∝ = ∝-- proportional to, U+221D ISOtech. - _psi - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ψ
ψ = ψ-- greek small letter psi, U+03C8 ISOgrk3. - _Psi - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ψ
Ψ = Ψ-- greek capital letter psi, U+03A8 ISOgrk3. - _quot - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
"
" = "-- quotation mark = APL quote, U+0022 ISOnum. - _radic - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
√
√ = √-- square root = radical sign, U+221A ISOtech. - _rang - Static variable in class net.htmlparser.jericho.CharacterEntityReference
- _raquo - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
»
» = »-- right-pointing double angle quotation mark = right pointing guillemet, U+00BB ISOnum. - _rarr - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
→
→ = →-- rightwards arrow, U+2192 ISOnum. - _rArr - Static variable in class net.htmlparser.jericho.CharacterEntityReference
- _rceil - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
⌉
⌉ = ⌉-- right ceiling, U+2309 ISOamsc. - _rdquo - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
”
” = ”-- right double quotation mark, U+201D ISOnum. - _real - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ℜ
ℜ = ℜ-- black-letter capital R = real part symbol, U+211C ISOamso. - _reg - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
®
® = ®-- registered sign = registered trade mark sign, U+00AE ISOnum. - _rfloor - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
⌋
⌋ = ⌋-- right floor, U+230B ISOamsc. - _rho - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ρ
ρ = ρ-- greek small letter rho, U+03C1 ISOgrk3. - _Rho - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ρ
Ρ = Ρ-- greek capital letter rho, U+03A1. - _rlm - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
‏ = ‏-- right-to-left mark, U+200F NEW RFC 2070. - _rsaquo - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
›
› = ›-- single right-pointing angle quotation mark, U+203A ISO proposed
(see comments). - _rsquo - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
’
’ = ’-- right single quotation mark, U+2019 ISOnum. - _sbquo - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
‚
‚ = ‚-- single low-9 quotation mark, U+201A NEW. - _scaron - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
š
š = š-- latin small letter s with caron, U+0161 ISOlat2. - _Scaron - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Š
Š = Š-- latin capital letter S with caron, U+0160 ISOlat2. - _sdot - Static variable in class net.htmlparser.jericho.CharacterEntityReference
- _sect - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
§
§ = §-- section sign, U+00A7 ISOnum. - _shy - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
­ = ­-- soft hyphen = discretionary hyphen, U+00AD ISOnum. - _sigma - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
σ
σ = σ-- greek small letter sigma, U+03C3 ISOgrk3. - _Sigma - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Σ
Σ = Σ-- greek capital letter sigma, U+03A3 ISOgrk3. - _sigmaf - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ς
ς = ς-- greek small letter final sigma, U+03C2 ISOgrk3. - _sim - Static variable in class net.htmlparser.jericho.CharacterEntityReference
- _spades - Static variable in class net.htmlparser.jericho.CharacterEntityReference
- _sub - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
⊂
⊂ = ⊂-- subset of, U+2282 ISOtech. - _sube - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
⊆
⊆ = ⊆-- subset of or equal to, U+2286 ISOtech. - _sum - Static variable in class net.htmlparser.jericho.CharacterEntityReference
- _sup - Static variable in class net.htmlparser.jericho.CharacterEntityReference
- _sup1 - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
¹
¹ = ¹-- superscript one = superscript digit one, U+00B9 ISOnum. - _sup2 - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
²
² = ²-- superscript two = superscript digit two = squared, U+00B2 ISOnum. - _sup3 - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
³
³ = ³-- superscript three = superscript digit three = cubed, U+00B3 ISOnum. - _supe - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
⊇
⊇ = ⊇-- superset of or equal to, U+2287 ISOtech. - _szlig - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ß
ß = ß-- latin small letter sharp s = ess-zed, U+00DF ISOlat1. - _tau - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
τ
τ = τ-- greek small letter tau, U+03C4 ISOgrk3. - _Tau - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Τ
Τ = Τ-- greek capital letter tau, U+03A4. - _there4 - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
∴
∴ = ∴-- therefore, U+2234 ISOtech. - _theta - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
θ
θ = θ-- greek small letter theta, U+03B8 ISOgrk3. - _Theta - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Θ
Θ = Θ-- greek capital letter theta, U+0398 ISOgrk3. - _thetasym - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ϑ
ϑ = ϑ-- greek small letter theta symbol, U+03D1 NEW. - _thinsp - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
  =  -- thin space, U+2009 ISOpub. - _thorn - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
þ
þ = þ-- latin small letter thorn, U+00FE ISOlat1. - _THORN - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Þ
Þ = Þ-- latin capital letter THORN, U+00DE ISOlat1. - _tilde - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
˜
˜ = ˜-- small tilde, U+02DC ISOdia. - _times - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
×
× = ×-- multiplication sign, U+00D7 ISOnum. - _trade - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
™
™ = ™-- trade mark sign, U+2122 ISOnum. - _uacute - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ú
ú = ú-- latin small letter u with acute, U+00FA ISOlat1. - _Uacute - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ú
Ú = Ú-- latin capital letter U with acute, U+00DA ISOlat1. - _uarr - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
↑
↑ = ↑-- upwards arrow, U+2191 ISOnum. - _uArr - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
⇑
⇑ = ⇑-- upwards double arrow, U+21D1 ISOamsa. - _ucirc - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
û
û = û-- latin small letter u with circumflex, U+00FB ISOlat1. - _Ucirc - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Û
Û = Û-- latin capital letter U with circumflex, U+00DB ISOlat1. - _ugrave - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ù
ù = ù-- latin small letter u with grave, U+00F9 ISOlat1. - _Ugrave - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ù
Ù = Ù-- latin capital letter U with grave, U+00D9 ISOlat1. - _uml - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
¨
¨ = ¨-- diaeresis = spacing diaeresis, U+00A8 ISOdia. - _upsih - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ϒ
ϒ = ϒ-- greek upsilon with hook symbol, U+03D2 NEW. - _upsilon - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
υ
υ = υ-- greek small letter upsilon, U+03C5 ISOgrk3. - _Upsilon - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Υ
Υ = Υ-- greek capital letter upsilon, U+03A5 ISOgrk3. - _uuml - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ü
ü = ü-- latin small letter u with diaeresis, U+00FC ISOlat1. - _Uuml - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ü
Ü = Ü-- latin capital letter U with diaeresis, U+00DC ISOlat1. - _weierp - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
℘
℘ = ℘-- script capital P = power set = Weierstrass p, U+2118 ISOamso. - _xi - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ξ
ξ = ξ-- greek small letter xi, U+03BE ISOgrk3. - _Xi - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ξ
Ξ = Ξ-- greek capital letter xi, U+039E ISOgrk3. - _yacute - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ý
ý = ý-- latin small letter y with acute, U+00FD ISOlat1. - _Yacute - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ý
Ý = Ý-- latin capital letter Y with acute, U+00DD ISOlat1. - _yen - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
¥
¥ = ¥-- yen sign = yuan sign, U+00A5 ISOnum. - _yuml - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ÿ
ÿ = ÿ-- latin small letter y with diaeresis, U+00FF ISOlat1. - _Yuml - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ÿ
Ÿ = Ÿ-- latin capital letter Y with diaeresis, U+0178 ISOlat2. - _zeta - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ζ
ζ = ζ-- greek small letter zeta, U+03B6 ISOgrk3. - _Zeta - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ζ
Ζ = Ζ-- greek capital letter zeta, U+0396. - _zwj - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
‍ = ‍-- zero width joiner, U+200D NEW RFC 2070. - _zwnj - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
‌ = ‌-- zero width non-joiner, U+200C NEW RFC 2070.
All Classes and Interfaces|All Packages|Constant Field Values
MicrosoftConditionalCommentTagTypes.DOWNLEVEL_REVEALED_IFandMicrosoftConditionalCommentTagTypes.DOWNLEVEL_REVEALED_ENDIFinstead.