- generateHTML(Map<String, String>) - Static method in class net.htmlparser.jericho.Attributes
-
Returns the contents of the specified
attributes map as HTML attribute name/value pairs.
- generateHTML(String) - Static method in class net.htmlparser.jericho.EndTag
-
Generates the HTML text of a
normal end tag with the specified tag
name.
- generateHTML(String) - Method in class net.htmlparser.jericho.EndTagType
-
- generateHTML(String) - Method in class net.htmlparser.jericho.EndTagTypeGenericImplementation
-
- generateHTML(String, Map<String, String>, boolean) - Static method in class net.htmlparser.jericho.StartTag
-
- get(String) - Method in class net.htmlparser.jericho.Attributes
-
Returns the
Attribute with the specified name (case insensitive).
- get(String) - Method in class net.htmlparser.jericho.FormFields
-
Returns the
FormField with the specified
name.
- get(int) - Method in class net.htmlparser.jericho.nodoc.SequentialListSegment
-
Returns the item at the specified position in this list.
- getAllCharacterReferences() - Method in class net.htmlparser.jericho.Segment
-
- getAllElements() - Method in class net.htmlparser.jericho.Segment
-
- getAllElements(String) - Method in class net.htmlparser.jericho.Segment
-
Returns a list of all
Element objects with the specified name that are
enclosed by this segment.
- getAllElements(StartTagType) - Method in class net.htmlparser.jericho.Segment
-
Returns a list of all
Element objects with start tags of the specified
type that are
enclosed by this segment.
- getAllElements(String, String, boolean) - Method in class net.htmlparser.jericho.Segment
-
Returns a list of all
Element objects with the specified attribute name/value pair that are
enclosed by this segment.
- getAllElements(String, Pattern) - Method in class net.htmlparser.jericho.Segment
-
Returns a list of all
Element objects with the specified attribute name and value pattern that are
enclosed by this segment.
- getAllElements() - Method in class net.htmlparser.jericho.Source
-
Returns a list of all
elements in this source document.
- getAllElementsByClass(String) - Method in class net.htmlparser.jericho.Segment
-
Returns a list of all
Element objects with the specified class that are
enclosed by this segment.
- getAllStartTags() - Method in class net.htmlparser.jericho.Segment
-
- getAllStartTags(StartTagType) - Method in class net.htmlparser.jericho.Segment
-
- getAllStartTags(String) - Method in class net.htmlparser.jericho.Segment
-
- getAllStartTags(String, String, boolean) - Method in class net.htmlparser.jericho.Segment
-
Returns a list of all
StartTag objects with the specified attribute name/value pair that are
enclosed by this segment.
- getAllStartTags(String, Pattern) - Method in class net.htmlparser.jericho.Segment
-
Returns a list of all
StartTag objects with the specified attribute name and value pattern that are
enclosed by this segment.
- getAllStartTags() - Method in class net.htmlparser.jericho.Source
-
Returns a list of all
start tags in this source document.
- getAllStartTagsByClass(String) - Method in class net.htmlparser.jericho.Segment
-
Returns a list of all
StartTag objects with the specified class that are
enclosed by this segment.
- getAllTags() - Method in class net.htmlparser.jericho.Segment
-
Returns a list of all
Tag objects that are
enclosed by this segment.
- getAllTags(TagType) - Method in class net.htmlparser.jericho.Segment
-
Returns a list of all
Tag objects of the specified
type that are
enclosed by this segment.
- getAllTags() - Method in class net.htmlparser.jericho.Source
-
Returns a list of all
tags in this source document.
- 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
-
- 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
-
- getBegin() - Method in class net.htmlparser.jericho.Segment
-
Returns the character position in the
Source document 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
LI elements.
- getBlockLevelElementNames() - Static method in class net.htmlparser.jericho.HTMLElements
-
- 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(int) - Static method in class net.htmlparser.jericho.CharacterEntityReference
-
Returns the character entity reference encoded form of the specified unicode code point.
- getCharacterReferenceString() - Method in class net.htmlparser.jericho.CharacterReference
-
Returns the encoded form of this character reference.
- getCharacterReferenceString(int) - Static method in class net.htmlparser.jericho.CharacterReference
-
Returns the encoded form of the specified unicode code point.
- 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.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
-
- getColumnValues(Map<String, String[]>) - 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
.CSV file.
- 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
.CSV file.
- 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 FormField objects.
- 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
-
- getCurrentSegmentCharBuffer() - Method in class net.htmlparser.jericho.StreamedSource
-
- getDataSet() - Method in class net.htmlparser.jericho.FormFields
-
- 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 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
-
- getDecimalCharacterReferenceString(int) - Static method in class net.htmlparser.jericho.CharacterReference
-
- getDecorateFontStyles() - Method in class net.htmlparser.jericho.Renderer
-
- 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
Element with the specified
id attribute value.
- getElementName() - Method in enum net.htmlparser.jericho.FormControlType
-
Returns the
name of the
Element that constitues this form control type.
- getElementNames() - Static method in class net.htmlparser.jericho.HTMLElements
-
- 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
-
Returns the
Tag that
encloses the specified position in the source document.
- getEnclosingTag(int, TagType) - Method in class net.htmlparser.jericho.Source
-
Returns the
Tag of the specified
type that
encloses the specified position in the source document.
- 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
-
Returns a filter
Writer that
encodes all text before passing it through to the specified
Writer.
- 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
-
- getEnd() - Method in class net.htmlparser.jericho.Segment
-
Returns the character position in the
Source document 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
-
- getEndTagName(String) - Method in class net.htmlparser.jericho.EndTagTypeGenericImplementation
-
- 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 -1 if 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
-
- 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
-
Returns the first
Element with the specified attribute name/value pair
enclosed by this segment.
- getFirstElement(String, Pattern) - Method in class net.htmlparser.jericho.Segment
-
Returns the first
Element with the specified attribute name and value pattern that is
enclosed by this segment.
- getFirstElementByClass(String) - Method in class net.htmlparser.jericho.Segment
-
Returns the first
Element with the specified class that is
enclosed by this segment.
- getFirstStartTag() - Method in class net.htmlparser.jericho.Segment
-
- getFirstStartTag(StartTagType) - 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
-
Returns the first
StartTag with the specified attribute name/value pair
enclosed by this segment.
- getFirstStartTag(String, Pattern) - Method in class net.htmlparser.jericho.Segment
-
Returns the first
StartTag with the specified attribute name and value pattern that is
enclosed by this segment.
- getFirstStartTagByClass(String) - Method in class net.htmlparser.jericho.Segment
-
Returns the first
StartTag with the specified class that is
enclosed by this segment.
- getFormControl() - Method in class net.htmlparser.jericho.Element
-
- getFormControl(String) - Method in class net.htmlparser.jericho.FormField
-
- getFormControl() - Method in class net.htmlparser.jericho.FormField
-
- getFormControl() - Method in class net.htmlparser.jericho.StartTag
-
- 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
-
- getFormControls() - Method in class net.htmlparser.jericho.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
FormFields object representing all form fields that are
enclosed by this segment.
- getHexadecimalCharacterReferenceString() - Method in class net.htmlparser.jericho.CharacterReference
-
- getHexadecimalCharacterReferenceString(int) - Static method in class net.htmlparser.jericho.CharacterReference
-
- 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 alt attribute 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
-
- 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
UL elements.
- getListIndentSize() - Method in class net.htmlparser.jericho.Renderer
-
Returns the size of the indent to be used for
LI elements.
- getLogger(String) - Method in interface net.htmlparser.jericho.LoggerProvider
-
Creates a new
Logger instance with the specified name.
- getLogger() - Method in class net.htmlparser.jericho.Source
-
Returns the
Logger that handles log messages.
- getLogger() - Method in class net.htmlparser.jericho.StreamedSource
-
Returns the
Logger that handles log messages.
- 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(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.
- getName() - Method in class net.htmlparser.jericho.Config.CompatibilityMode
-
Returns the name of this compatibility mode.
- getName() - Method in class net.htmlparser.jericho.Element
-
Returns the
name of the
start tag of this element, always in lower case.
- getName() - Method in class net.htmlparser.jericho.FormControl
-
Returns the
name of the control.
- getName() - Method in class net.htmlparser.jericho.FormField
-
- 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.
- 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
CharacterReference beginning at or immediately following the specified position in the source document.
- getNextElement(int) - Method in class net.htmlparser.jericho.Source
-
Returns the
Element beginning at or immediately following the specified position in the source document.
- getNextElement(int, String) - Method in class net.htmlparser.jericho.Source
-
Returns the
normal Element with the specified
name beginning at or immediately following the specified position in the source document.
- getNextElement(int, String, String, boolean) - Method in class net.htmlparser.jericho.Source
-
Returns the
Element with 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
Element with 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
Element with 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
EndTag beginning at or immediately following the specified position in the source document.
- getNextEndTag(int, EndTagType) - Method in class net.htmlparser.jericho.Source
-
Returns the
EndTag of the specified
type beginning at or immediately following the specified position in the source document.
- getNextEndTag(int, String) - Method in class net.htmlparser.jericho.Source
-
Returns the
normal EndTag with the specified
name beginning at or immediately following the specified position in the source document.
- getNextEndTag(int, String, EndTagType) - Method in class net.htmlparser.jericho.Source
-
Returns the
EndTag with the specified
name and
type beginning at or immediately following the specified position in the source document.
- getNextStartTag(int) - Method in class net.htmlparser.jericho.Source
-
Returns the
StartTag beginning at or immediately following the specified position in the source document.
- getNextStartTag(int, StartTagType) - Method in class net.htmlparser.jericho.Source
-
Returns the
StartTag of the specified
type beginning at or immediately following the specified position in the source document.
- getNextStartTag(int, String) - Method in class net.htmlparser.jericho.Source
-
Returns the
normal StartTag with the specified
name beginning at or immediately following the specified position in the source document.
- getNextStartTag(int, String, StartTagType) - Method in class net.htmlparser.jericho.Source
-
Returns the
StartTag with the specified
name and
type beginning at or immediately following the specified position in the source document.
- getNextStartTag(int, String, String, boolean) - Method in class net.htmlparser.jericho.Source
-
Returns the
StartTag with 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
StartTag with the specified attribute name and value pattern beginning at or immediately following the specified position in the source document.
- getNextStartTagByClass(int, String) - Method in class net.htmlparser.jericho.Source
-
Returns the
StartTag with the specified class beginning at or immediately following the specified position in the source document.
- getNextTag(int) - Method in class net.htmlparser.jericho.Source
-
Returns the
Tag beginning at or immediately following the specified position in the source document.
- getNextTag(int, TagType) - Method in class net.htmlparser.jericho.Source
-
Returns the
Tag of the specified
type 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.
- getNodeIterator() - Method in class net.htmlparser.jericho.Segment
-
- getNonterminatingElementNames(String) - Static method in class net.htmlparser.jericho.HTMLElements
-
- getOptionElementIterator() - Method in class net.htmlparser.jericho.FormControl
-
Returns an iterator over the
OPTION elements contained within this control, in order of appearance.
- getOutputStyle() - Method in class net.htmlparser.jericho.FormControl
-
- 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
-
- getPos() - Method in class net.htmlparser.jericho.RowColumnVector
-
Returns the character position in the source document.
- getPredefinedValue() - Method in class net.htmlparser.jericho.FormControl
-
- 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
-
- 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
-
- getPreviousEndTag(int) - Method in class net.htmlparser.jericho.Source
-
Returns the
EndTag at or immediately preceding (or
enclosing) the specified position in the source document.
- getPreviousEndTag(int, EndTagType) - Method in class net.htmlparser.jericho.Source
-
Returns the
EndTag of the specified
type at or immediately preceding (or
enclosing) the specified position in the source document.
- getPreviousEndTag(int, String) - Method in class net.htmlparser.jericho.Source
-
Returns the
normal EndTag with the specified
name at or immediately preceding (or
enclosing) the specified position in the source document.
- getPreviousStartTag(int) - Method in class net.htmlparser.jericho.Source
-
Returns the
StartTag at or immediately preceding (or
enclosing) the specified position in the source document.
- getPreviousStartTag(int, StartTagType) - Method in class net.htmlparser.jericho.Source
-
Returns the
StartTag of the specified
type at or immediately preceding (or
enclosing) the specified position in the source document.
- getPreviousStartTag(int, String) - Method in class net.htmlparser.jericho.Source
-
Returns the
normal StartTag with the specified
name at or immediately preceding (or
enclosing) the specified position in the source document.
- getPreviousStartTag(int, String, StartTagType) - Method in class net.htmlparser.jericho.Source
-
Returns the
StartTag with the specified
name and
type at or immediately preceding (or
enclosing) the specified position in the source document.
- getPreviousTag(int) - Method in class net.htmlparser.jericho.Source
-
Returns the
Tag beginning at or immediately preceding (or
enclosing) the specified position in the source document.
- getPreviousTag(int, TagType) - Method in class net.htmlparser.jericho.Source
-
Returns the
Tag of the specified
type beginning at or immediately preceding (or
enclosing) the specified position in the source document.
- getPreviousTag() - Method in class net.htmlparser.jericho.Tag
-
Returns the previous tag in the source document.
- 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
-
- getRegisteredOutputSegments() - Method in class net.htmlparser.jericho.OutputDocument
-
- 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
RowColumnVector object 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
RowColumnVector object 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
Source document 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 Reader as a string.
- getStyleURISegments() - Method in class net.htmlparser.jericho.Segment
-
Returns a list of all
URI segments
inside the CSS of
STYLE elements and
style attribute values
enclosed by this 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
Tag at 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
-
- getUnterminatedDecimalCharacterReferenceMaxCodePoint(boolean) - Method in class net.htmlparser.jericho.Config.CompatibilityMode
-
- getUnterminatedHexadecimalCharacterReferenceMaxCodePoint(boolean) - Method in class net.htmlparser.jericho.Config.CompatibilityMode
-
- 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
-
- 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
-
- getValues() - Method in class net.htmlparser.jericho.FormField
-
- getValues(String) - Method in class net.htmlparser.jericho.FormFields
-
- getValueSegment() - Method in class net.htmlparser.jericho.Attribute
-
Returns the segment spanning the
value of this attribute, or
null if it
has no value.
- getValueSegmentIncludingQuotes() - Method in class net.htmlparser.jericho.Attribute
-
Returns the segment spanning the
value of this attribute, including quotation marks if any,
or
null if it
has no value.
- getWriter() - Method in class net.htmlparser.jericho.WriterLogger
-
Returns the Writer to which all output is sent.
- _Aacute - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Á Á = Á -- latin capital letter A with acute, U+00C1 ISOlat1.
- _aacute - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
á á = á -- latin small letter a with acute, U+00E1 ISOlat1.
- _Acirc - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
  =  -- latin capital letter A with circumflex, U+00C2 ISOlat1.
- _acirc - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
â â = â -- latin small letter a with circumflex, U+00E2 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 capital letter AE = latin capital ligature AE, U+00C6 ISOlat1.
- _aelig - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
æ æ = æ -- latin small letter ae = latin small ligature ae, U+00E6 ISOlat1.
- _Agrave - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
À À = À -- latin capital letter A with grave = latin capital letter A grave, U+00C0 ISOlat1.
- _agrave - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
à à = à -- latin small letter a with grave = latin small letter a grave, U+00E0 ISOlat1.
- _alefsym - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ℵ ℵ = ℵ -- alef symbol = first transfinite cardinal, U+2135 NEW
(see
comments).
- _Alpha - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Α Α = Α -- greek capital letter alpha, U+0391.
- _alpha - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
α α = α -- greek small letter alpha, U+03B1 ISOgrk3.
- _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
-
' ' = ' -- apostrophe = APL quote, U+0027 ISOnum
(see
comments).
- _Aring - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Å Å = Å -- latin capital letter A with ring above = latin capital letter A ring, U+00C5 ISOlat1.
- _aring - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
å å = å -- latin small letter a with ring above = latin small letter a ring, U+00E5 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 capital letter A with tilde, U+00C3 ISOlat1.
- _atilde - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ã ã = ã -- latin small letter a with tilde, U+00E3 ISOlat1.
- _Auml - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ä Ä = Ä -- latin capital letter A with diaeresis, U+00C4 ISOlat1.
- _auml - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ä ä = ä -- latin small letter a with diaeresis, U+00E4 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 capital letter beta, U+0392.
- _beta - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
β β = β -- greek small letter beta, U+03B2 ISOgrk3.
- _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
-
• • = • -- bullet = black small circle, U+2022 ISOpub
(see
comments).
- _cap - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
∩ ∩ = ∩ -- intersection = cap, U+2229 ISOtech.
- _Ccedil - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ç Ç = Ç -- latin capital letter C with cedilla, U+00C7 ISOlat1.
- _ccedil - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ç ç = ç -- latin small letter c with cedilla, U+00E7 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 capital letter chi, U+03A7.
- _chi - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
χ χ = χ -- greek small letter chi, U+03C7 ISOgrk3.
- _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 capital letter delta, U+0394 ISOgrk3.
- _delta - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
δ δ = δ -- greek small letter delta, U+03B4 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 capital letter E with acute, U+00C9 ISOlat1.
- _eacute - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
é é = é -- latin small letter e with acute, U+00E9 ISOlat1.
- _Ecirc - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ê Ê = Ê -- latin capital letter E with circumflex, U+00CA ISOlat1.
- _ecirc - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ê ê = ê -- latin small letter e with circumflex, U+00EA ISOlat1.
- _Egrave - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
È È = È -- latin capital letter E with grave, U+00C8 ISOlat1.
- _egrave - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
è è = è -- latin small letter e with grave, U+00E8 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 capital letter epsilon, U+0395.
- _epsilon - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ε ε = ε -- greek small letter epsilon, U+03B5 ISOgrk3.
- _equiv - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
≡ ≡ = ≡ -- identical to, U+2261 ISOtech.
- _Eta - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Η Η = Η -- greek capital letter eta, U+0397.
- _eta - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
η η = η -- greek small letter eta, U+03B7 ISOgrk3.
- _ETH - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ð Ð = Ð -- latin capital letter ETH, U+00D0 ISOlat1.
- _eth - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ð ð = ð -- latin small letter eth, U+00F0 ISOlat1.
- _Euml - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ë Ë = Ë -- latin capital letter E with diaeresis, U+00CB ISOlat1.
- _euml - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ë ë = ë -- latin small letter e with diaeresis, U+00EB 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 capital letter gamma, U+0393 ISOgrk3.
- _gamma - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
γ γ = γ -- greek small letter gamma, U+03B3 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 capital letter I with acute, U+00CD ISOlat1.
- _iacute - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
í í = í -- latin small letter i with acute, U+00ED ISOlat1.
- _Icirc - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Î Î = Î -- latin capital letter I with circumflex, U+00CE ISOlat1.
- _icirc - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
î î = î -- latin small letter i with circumflex, U+00EE 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 capital letter I with grave, U+00CC ISOlat1.
- _igrave - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ì ì = ì -- latin small letter i with grave, U+00EC 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 capital letter iota, U+0399.
- _iota - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ι ι = ι -- greek small letter iota, U+03B9 ISOgrk3.
- _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 capital letter I with diaeresis, U+00CF ISOlat1.
- _iuml - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ï ï = ï -- latin small letter i with diaeresis, U+00EF ISOlat1.
- _Kappa - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Κ Κ = Κ -- greek capital letter kappa, U+039A.
- _kappa - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
κ κ = κ -- greek small letter kappa, U+03BA ISOgrk3.
- _Lambda - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Λ Λ = Λ -- greek capital letter lambda, U+039B ISOgrk3.
- _lambda - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
λ λ = λ -- greek small letter lambda, U+03BB ISOgrk3.
- _lang - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
〈 ⟨ = 〈 -- left-pointing angle bracket = bra, U+2329 ISOtech
(see
comments).
- _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
-
⇐ ⇐ = ⇐ -- leftwards double arrow, U+21D0 ISOtech
(see
comments).
- _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 capital letter mu, U+039C.
- _mu - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
μ μ = μ -- greek small letter mu, U+03BC ISOgrk3.
- _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
-
∋ ∋ = ∋ -- contains as member, U+220B ISOtech
(see
comments).
- _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 capital letter N with tilde, U+00D1 ISOlat1.
- _ntilde - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ñ ñ = ñ -- latin small letter n with tilde, U+00F1 ISOlat1.
- _Nu - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ν Ν = Ν -- greek capital letter nu, U+039D.
- _nu - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ν ν = ν -- greek small letter nu, U+03BD ISOgrk3.
- _Oacute - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ó Ó = Ó -- latin capital letter O with acute, U+00D3 ISOlat1.
- _oacute - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ó ó = ó -- latin small letter o with acute, U+00F3 ISOlat1.
- _Ocirc - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ô Ô = Ô -- latin capital letter O with circumflex, U+00D4 ISOlat1.
- _ocirc - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ô ô = ô -- latin small letter o with circumflex, U+00F4 ISOlat1.
- _OElig - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Œ Œ = Œ -- latin capital ligature OE, U+0152 ISOlat2.
- _oelig - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
œ œ = œ -- latin small ligature oe, U+0153 ISOlat2
(see
comments).
- _Ograve - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ò Ò = Ò -- latin capital letter O with grave, U+00D2 ISOlat1.
- _ograve - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ò ò = ò -- latin small letter o with grave, U+00F2 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 capital letter omega, U+03A9 ISOgrk3.
- _omega - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ω ω = ω -- greek small letter omega, U+03C9 ISOgrk3.
- _Omicron - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ο Ο = Ο -- greek capital letter omicron, U+039F.
- _omicron - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ο ο = ο -- greek small letter omicron, U+03BF NEW.
- _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 capital letter O with stroke = latin capital letter O slash, U+00D8 ISOlat1.
- _oslash - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ø ø = ø -- latin small letter o with stroke, = latin small letter o slash, U+00F8 ISOlat1.
- _Otilde - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Õ Õ = Õ -- latin capital letter O with tilde, U+00D5 ISOlat1.
- _otilde - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
õ õ = õ -- latin small letter o with tilde, U+00F5 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 capital letter O with diaeresis, U+00D6 ISOlat1.
- _ouml - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ö ö = ö -- latin small letter o with diaeresis, U+00F6 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 capital letter phi, U+03A6 ISOgrk3.
- _phi - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
φ φ = φ -- greek small letter phi, U+03C6 ISOgrk3.
- _Pi - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Π Π = Π -- greek capital letter pi, U+03A0 ISOgrk3.
- _pi - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
π π = π -- greek small letter pi, U+03C0 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
-
∏ ∏ = ∏ -- n-ary product = product sign, U+220F ISOamsb
(see
comments).
- _prop - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
∝ ∝ = ∝ -- proportional to, U+221D ISOtech.
- _Psi - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ψ Ψ = Ψ -- greek capital letter psi, U+03A8 ISOgrk3.
- _psi - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ψ ψ = ψ -- greek small letter psi, U+03C8 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
-
〉 ⟩ = 〉 -- right-pointing angle bracket = ket, U+232A ISOtech
(see
comments).
- _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
-
⇒ ⇒ = ⇒ -- rightwards double arrow, U+21D2 ISOtech
(see
comments).
- _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 capital letter rho, U+03A1.
- _rho - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ρ ρ = ρ -- greek small letter rho, U+03C1 ISOgrk3.
- _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 capital letter S with caron, U+0160 ISOlat2.
- _scaron - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
š š = š -- latin small letter s with caron, U+0161 ISOlat2.
- _sdot - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
⋅ ⋅ = ⋅ -- dot operator, U+22C5 ISOamsb
(see
comments).
- _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 capital letter sigma, U+03A3 ISOgrk3.
- _sigma - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
σ σ = σ -- greek small letter sigma, U+03C3 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
-
∼ ∼ = ∼ -- tilde operator = varies with = similar to, U+223C ISOtech
(see
comments).
- _spades - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
♠ ♠ = ♠ -- black spade suit, U+2660 ISOpub
(see
comments).
- _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
-
∑ ∑ = ∑ -- n-ary summation, U+2211 ISOamsb
(see
comments).
- _sup - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
⊃ ⊃ = ⊃ -- superset of, U+2283 ISOtech
(see
comments).
- _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 capital letter tau, U+03A4.
- _tau - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
τ τ = τ -- greek small letter tau, U+03C4 ISOgrk3.
- _there4 - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
∴ ∴ = ∴ -- therefore, U+2234 ISOtech.
- _Theta - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Θ Θ = Θ -- greek capital letter theta, U+0398 ISOgrk3.
- _theta - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
θ θ = θ -- greek small letter theta, U+03B8 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 capital letter THORN, U+00DE ISOlat1.
- _thorn - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
þ þ = þ -- latin small letter thorn, U+00FE 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 capital letter U with acute, U+00DA ISOlat1.
- _uacute - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ú ú = ú -- latin small letter u with acute, U+00FA 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 capital letter U with circumflex, U+00DB ISOlat1.
- _ucirc - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
û û = û -- latin small letter u with circumflex, U+00FB ISOlat1.
- _Ugrave - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ù Ù = Ù -- latin capital letter U with grave, U+00D9 ISOlat1.
- _ugrave - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ù ù = ù -- latin small letter u with grave, U+00F9 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 capital letter upsilon, U+03A5 ISOgrk3.
- _upsilon - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
υ υ = υ -- greek small letter upsilon, U+03C5 ISOgrk3.
- _Uuml - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ü Ü = Ü -- latin capital letter U with diaeresis, U+00DC ISOlat1.
- _uuml - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ü ü = ü -- latin small letter u with diaeresis, U+00FC 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 capital letter xi, U+039E ISOgrk3.
- _xi - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ξ ξ = ξ -- greek small letter xi, U+03BE ISOgrk3.
- _Yacute - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
Ý Ý = Ý -- latin capital letter Y with acute, U+00DD ISOlat1.
- _yacute - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ý ý = ý -- latin small letter y with acute, U+00FD 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 capital letter zeta, U+0396.
- _zeta - Static variable in class net.htmlparser.jericho.CharacterEntityReference
-
ζ ζ = ζ -- greek small letter zeta, U+03B6 ISOgrk3.
- _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.