- generateHTML(Map<String, String>) - Static method in class Attributes
-
Returns the contents of the specified
attributes map as HTML attribute name/value pairs.
- generateHTML(String) - Static method in class EndTag
-
Generates the HTML text of a
normal end tag with the specified tag
name.
- generateHTML(String) - Method in class EndTagType
-
- generateHTML(String) - Method in class EndTagTypeGenericImplementation
-
- generateHTML(String, Map<String, String>, boolean) - Static method in class StartTag
-
- get(int) - Method in class Attributes
-
Returns the
Attribute
at the specified index.
- get(String) - Method in class Attributes
-
Returns the
Attribute
with the specified name (case insensitive).
- get(String) - Method in class FormFields
-
Returns the
FormField
with the specified
name.
- getAllCharacterReferences() - Method in class Segment
-
- getAllElements() - Method in class Segment
-
- getAllElements(String) - Method in class Segment
-
Returns a list of all
Element
objects with the specified name that are
enclosed by this segment.
- getAllElements(StartTagType) - Method in class 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 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 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 Source
-
Returns a list of all
elements in this source document.
- getAllElementsByClass(String) - Method in class Segment
-
Returns a list of all
Element
objects with the specified class that are
enclosed by this segment.
- getAllStartTags() - Method in class Segment
-
- getAllStartTags(StartTagType) - Method in class Segment
-
- getAllStartTags(String) - Method in class Segment
-
- getAllStartTags(String, String, boolean) - Method in class 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 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 Source
-
Returns a list of all
start tags in this source document.
- getAllStartTagsByClass(String) - Method in class Segment
-
Returns a list of all
StartTag
objects with the specified class that are
enclosed by this segment.
- getAllTags() - Method in class Segment
-
Returns a list of all
Tag
objects that are
enclosed by this segment.
- getAllTags(TagType) - Method in class Segment
-
Returns a list of all
Tag
objects of the specified
type that are
enclosed by this segment.
- getAllTags() - Method in class Source
-
Returns a list of all
tags in this source document.
- getAttributes() - Method in class Element
-
Returns the attributes specified in this element's start tag.
- getAttributes() - Method in class StartTag
-
Returns the attributes specified in this start tag.
- getAttributesMap() - Method in class FormControl
-
- getAttributeValue(String) - Method in class Element
-
Returns the
decoded value of the attribute with the specified name (case insensitive).
- getAttributeValue(String) - Method in class StartTag
-
Returns the
decoded value of the attribute with the specified name (case insensitive).
- getBegin() - Method in interface OutputSegment
-
- getBegin() - Method in class Segment
-
Returns the character position in the
Source
document at which this segment begins, inclusive.
- getBlockIndentSize() - Method in class Renderer
-
Returns the size of the indent to be used for anything other than
LI
elements.
- getBlockLevelElementNames() - Static method in class HTMLElements
-
- getBufferSize() - Method in class StreamedSource
-
Returns the current size of the internal character buffer.
- getCacheDebugInfo() - Method in class Source
-
Returns a string representation of the tag cache, useful for debugging purposes.
- getChar() - Method in class CharacterReference
-
Returns the character represented by this character reference.
- getCharacterReferenceString() - Method in class CharacterEntityReference
-
Returns the correct encoded form of this character entity reference.
- getCharacterReferenceString(int) - Static method in class CharacterEntityReference
-
Returns the character entity reference encoded form of the specified unicode code point.
- getCharacterReferenceString() - Method in class CharacterReference
-
Returns the encoded form of this character reference.
- getCharacterReferenceString(int) - Static method in class CharacterReference
-
Returns the encoded form of the specified unicode code point.
- getCharacterReferenceString() - Method in class NumericCharacterReference
-
Returns the correct encoded form of this numeric character reference.
- getCharacterReferenceString(int) - Static method in class NumericCharacterReference
-
Returns the numeric character reference encoded form of the specified unicode code point.
- getChildElements() - Method in class Element
-
Returns a list of the immediate children of this element in the document element hierarchy.
- getChildElements() - Method in class Segment
-
Returns a list of the immediate children of this segment in the document element hierarchy.
- getChildElements() - Method in class Source
-
Returns a list of the top-level
elements in the document element hierarchy.
- getClosingDelimiter() - Method in class TagType
-
Returns the character sequence that marks the end of the tag.
- getCodePoint() - Method in class CharacterReference
-
Returns the
unicode code point represented by this character reference.
- getCodePointFromCharacterReferenceString(CharSequence) - Static method in class CharacterReference
-
Parses a single encoded character reference text into a unicode code point.
- getCodePointFromName(String) - Static method in class CharacterEntityReference
-
Returns the unicode code point of the specified character entity reference name.
- getCollapseWhiteSpace() - Method in class SourceFormatter
-
Indicates whether
white space in the text between the tags is to be collapsed.
- getColumn() - Method in class RowColumnVector
-
Returns the column number of this character position in the source document.
- getColumn(int) - Method in class Source
-
Returns the column number of the specified character position in the source document.
- getColumnLabels() - Method in class FormFields
-
- getColumnValues(Map<String, String[]>) - Method in class 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 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 Element
-
Returns the segment representing the
content of the element.
- getConvertNonBreakingSpaces() - Method in class Renderer
-
Indicates whether non-breaking space (
) character entity references are converted to spaces.
- getConvertNonBreakingSpaces() - Method in class TextExtractor
-
Indicates whether non-breaking space (
) character entity references are converted to spaces.
- getCorrespondingEndTagType() - Method in class StartTagType
-
- getCorrespondingStartTagType() - Method in class EndTagType
-
- getCount() - Method in class Attributes
-
Returns the number of attributes.
- getCount() - Method in class FormFields
-
Returns the number of FormField
objects.
- getCurrentSegment() - Method in class StreamedSource
-
- getCurrentSegmentCharBuffer() - Method in class StreamedSource
-
- getDataSet() - Method in class FormFields
-
- getDebugInfo() - Method in class Attribute
-
Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in class Attributes
-
Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in class CharacterEntityReference
-
Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in class Config.CompatibilityMode
-
Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in class Element
-
- getDebugInfo() - Method in class EndTag
-
- getDebugInfo() - Method in class FormControl
-
- getDebugInfo() - Method in enum FormControlOutputStyle
-
Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in class FormField
-
Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in class FormFields
-
Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in class NumericCharacterReference
-
- getDebugInfo() - Method in class OutputDocument
-
Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in interface OutputSegment
-
Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in class Segment
-
Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in class StartTag
-
- getDecimalCharacterReferenceString() - Method in class CharacterReference
-
- getDecimalCharacterReferenceString(int) - Static method in class CharacterReference
-
- getDecorateFontStyles() - Method in class Renderer
-
- getDefaultBottomMargin(String) - Static method in class Renderer
-
Returns the default bottom margin of an HTML block element with the specified name.
- getDefaultMaxErrorCount() - Static method in class Attributes
-
Returns the default maximum error count allowed when parsing attributes.
- getDefaultTopMargin(String) - Static method in class Renderer
-
Returns the default top margin of an HTML block element with the specified name.
- getDeprecatedElementNames() - Static method in class HTMLElements
-
Returns a set containing the
names of all
deprecated elements in HTML 4.01.
- getDepth() - Method in class Element
-
Returns the nesting depth of this element in the document element hierarchy.
- getDescription() - Method in class TagType
-
Returns a description of this tag type useful for debugging purposes.
- getDocumentSpecifiedEncoding() - Method in class Source
-
Returns the document
encoding specified within the text of the document.
- getElement() - Method in class EndTag
-
Returns the
element that is ended by this end tag.
- getElement() - Method in class FormControl
-
Returns the
element representing this form control in the source document.
- getElement() - Method in class StartTag
-
Returns the
element that is started by this start tag.
- getElement() - Method in class Tag
-
Returns the
element that is started or ended by this tag.
- getElementById(String) - Method in class Source
-
Returns the
Element
with the specified
id
attribute value.
- getElementName() - Method in enum FormControlType
-
Returns the
name of the
Element
that constitues this form control type.
- getElementNames() - Static method in class HTMLElements
-
- getEnclosingElement(int) - Method in class Source
-
- getEnclosingElement(int, String) - Method in class Source
-
- getEnclosingTag(int) - Method in class Source
-
Returns the
Tag
that
encloses the specified position in the source document.
- getEnclosingTag(int, TagType) - Method in class Source
-
Returns the
Tag
of the specified
type that
encloses the specified position in the source document.
- getEncoding() - Method in class Source
-
Returns the character encoding scheme of the source byte stream used to create this object.
- getEncoding() - Method in class StreamedSource
-
Returns the character encoding scheme of the source byte stream used to create this object.
- getEncodingFilterWriter(Writer) - Static method in class CharacterReference
-
Returns a filter
Writer
that
encodes all text before passing it through to the specified
Writer
.
- getEncodingSpecificationInfo() - Method in class Source
-
Returns a concise description of how the
encoding of the source document was determined.
- getEncodingSpecificationInfo() - Method in class StreamedSource
-
Returns a concise description of how the
encoding of the source document was determined.
- getEnd() - Method in interface OutputSegment
-
- getEnd() - Method in class Segment
-
Returns the character position in the
Source
document immediately after the end of this segment.
- getEnd(Source, int) - Method in class StartTagTypeGenericImplementation
-
Returns the
end of a tag of this type, starting from the specified position in the specified source document.
- getEndTag() - Method in class Element
-
Returns the end tag of the element.
- getEndTagForbiddenElementNames() - Static method in class HTMLElements
-
- getEndTagName(String) - Method in class EndTagType
-
- getEndTagName(String) - Method in class EndTagTypeGenericImplementation
-
- getEndTagOptionalElementNames() - Static method in class HTMLElements
-
- getEndTagRequiredElementNames() - Static method in class HTMLElements
-
- getEndTagType() - Method in class EndTag
-
Returns the
type of this end tag.
- getEstimatedMaximumOutputLength() - Method in interface CharStreamSource
-
Returns the estimated maximum number of characters in the output, or -1
if no estimate is available.
- getEstimatedMaximumOutputLength() - Method in class OutputDocument
-
- getEstimatedMaximumOutputLength() - Method in class Renderer
-
- getEstimatedMaximumOutputLength() - Method in class SourceCompactor
-
- getEstimatedMaximumOutputLength() - Method in class SourceFormatter
-
- getEstimatedMaximumOutputLength() - Method in class TextExtractor
-
- getExcludeNonHTMLElements() - Method in class TextExtractor
-
- getFirstElement() - Method in class Segment
-
- getFirstElement(String) - Method in class Segment
-
- getFirstElement(String, String, boolean) - Method in class Segment
-
Returns the first
Element
with the specified attribute name/value pair
enclosed by this segment.
- getFirstElement(String, Pattern) - Method in class Segment
-
Returns the first
Element
with the specified attribute name and value pattern that is
enclosed by this segment.
- getFirstElementByClass(String) - Method in class Segment
-
Returns the first
Element
with the specified class that is
enclosed by this segment.
- getFirstStartTag() - Method in class Segment
-
- getFirstStartTag(StartTagType) - Method in class Segment
-
- getFirstStartTag(String) - Method in class Segment
-
- getFirstStartTag(String, String, boolean) - Method in class Segment
-
Returns the first
StartTag
with the specified attribute name/value pair
enclosed by this segment.
- getFirstStartTag(String, Pattern) - Method in class Segment
-
Returns the first
StartTag
with the specified attribute name and value pattern that is
enclosed by this segment.
- getFirstStartTagByClass(String) - Method in class Segment
-
Returns the first
StartTag
with the specified class that is
enclosed by this segment.
- getFormControl() - Method in class Element
-
- getFormControl(String) - Method in class FormField
-
- getFormControl() - Method in class FormField
-
- getFormControl() - Method in class StartTag
-
- getFormControls() - Method in class FormField
-
Returns a collection of all the constituent
form controls in this field.
- getFormControls() - Method in class FormFields
-
- getFormControls() - Method in class Segment
-
- getFormControlType() - Method in class FormControl
-
Returns the
type of this form control.
- getFormFields() - Method in class Segment
-
Returns the
FormFields
object representing all form fields that are
enclosed by this segment.
- getHexadecimalCharacterReferenceString() - Method in class CharacterReference
-
- getHexadecimalCharacterReferenceString(int) - Static method in class CharacterReference
-
- getHRLineLength() - Method in class Renderer
-
Returns the length of a horizontal line.
- getIncludeAlternateText() - Method in class Renderer
-
Indicates whether the alternate text of a tag that has an alt
attribute is included in the output.
- getIncludeAttributes() - Method in class TextExtractor
-
Indicates whether any attribute values are included in the output.
- getIncludeFirstElementTopMargin() - Method in class Renderer
-
Indicates whether the top margin of the first element is rendered.
- getIncludeHyperlinkURLs() - Method in class Renderer
-
Indicates whether hyperlink URLs are included in the output.
- getIndentAllElements() - Method in class SourceFormatter
-
Indicates whether all elements are to be indented, including
inline-level elements and those with preformatted contents.
- getIndentString() - Method in class SourceFormatter
-
Returns the string to be used for indentation.
- getInlineLevelElementNames() - Static method in class HTMLElements
-
- getKey() - Method in class Attribute
-
Returns the name of this attribute in lower case.
- getListBullets() - Method in class Renderer
-
Returns the bullet characters to use for list items inside
UL
elements.
- getListIndentSize() - Method in class Renderer
-
Returns the size of the indent to be used for
LI
elements.
- getLogger(String) - Method in interface LoggerProvider
-
Creates a new
Logger
instance with the specified name.
- getLogger() - Method in class Source
-
Returns the
Logger
that handles log messages.
- getLogger() - Method in class StreamedSource
-
Returns the
Logger
that handles log messages.
- getMaxDepthIndicator() - Method in class Segment
-
Returns an indication of the maximum depth of nested elements within this segment.
- getMaxLineLength() - Method in class Renderer
-
Returns the column at which lines are to be wrapped.
- getName() - Method in class Attribute
-
Returns the name of this attribute in original case.
- getName() - Method in class CharacterEntityReference
-
Returns the name of this character entity reference.
- getName(char) - Static method in class CharacterEntityReference
-
Returns the character entity reference name of the specified character.
- getName(int) - Static method in class CharacterEntityReference
-
Returns the character entity reference name of the specified unicode code point.
- getName() - Method in class Config.CompatibilityMode
-
Returns the name of this compatibility mode.
- getName() - Method in class Element
-
Returns the
name of the
start tag of this element, always in lower case.
- getName() - Method in class FormControl
-
Returns the
name of the control.
- getName() - Method in class FormField
-
- getName() - Method in class Tag
-
Returns the name of this tag, always in lower case.
- getName() - Method in class WriterLogger
-
Returns the name of this logger.
- getNameEnd(int) - Method in class Source
-
Returns the end position of the
XML Name that starts at the
specified position.
- getNamePrefix() - Method in class TagType
-
Returns the
name prefix required by this tag type.
- getNameSegment() - Method in class Attribute
-
Returns the segment spanning the
name of this attribute.
- getNameSegment() - Method in class Tag
-
Returns the segment spanning the
name of this tag.
- getNameToCodePointMap() - Static method in class CharacterEntityReference
-
Returns a map of character entity reference names (String
) to unicode code points (Integer
).
- getNestingForbiddenElementNames() - Static method in class 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 Renderer
-
Returns the string to be used to represent a
newline in the output.
- getNewLine() - Method in class Source
-
Returns the
newline character sequence used in the source document.
- getNewLine() - Method in class SourceCompactor
-
Returns the string to be used to represent a
newline in the output.
- getNewLine() - Method in class SourceFormatter
-
Returns the string to be used to represent a
newline in the output.
- getNextCharacterReference(int) - Method in class Source
-
Returns the
CharacterReference
beginning at or immediately following the specified position in the source document.
- getNextElement(int) - Method in class Source
-
Returns the
Element
beginning at or immediately following the specified position in the source document.
- getNextElement(int, String) - Method in class 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 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 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 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 Source
-
Returns the
EndTag
beginning at or immediately following the specified position in the source document.
- getNextEndTag(int, EndTagType) - Method in class 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 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 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 Source
-
Returns the
StartTag
beginning at or immediately following the specified position in the source document.
- getNextStartTag(int, StartTagType) - Method in class 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 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 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 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 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 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 Source
-
Returns the
Tag
beginning at or immediately following the specified position in the source document.
- getNextTag(int, TagType) - Method in class Source
-
Returns the
Tag
of the specified
type beginning at or immediately following the specified position in the source document.
- getNextTag() - Method in class Tag
-
Returns the next tag in the source document.
- getNodeIterator() - Method in class Segment
-
- getNonterminatingElementNames(String) - Static method in class HTMLElements
-
- getOptionElementIterator() - Method in class FormControl
-
Returns an iterator over the
OPTION
elements contained within this control, in order of appearance.
- getOutputStyle() - Method in class FormControl
-
- getParentElement() - Method in class Element
-
Returns the parent of this element in the document element hierarchy.
- getParseText() - Method in class Source
-
- getPos() - Method in class RowColumnVector
-
Returns the character position in the source document.
- getPredefinedValue() - Method in class FormControl
-
- getPredefinedValues() - Method in class FormControl
-
Returns a collection of all
predefined values in this control in order of appearance.
- getPredefinedValues() - Method in class FormField
-
- getPreliminaryEncodingInfo() - Method in class Source
-
Returns the preliminary encoding of the source document together with a concise description of how it was determined.
- getPreliminaryEncodingInfo() - Method in class StreamedSource
-
Returns the preliminary encoding of the source document together with a concise description of how it was determined.
- getPreviousCharacterReference(int) - Method in class Source
-
- getPreviousEndTag(int) - Method in class Source
-
Returns the
EndTag
at or immediately preceding (or
enclosing) the specified position in the source document.
- getPreviousEndTag(int, EndTagType) - Method in class 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 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 Source
-
Returns the
StartTag
at or immediately preceding (or
enclosing) the specified position in the source document.
- getPreviousStartTag(int, StartTagType) - Method in class 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 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 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 Source
-
Returns the
Tag
beginning at or immediately preceding (or
enclosing) the specified position in the source document.
- getPreviousTag(int, TagType) - Method in class 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 Tag
-
Returns the previous tag in the source document.
- getQuoteChar() - Method in class Attribute
-
Returns the character used to quote the value.
- getReader(CharStreamSource) - Static method in class CharStreamSourceUtil
-
- getRegisteredOutputSegments() - Method in class OutputDocument
-
- getRegisteredTagTypes() - Static method in class TagType
-
Returns a list of all the currently registered tag types in order of lowest to highest
precedence.
- getRenderer() - Method in class Segment
-
Performs a simple rendering of the HTML markup in this segment into text.
- getRow() - Method in class RowColumnVector
-
Returns the row number of this character position in the source document.
- getRow(int) - Method in class Source
-
Returns the row number of the specified character position in the source document.
- getRowColumnVector() - Method in class 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 Source
-
Returns a
RowColumnVector
object representing the row and column number of the specified character position in the source document.
- getSegment() - Method in class OutputDocument
-
Returns the original segment upon which this output document is based.
- getSource() - Method in class Segment
-
Returns the
Source
document containing this segment.
- getSourceFormatter() - Method in class Source
-
Formats the HTML source by laying out each non-inline-level element on a new line with an appropriate indent.
- getSourceLogger() - Method in interface LoggerProvider
-
Gets a shared, permanently cached
Logger
instance used by all
Source
instances.
- getSourceText() - Method in class OutputDocument
-
Returns the original source text upon which this output document is based.
- getStartDelimiter() - Method in class TagType
-
Returns the character sequence that marks the start of the tag.
- getStartTag() - Method in class Attribute
-
Returns the start tag to which this attribute belongs.
- getStartTag() - Method in class Element
-
Returns the start tag of the element.
- getStartTagOptionalElementNames() - Static method in class HTMLElements
-
- getStartTagType() - Method in class StartTag
-
Returns the
type of this start tag.
- getString(Reader) - Static method in class Util
-
Returns the text loaded from the specified Reader
as a string.
- getStyleURISegments() - Method in class 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 Renderer
-
Returns the string that is to separate table cells.
- getTagAt(int) - Method in class Source
-
Returns the
Tag
at the specified position in the source document.
- getTagContent() - Method in class StartTag
-
Returns the segment between the end of the tag's
name and the start of its
end delimiter.
- getTagType() - Method in class EndTag
-
- getTagType() - Method in class StartTag
-
- getTagType() - Method in class Tag
-
Returns the
type of this tag.
- getTagTypesIgnoringEnclosedMarkup() - Static method in class 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 HTMLElements
-
- getTerminatingStartTagNames(String) - Static method in class HTMLElements
-
- getTextExtractor() - Method in class Segment
-
Extracts the textual content from the HTML markup of this segment.
- getTidyTags() - Method in class 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 CharacterReference
-
Returns the unicode code point of this character reference in
U+ notation.
- getUnicodeText(int) - Static method in class CharacterReference
-
Returns the specified unicode code point in
U+ notation.
- getUnterminatedCharacterEntityReferenceMaxCodePoint(boolean) - Method in class Config.CompatibilityMode
-
- getUnterminatedDecimalCharacterReferenceMaxCodePoint(boolean) - Method in class Config.CompatibilityMode
-
- getUnterminatedHexadecimalCharacterReferenceMaxCodePoint(boolean) - Method in class Config.CompatibilityMode
-
- getURIAttributes() - Method in class Segment
-
- getUserData() - Method in class 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 FormField
-
- getValue() - Method in class Attribute
-
- getValue(String) - Method in class Attributes
-
Returns the
decoded value of the attribute with the specified name (case insensitive).
- getValues() - Method in class FormControl
-
- getValues() - Method in class FormField
-
- getValues(String) - Method in class FormFields
-
- getValueSegment() - Method in class Attribute
-
Returns the segment spanning the
value of this attribute, or
null
if it
has no value.
- getValueSegmentIncludingQuotes() - Method in class 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 WriterLogger
-
Returns the Writer
to which all output is sent.
- _Aacute - Static variable in class CharacterEntityReference
-
Á Á = Á
-- latin capital letter A with acute, U+00C1 ISOlat1.
- _aacute - Static variable in class CharacterEntityReference
-
á á = á
-- latin small letter a with acute, U+00E1 ISOlat1.
- _Acirc - Static variable in class CharacterEntityReference
-
  = Â
-- latin capital letter A with circumflex, U+00C2 ISOlat1.
- _acirc - Static variable in class CharacterEntityReference
-
â â = â
-- latin small letter a with circumflex, U+00E2 ISOlat1.
- _acute - Static variable in class CharacterEntityReference
-
´ ´ = ´
-- acute accent = spacing acute, U+00B4 ISOdia.
- _AElig - Static variable in class CharacterEntityReference
-
Æ Æ = Æ
-- latin capital letter AE = latin capital ligature AE, U+00C6 ISOlat1.
- _aelig - Static variable in class CharacterEntityReference
-
æ æ = æ
-- latin small letter ae = latin small ligature ae, U+00E6 ISOlat1.
- _Agrave - Static variable in class CharacterEntityReference
-
À À = À
-- latin capital letter A with grave = latin capital letter A grave, U+00C0 ISOlat1.
- _agrave - Static variable in class CharacterEntityReference
-
à à = à
-- latin small letter a with grave = latin small letter a grave, U+00E0 ISOlat1.
- _alefsym - Static variable in class CharacterEntityReference
-
ℵ ℵ = ℵ
-- alef symbol = first transfinite cardinal, U+2135 NEW
(see
comments).
- _Alpha - Static variable in class CharacterEntityReference
-
Α Α = Α
-- greek capital letter alpha, U+0391.
- _alpha - Static variable in class CharacterEntityReference
-
α α = α
-- greek small letter alpha, U+03B1 ISOgrk3.
- _amp - Static variable in class CharacterEntityReference
-
& & = &
-- ampersand, U+0026 ISOnum.
- _and - Static variable in class CharacterEntityReference
-
∧ ∧ = ∧
-- logical and = wedge, U+2227 ISOtech.
- _ang - Static variable in class CharacterEntityReference
-
∠ ∠ = ∠
-- angle, U+2220 ISOamso.
- _apos - Static variable in class CharacterEntityReference
-
' ' = '
-- apostrophe = APL quote, U+0027 ISOnum
(see
comments).
- _Aring - Static variable in class CharacterEntityReference
-
Å Å = Å
-- latin capital letter A with ring above = latin capital letter A ring, U+00C5 ISOlat1.
- _aring - Static variable in class CharacterEntityReference
-
å å = å
-- latin small letter a with ring above = latin small letter a ring, U+00E5 ISOlat1.
- _asymp - Static variable in class CharacterEntityReference
-
≈ ≈ = ≈
-- almost equal to = asymptotic to, U+2248 ISOamsr.
- _Atilde - Static variable in class CharacterEntityReference
-
à à = Ã
-- latin capital letter A with tilde, U+00C3 ISOlat1.
- _atilde - Static variable in class CharacterEntityReference
-
ã ã = ã
-- latin small letter a with tilde, U+00E3 ISOlat1.
- _Auml - Static variable in class CharacterEntityReference
-
Ä Ä = Ä
-- latin capital letter A with diaeresis, U+00C4 ISOlat1.
- _auml - Static variable in class CharacterEntityReference
-
ä ä = ä
-- latin small letter a with diaeresis, U+00E4 ISOlat1.
- _bdquo - Static variable in class CharacterEntityReference
-
„ „ = „
-- double low-9 quotation mark, U+201E NEW.
- _Beta - Static variable in class CharacterEntityReference
-
Β Β = Β
-- greek capital letter beta, U+0392.
- _beta - Static variable in class CharacterEntityReference
-
β β = β
-- greek small letter beta, U+03B2 ISOgrk3.
- _brvbar - Static variable in class CharacterEntityReference
-
¦ ¦ = ¦
-- broken bar = broken vertical bar, U+00A6 ISOnum.
- _bull - Static variable in class CharacterEntityReference
-
• • = •
-- bullet = black small circle, U+2022 ISOpub
(see
comments).
- _cap - Static variable in class CharacterEntityReference
-
∩ ∩ = ∩
-- intersection = cap, U+2229 ISOtech.
- _Ccedil - Static variable in class CharacterEntityReference
-
Ç Ç = Ç
-- latin capital letter C with cedilla, U+00C7 ISOlat1.
- _ccedil - Static variable in class CharacterEntityReference
-
ç ç = ç
-- latin small letter c with cedilla, U+00E7 ISOlat1.
- _cedil - Static variable in class CharacterEntityReference
-
¸ ¸ = ¸
-- cedilla = spacing cedilla, U+00B8 ISOdia.
- _cent - Static variable in class CharacterEntityReference
-
¢ ¢ = ¢
-- cent sign, U+00A2 ISOnum.
- _Chi - Static variable in class CharacterEntityReference
-
Χ Χ = Χ
-- greek capital letter chi, U+03A7.
- _chi - Static variable in class CharacterEntityReference
-
χ χ = χ
-- greek small letter chi, U+03C7 ISOgrk3.
- _circ - Static variable in class CharacterEntityReference
-
ˆ ˆ = ˆ
-- modifier letter circumflex accent, U+02C6 ISOpub.
- _clubs - Static variable in class CharacterEntityReference
-
♣ ♣ = ♣
-- black club suit = shamrock, U+2663 ISOpub.
- _cong - Static variable in class CharacterEntityReference
-
≅ ≅ = ≅
-- approximately equal to, U+2245 ISOtech.
- _copy - Static variable in class CharacterEntityReference
-
© © = ©
-- copyright sign, U+00A9 ISOnum.
- _crarr - Static variable in class CharacterEntityReference
-
↵ ↵ = ↵
-- downwards arrow with corner leftwards = carriage return, U+21B5 NEW.
- _cup - Static variable in class CharacterEntityReference
-
∪ ∪ = ∪
-- union = cup, U+222A ISOtech.
- _curren - Static variable in class CharacterEntityReference
-
¤ ¤ = ¤
-- currency sign, U+00A4 ISOnum.
- _dagger - Static variable in class CharacterEntityReference
-
† † = †
-- dagger, U+2020 ISOpub.
- _Dagger - Static variable in class CharacterEntityReference
-
‡ ‡ = ‡
-- double dagger, U+2021 ISOpub.
- _darr - Static variable in class CharacterEntityReference
-
↓ ↓ = ↓
-- downwards arrow, U+2193 ISOnum.
- _dArr - Static variable in class CharacterEntityReference
-
⇓ ⇓ = ⇓
-- downwards double arrow, U+21D3 ISOamsa.
- _deg - Static variable in class CharacterEntityReference
-
° ° = °
-- degree sign, U+00B0 ISOnum.
- _Delta - Static variable in class CharacterEntityReference
-
Δ Δ = Δ
-- greek capital letter delta, U+0394 ISOgrk3.
- _delta - Static variable in class CharacterEntityReference
-
δ δ = δ
-- greek small letter delta, U+03B4 ISOgrk3.
- _diams - Static variable in class CharacterEntityReference
-
♦ ♦ = ♦
-- black diamond suit, U+2666 ISOpub.
- _divide - Static variable in class CharacterEntityReference
-
÷ ÷ = ÷
-- division sign, U+00F7 ISOnum.
- _Eacute - Static variable in class CharacterEntityReference
-
É É = É
-- latin capital letter E with acute, U+00C9 ISOlat1.
- _eacute - Static variable in class CharacterEntityReference
-
é é = é
-- latin small letter e with acute, U+00E9 ISOlat1.
- _Ecirc - Static variable in class CharacterEntityReference
-
Ê Ê = Ê
-- latin capital letter E with circumflex, U+00CA ISOlat1.
- _ecirc - Static variable in class CharacterEntityReference
-
ê ê = ê
-- latin small letter e with circumflex, U+00EA ISOlat1.
- _Egrave - Static variable in class CharacterEntityReference
-
È È = È
-- latin capital letter E with grave, U+00C8 ISOlat1.
- _egrave - Static variable in class CharacterEntityReference
-
è è = è
-- latin small letter e with grave, U+00E8 ISOlat1.
- _empty - Static variable in class CharacterEntityReference
-
∅ ∅ = ∅
-- empty set = null set = diameter, U+2205 ISOamso.
- _emsp - Static variable in class CharacterEntityReference
-
  =  
-- em space, U+2003 ISOpub.
- _ensp - Static variable in class CharacterEntityReference
-
  =  
-- en space, U+2002 ISOpub.
- _Epsilon - Static variable in class CharacterEntityReference
-
Ε Ε = Ε
-- greek capital letter epsilon, U+0395.
- _epsilon - Static variable in class CharacterEntityReference
-
ε ε = ε
-- greek small letter epsilon, U+03B5 ISOgrk3.
- _equiv - Static variable in class CharacterEntityReference
-
≡ ≡ = ≡
-- identical to, U+2261 ISOtech.
- _Eta - Static variable in class CharacterEntityReference
-
Η Η = Η
-- greek capital letter eta, U+0397.
- _eta - Static variable in class CharacterEntityReference
-
η η = η
-- greek small letter eta, U+03B7 ISOgrk3.
- _ETH - Static variable in class CharacterEntityReference
-
Ð Ð = Ð
-- latin capital letter ETH, U+00D0 ISOlat1.
- _eth - Static variable in class CharacterEntityReference
-
ð ð = ð
-- latin small letter eth, U+00F0 ISOlat1.
- _Euml - Static variable in class CharacterEntityReference
-
Ë Ë = Ë
-- latin capital letter E with diaeresis, U+00CB ISOlat1.
- _euml - Static variable in class CharacterEntityReference
-
ë ë = ë
-- latin small letter e with diaeresis, U+00EB ISOlat1.
- _euro - Static variable in class CharacterEntityReference
-
€ € = €
-- euro sign, U+20AC NEW.
- _exist - Static variable in class CharacterEntityReference
-
∃ ∃ = ∃
-- there exists, U+2203 ISOtech.
- _fnof - Static variable in class CharacterEntityReference
-
ƒ ƒ = ƒ
-- latin small letter f with hook = function = florin, U+0192 ISOtech.
- _forall - Static variable in class CharacterEntityReference
-
∀ ∀ = ∀
-- for all, U+2200 ISOtech.
- _frac12 - Static variable in class CharacterEntityReference
-
½ ½ = ½
-- vulgar fraction one half = fraction one half, U+00BD ISOnum.
- _frac14 - Static variable in class CharacterEntityReference
-
¼ ¼ = ¼
-- vulgar fraction one quarter = fraction one quarter, U+00BC ISOnum.
- _frac34 - Static variable in class CharacterEntityReference
-
¾ ¾ = ¾
-- vulgar fraction three quarters = fraction three quarters, U+00BE ISOnum.
- _frasl - Static variable in class CharacterEntityReference
-
⁄ ⁄ = ⁄
-- fraction slash, U+2044 NEW.
- _Gamma - Static variable in class CharacterEntityReference
-
Γ Γ = Γ
-- greek capital letter gamma, U+0393 ISOgrk3.
- _gamma - Static variable in class CharacterEntityReference
-
γ γ = γ
-- greek small letter gamma, U+03B3 ISOgrk3.
- _ge - Static variable in class CharacterEntityReference
-
≥ ≥ = ≥
-- greater-than or equal to, U+2265 ISOtech.
- _gt - Static variable in class CharacterEntityReference
-
> > = >
-- greater-than sign, U+003E ISOnum.
- _harr - Static variable in class CharacterEntityReference
-
↔ ↔ = ↔
-- left right arrow, U+2194 ISOamsa.
- _hArr - Static variable in class CharacterEntityReference
-
⇔ ⇔ = ⇔
-- left right double arrow, U+21D4 ISOamsa.
- _hearts - Static variable in class CharacterEntityReference
-
♥ ♥ = ♥
-- black heart suit = valentine, U+2665 ISOpub.
- _hellip - Static variable in class CharacterEntityReference
-
… … = …
-- horizontal ellipsis = three dot leader, U+2026 ISOpub.
- _Iacute - Static variable in class CharacterEntityReference
-
Í Í = Í
-- latin capital letter I with acute, U+00CD ISOlat1.
- _iacute - Static variable in class CharacterEntityReference
-
í í = í
-- latin small letter i with acute, U+00ED ISOlat1.
- _Icirc - Static variable in class CharacterEntityReference
-
Î Î = Î
-- latin capital letter I with circumflex, U+00CE ISOlat1.
- _icirc - Static variable in class CharacterEntityReference
-
î î = î
-- latin small letter i with circumflex, U+00EE ISOlat1.
- _iexcl - Static variable in class CharacterEntityReference
-
¡ ¡ = ¡
-- inverted exclamation mark, U+00A1 ISOnum.
- _Igrave - Static variable in class CharacterEntityReference
-
Ì Ì = Ì
-- latin capital letter I with grave, U+00CC ISOlat1.
- _igrave - Static variable in class CharacterEntityReference
-
ì ì = ì
-- latin small letter i with grave, U+00EC ISOlat1.
- _image - Static variable in class CharacterEntityReference
-
ℑ ℑ = ℑ
-- black-letter capital I = imaginary part, U+2111 ISOamso.
- _infin - Static variable in class CharacterEntityReference
-
∞ ∞ = ∞
-- infinity, U+221E ISOtech.
- _int - Static variable in class CharacterEntityReference
-
∫ ∫ = ∫
-- integral, U+222B ISOtech.
- _Iota - Static variable in class CharacterEntityReference
-
Ι Ι = Ι
-- greek capital letter iota, U+0399.
- _iota - Static variable in class CharacterEntityReference
-
ι ι = ι
-- greek small letter iota, U+03B9 ISOgrk3.
- _iquest - Static variable in class CharacterEntityReference
-
¿ ¿ = ¿
-- inverted question mark = turned question mark, U+00BF ISOnum.
- _isin - Static variable in class CharacterEntityReference
-
∈ ∈ = ∈
-- element of, U+2208 ISOtech.
- _Iuml - Static variable in class CharacterEntityReference
-
Ï Ï = Ï
-- latin capital letter I with diaeresis, U+00CF ISOlat1.
- _iuml - Static variable in class CharacterEntityReference
-
ï ï = ï
-- latin small letter i with diaeresis, U+00EF ISOlat1.
- _Kappa - Static variable in class CharacterEntityReference
-
Κ Κ = Κ
-- greek capital letter kappa, U+039A.
- _kappa - Static variable in class CharacterEntityReference
-
κ κ = κ
-- greek small letter kappa, U+03BA ISOgrk3.
- _Lambda - Static variable in class CharacterEntityReference
-
Λ Λ = Λ
-- greek capital letter lambda, U+039B ISOgrk3.
- _lambda - Static variable in class CharacterEntityReference
-
λ λ = λ
-- greek small letter lambda, U+03BB ISOgrk3.
- _lang - Static variable in class CharacterEntityReference
-
〈 ⟨ = 〈
-- left-pointing angle bracket = bra, U+2329 ISOtech
(see
comments).
- _laquo - Static variable in class CharacterEntityReference
-
« « = «
-- left-pointing double angle quotation mark = left pointing guillemet, U+00AB ISOnum.
- _larr - Static variable in class CharacterEntityReference
-
← ← = ←
-- leftwards arrow, U+2190 ISOnum.
- _lArr - Static variable in class CharacterEntityReference
-
⇐ ⇐ = ⇐
-- leftwards double arrow, U+21D0 ISOtech
(see
comments).
- _lceil - Static variable in class CharacterEntityReference
-
⌈ ⌈ = ⌈
-- left ceiling = APL upstile, U+2308 ISOamsc.
- _ldquo - Static variable in class CharacterEntityReference
-
“ “ = “
-- left double quotation mark, U+201C ISOnum.
- _le - Static variable in class CharacterEntityReference
-
≤ ≤ = ≤
-- less-than or equal to, U+2264 ISOtech.
- _lfloor - Static variable in class CharacterEntityReference
-
⌊ ⌊ = ⌊
-- left floor = APL downstile, U+230A ISOamsc.
- _lowast - Static variable in class CharacterEntityReference
-
∗ ∗ = ∗
-- asterisk operator, U+2217 ISOtech.
- _loz - Static variable in class CharacterEntityReference
-
◊ ◊ = ◊
-- lozenge, U+25CA ISOpub.
- _lrm - Static variable in class CharacterEntityReference
-
‎ = ‎
-- left-to-right mark, U+200E NEW RFC 2070.
- _lsaquo - Static variable in class CharacterEntityReference
-
‹ ‹ = ‹
-- single left-pointing angle quotation mark, U+2039 ISO proposed
(see
comments).
- _lsquo - Static variable in class CharacterEntityReference
-
‘ ‘ = ‘
-- left single quotation mark, U+2018 ISOnum.
- _lt - Static variable in class CharacterEntityReference
-
< < = <
-- less-than sign, U+003C ISOnum.
- _macr - Static variable in class CharacterEntityReference
-
¯ ¯ = ¯
-- macron = spacing macron = overline = APL overbar, U+00AF ISOdia.
- _mdash - Static variable in class CharacterEntityReference
-
— — = —
-- em dash, U+2014 ISOpub.
- _micro - Static variable in class CharacterEntityReference
-
µ µ = µ
-- micro sign, U+00B5 ISOnum.
- _middot - Static variable in class CharacterEntityReference
-
· · = ·
-- middle dot = Georgian comma = Greek middle dot, U+00B7 ISOnum.
- _minus - Static variable in class CharacterEntityReference
-
− − = −
-- minus sign, U+2212 ISOtech.
- _Mu - Static variable in class CharacterEntityReference
-
Μ Μ = Μ
-- greek capital letter mu, U+039C.
- _mu - Static variable in class CharacterEntityReference
-
μ μ = μ
-- greek small letter mu, U+03BC ISOgrk3.
- _nabla - Static variable in class CharacterEntityReference
-
∇ ∇ = ∇
-- nabla = backward difference, U+2207 ISOtech.
- _nbsp - Static variable in class CharacterEntityReference
-
=  
-- no-break space = non-breaking space, U+00A0 ISOnum.
- _ndash - Static variable in class CharacterEntityReference
-
– – = –
-- en dash, U+2013 ISOpub.
- _ne - Static variable in class CharacterEntityReference
-
≠ ≠ = ≠
-- not equal to, U+2260 ISOtech.
- _ni - Static variable in class CharacterEntityReference
-
∋ ∋ = ∋
-- contains as member, U+220B ISOtech
(see
comments).
- _not - Static variable in class CharacterEntityReference
-
¬ ¬ = ¬
-- not sign = angled dash, U+00AC ISOnum.
- _notin - Static variable in class CharacterEntityReference
-
∉ ∉ = ∉
-- not an element of, U+2209 ISOtech.
- _nsub - Static variable in class CharacterEntityReference
-
⊄ ⊄ = ⊄
-- not a subset of, U+2284 ISOamsn.
- _Ntilde - Static variable in class CharacterEntityReference
-
Ñ Ñ = Ñ
-- latin capital letter N with tilde, U+00D1 ISOlat1.
- _ntilde - Static variable in class CharacterEntityReference
-
ñ ñ = ñ
-- latin small letter n with tilde, U+00F1 ISOlat1.
- _Nu - Static variable in class CharacterEntityReference
-
Ν Ν = Ν
-- greek capital letter nu, U+039D.
- _nu - Static variable in class CharacterEntityReference
-
ν ν = ν
-- greek small letter nu, U+03BD ISOgrk3.
- _Oacute - Static variable in class CharacterEntityReference
-
Ó Ó = Ó
-- latin capital letter O with acute, U+00D3 ISOlat1.
- _oacute - Static variable in class CharacterEntityReference
-
ó ó = ó
-- latin small letter o with acute, U+00F3 ISOlat1.
- _Ocirc - Static variable in class CharacterEntityReference
-
Ô Ô = Ô
-- latin capital letter O with circumflex, U+00D4 ISOlat1.
- _ocirc - Static variable in class CharacterEntityReference
-
ô ô = ô
-- latin small letter o with circumflex, U+00F4 ISOlat1.
- _OElig - Static variable in class CharacterEntityReference
-
Œ Œ = Œ
-- latin capital ligature OE, U+0152 ISOlat2.
- _oelig - Static variable in class CharacterEntityReference
-
œ œ = œ
-- latin small ligature oe, U+0153 ISOlat2
(see
comments).
- _Ograve - Static variable in class CharacterEntityReference
-
Ò Ò = Ò
-- latin capital letter O with grave, U+00D2 ISOlat1.
- _ograve - Static variable in class CharacterEntityReference
-
ò ò = ò
-- latin small letter o with grave, U+00F2 ISOlat1.
- _oline - Static variable in class CharacterEntityReference
-
‾ ‾ = ‾
-- overline = spacing overscore, U+203E NEW.
- _Omega - Static variable in class CharacterEntityReference
-
Ω Ω = Ω
-- greek capital letter omega, U+03A9 ISOgrk3.
- _omega - Static variable in class CharacterEntityReference
-
ω ω = ω
-- greek small letter omega, U+03C9 ISOgrk3.
- _Omicron - Static variable in class CharacterEntityReference
-
Ο Ο = Ο
-- greek capital letter omicron, U+039F.
- _omicron - Static variable in class CharacterEntityReference
-
ο ο = ο
-- greek small letter omicron, U+03BF NEW.
- _oplus - Static variable in class CharacterEntityReference
-
⊕ ⊕ = ⊕
-- circled plus = direct sum, U+2295 ISOamsb.
- _or - Static variable in class CharacterEntityReference
-
∨ ∨ = ∨
-- logical or = vee, U+2228 ISOtech.
- _ordf - Static variable in class CharacterEntityReference
-
ª ª = ª
-- feminine ordinal indicator, U+00AA ISOnum.
- _ordm - Static variable in class CharacterEntityReference
-
º º = º
-- masculine ordinal indicator, U+00BA ISOnum.
- _Oslash - Static variable in class CharacterEntityReference
-
Ø Ø = Ø
-- latin capital letter O with stroke = latin capital letter O slash, U+00D8 ISOlat1.
- _oslash - Static variable in class CharacterEntityReference
-
ø ø = ø
-- latin small letter o with stroke, = latin small letter o slash, U+00F8 ISOlat1.
- _Otilde - Static variable in class CharacterEntityReference
-
Õ Õ = Õ
-- latin capital letter O with tilde, U+00D5 ISOlat1.
- _otilde - Static variable in class CharacterEntityReference
-
õ õ = õ
-- latin small letter o with tilde, U+00F5 ISOlat1.
- _otimes - Static variable in class CharacterEntityReference
-
⊗ ⊗ = ⊗
-- circled times = vector product, U+2297 ISOamsb.
- _Ouml - Static variable in class CharacterEntityReference
-
Ö Ö = Ö
-- latin capital letter O with diaeresis, U+00D6 ISOlat1.
- _ouml - Static variable in class CharacterEntityReference
-
ö ö = ö
-- latin small letter o with diaeresis, U+00F6 ISOlat1.
- _para - Static variable in class CharacterEntityReference
-
¶ ¶ = ¶
-- pilcrow sign = paragraph sign, U+00B6 ISOnum.
- _part - Static variable in class CharacterEntityReference
-
∂ ∂ = ∂
-- partial differential, U+2202 ISOtech.
- _permil - Static variable in class CharacterEntityReference
-
‰ ‰ = ‰
-- per mille sign, U+2030 ISOtech.
- _perp - Static variable in class CharacterEntityReference
-
⊥ ⊥ = ⊥
-- up tack = orthogonal to = perpendicular, U+22A5 ISOtech.
- _Phi - Static variable in class CharacterEntityReference
-
Φ Φ = Φ
-- greek capital letter phi, U+03A6 ISOgrk3.
- _phi - Static variable in class CharacterEntityReference
-
φ φ = φ
-- greek small letter phi, U+03C6 ISOgrk3.
- _Pi - Static variable in class CharacterEntityReference
-
Π Π = Π
-- greek capital letter pi, U+03A0 ISOgrk3.
- _pi - Static variable in class CharacterEntityReference
-
π π = π
-- greek small letter pi, U+03C0 ISOgrk3.
- _piv - Static variable in class CharacterEntityReference
-
ϖ ϖ = ϖ
-- greek pi symbol, U+03D6 ISOgrk3.
- _plusmn - Static variable in class CharacterEntityReference
-
± ± = ±
-- plus-minus sign = plus-or-minus sign, U+00B1 ISOnum.
- _pound - Static variable in class CharacterEntityReference
-
£ £ = £
-- pound sign, U+00A3 ISOnum.
- _prime - Static variable in class CharacterEntityReference
-
′ ′ = ′
-- prime = minutes = feet, U+2032 ISOtech.
- _Prime - Static variable in class CharacterEntityReference
-
″ ″ = ″
-- double prime = seconds = inches, U+2033 ISOtech.
- _prod - Static variable in class CharacterEntityReference
-
∏ ∏ = ∏
-- n-ary product = product sign, U+220F ISOamsb
(see
comments).
- _prop - Static variable in class CharacterEntityReference
-
∝ ∝ = ∝
-- proportional to, U+221D ISOtech.
- _Psi - Static variable in class CharacterEntityReference
-
Ψ Ψ = Ψ
-- greek capital letter psi, U+03A8 ISOgrk3.
- _psi - Static variable in class CharacterEntityReference
-
ψ ψ = ψ
-- greek small letter psi, U+03C8 ISOgrk3.
- _quot - Static variable in class CharacterEntityReference
-
" " = "
-- quotation mark = APL quote, U+0022 ISOnum.
- _radic - Static variable in class CharacterEntityReference
-
√ √ = √
-- square root = radical sign, U+221A ISOtech.
- _rang - Static variable in class CharacterEntityReference
-
〉 ⟩ = 〉
-- right-pointing angle bracket = ket, U+232A ISOtech
(see
comments).
- _raquo - Static variable in class CharacterEntityReference
-
» » = »
-- right-pointing double angle quotation mark = right pointing guillemet, U+00BB ISOnum.
- _rarr - Static variable in class CharacterEntityReference
-
→ → = →
-- rightwards arrow, U+2192 ISOnum.
- _rArr - Static variable in class CharacterEntityReference
-
⇒ ⇒ = ⇒
-- rightwards double arrow, U+21D2 ISOtech
(see
comments).
- _rceil - Static variable in class CharacterEntityReference
-
⌉ ⌉ = ⌉
-- right ceiling, U+2309 ISOamsc.
- _rdquo - Static variable in class CharacterEntityReference
-
” ” = ”
-- right double quotation mark, U+201D ISOnum.
- _real - Static variable in class CharacterEntityReference
-
ℜ ℜ = ℜ
-- black-letter capital R = real part symbol, U+211C ISOamso.
- _reg - Static variable in class CharacterEntityReference
-
® ® = ®
-- registered sign = registered trade mark sign, U+00AE ISOnum.
- _rfloor - Static variable in class CharacterEntityReference
-
⌋ ⌋ = ⌋
-- right floor, U+230B ISOamsc.
- _Rho - Static variable in class CharacterEntityReference
-
Ρ Ρ = Ρ
-- greek capital letter rho, U+03A1.
- _rho - Static variable in class CharacterEntityReference
-
ρ ρ = ρ
-- greek small letter rho, U+03C1 ISOgrk3.
- _rlm - Static variable in class CharacterEntityReference
-
‏ = ‏
-- right-to-left mark, U+200F NEW RFC 2070.
- _rsaquo - Static variable in class CharacterEntityReference
-
› › = ›
-- single right-pointing angle quotation mark, U+203A ISO proposed
(see
comments).
- _rsquo - Static variable in class CharacterEntityReference
-
’ ’ = ’
-- right single quotation mark, U+2019 ISOnum.
- _sbquo - Static variable in class CharacterEntityReference
-
‚ ‚ = ‚
-- single low-9 quotation mark, U+201A NEW.
- _Scaron - Static variable in class CharacterEntityReference
-
Š Š = Š
-- latin capital letter S with caron, U+0160 ISOlat2.
- _scaron - Static variable in class CharacterEntityReference
-
š š = š
-- latin small letter s with caron, U+0161 ISOlat2.
- _sdot - Static variable in class CharacterEntityReference
-
⋅ ⋅ = ⋅
-- dot operator, U+22C5 ISOamsb
(see
comments).
- _sect - Static variable in class CharacterEntityReference
-
§ § = §
-- section sign, U+00A7 ISOnum.
- _shy - Static variable in class CharacterEntityReference
-
­ = ­
-- soft hyphen = discretionary hyphen, U+00AD ISOnum.
- _Sigma - Static variable in class CharacterEntityReference
-
Σ Σ = Σ
-- greek capital letter sigma, U+03A3 ISOgrk3.
- _sigma - Static variable in class CharacterEntityReference
-
σ σ = σ
-- greek small letter sigma, U+03C3 ISOgrk3.
- _sigmaf - Static variable in class CharacterEntityReference
-
ς ς = ς
-- greek small letter final sigma, U+03C2 ISOgrk3.
- _sim - Static variable in class CharacterEntityReference
-
∼ ∼ = ∼
-- tilde operator = varies with = similar to, U+223C ISOtech
(see
comments).
- _spades - Static variable in class CharacterEntityReference
-
♠ ♠ = ♠
-- black spade suit, U+2660 ISOpub
(see
comments).
- _sub - Static variable in class CharacterEntityReference
-
⊂ ⊂ = ⊂
-- subset of, U+2282 ISOtech.
- _sube - Static variable in class CharacterEntityReference
-
⊆ ⊆ = ⊆
-- subset of or equal to, U+2286 ISOtech.
- _sum - Static variable in class CharacterEntityReference
-
∑ ∑ = ∑
-- n-ary summation, U+2211 ISOamsb
(see
comments).
- _sup - Static variable in class CharacterEntityReference
-
⊃ ⊃ = ⊃
-- superset of, U+2283 ISOtech
(see
comments).
- _sup1 - Static variable in class CharacterEntityReference
-
¹ ¹ = ¹
-- superscript one = superscript digit one, U+00B9 ISOnum.
- _sup2 - Static variable in class CharacterEntityReference
-
² ² = ²
-- superscript two = superscript digit two = squared, U+00B2 ISOnum.
- _sup3 - Static variable in class CharacterEntityReference
-
³ ³ = ³
-- superscript three = superscript digit three = cubed, U+00B3 ISOnum.
- _supe - Static variable in class CharacterEntityReference
-
⊇ ⊇ = ⊇
-- superset of or equal to, U+2287 ISOtech.
- _szlig - Static variable in class CharacterEntityReference
-
ß ß = ß
-- latin small letter sharp s = ess-zed, U+00DF ISOlat1.
- _Tau - Static variable in class CharacterEntityReference
-
Τ Τ = Τ
-- greek capital letter tau, U+03A4.
- _tau - Static variable in class CharacterEntityReference
-
τ τ = τ
-- greek small letter tau, U+03C4 ISOgrk3.
- _there4 - Static variable in class CharacterEntityReference
-
∴ ∴ = ∴
-- therefore, U+2234 ISOtech.
- _Theta - Static variable in class CharacterEntityReference
-
Θ Θ = Θ
-- greek capital letter theta, U+0398 ISOgrk3.
- _theta - Static variable in class CharacterEntityReference
-
θ θ = θ
-- greek small letter theta, U+03B8 ISOgrk3.
- _thetasym - Static variable in class CharacterEntityReference
-
ϑ ϑ = ϑ
-- greek small letter theta symbol, U+03D1 NEW.
- _thinsp - Static variable in class CharacterEntityReference
-
  =  
-- thin space, U+2009 ISOpub.
- _THORN - Static variable in class CharacterEntityReference
-
Þ Þ = Þ
-- latin capital letter THORN, U+00DE ISOlat1.
- _thorn - Static variable in class CharacterEntityReference
-
þ þ = þ
-- latin small letter thorn, U+00FE ISOlat1.
- _tilde - Static variable in class CharacterEntityReference
-
˜ ˜ = ˜
-- small tilde, U+02DC ISOdia.
- _times - Static variable in class CharacterEntityReference
-
× × = ×
-- multiplication sign, U+00D7 ISOnum.
- _trade - Static variable in class CharacterEntityReference
-
™ ™ = ™
-- trade mark sign, U+2122 ISOnum.
- _Uacute - Static variable in class CharacterEntityReference
-
Ú Ú = Ú
-- latin capital letter U with acute, U+00DA ISOlat1.
- _uacute - Static variable in class CharacterEntityReference
-
ú ú = ú
-- latin small letter u with acute, U+00FA ISOlat1.
- _uarr - Static variable in class CharacterEntityReference
-
↑ ↑ = ↑
-- upwards arrow, U+2191 ISOnum.
- _uArr - Static variable in class CharacterEntityReference
-
⇑ ⇑ = ⇑
-- upwards double arrow, U+21D1 ISOamsa.
- _Ucirc - Static variable in class CharacterEntityReference
-
Û Û = Û
-- latin capital letter U with circumflex, U+00DB ISOlat1.
- _ucirc - Static variable in class CharacterEntityReference
-
û û = û
-- latin small letter u with circumflex, U+00FB ISOlat1.
- _Ugrave - Static variable in class CharacterEntityReference
-
Ù Ù = Ù
-- latin capital letter U with grave, U+00D9 ISOlat1.
- _ugrave - Static variable in class CharacterEntityReference
-
ù ù = ù
-- latin small letter u with grave, U+00F9 ISOlat1.
- _uml - Static variable in class CharacterEntityReference
-
¨ ¨ = ¨
-- diaeresis = spacing diaeresis, U+00A8 ISOdia.
- _upsih - Static variable in class CharacterEntityReference
-
ϒ ϒ = ϒ
-- greek upsilon with hook symbol, U+03D2 NEW.
- _Upsilon - Static variable in class CharacterEntityReference
-
Υ Υ = Υ
-- greek capital letter upsilon, U+03A5 ISOgrk3.
- _upsilon - Static variable in class CharacterEntityReference
-
υ υ = υ
-- greek small letter upsilon, U+03C5 ISOgrk3.
- _Uuml - Static variable in class CharacterEntityReference
-
Ü Ü = Ü
-- latin capital letter U with diaeresis, U+00DC ISOlat1.
- _uuml - Static variable in class CharacterEntityReference
-
ü ü = ü
-- latin small letter u with diaeresis, U+00FC ISOlat1.
- _weierp - Static variable in class CharacterEntityReference
-
℘ ℘ = ℘
-- script capital P = power set = Weierstrass p, U+2118 ISOamso.
- _Xi - Static variable in class CharacterEntityReference
-
Ξ Ξ = Ξ
-- greek capital letter xi, U+039E ISOgrk3.
- _xi - Static variable in class CharacterEntityReference
-
ξ ξ = ξ
-- greek small letter xi, U+03BE ISOgrk3.
- _Yacute - Static variable in class CharacterEntityReference
-
Ý Ý = Ý
-- latin capital letter Y with acute, U+00DD ISOlat1.
- _yacute - Static variable in class CharacterEntityReference
-
ý ý = ý
-- latin small letter y with acute, U+00FD ISOlat1.
- _yen - Static variable in class CharacterEntityReference
-
¥ ¥ = ¥
-- yen sign = yuan sign, U+00A5 ISOnum.
- _yuml - Static variable in class CharacterEntityReference
-
ÿ ÿ = ÿ
-- latin small letter y with diaeresis, U+00FF ISOlat1.
- _Yuml - Static variable in class CharacterEntityReference
-
Ÿ Ÿ = Ÿ
-- latin capital letter Y with diaeresis, U+0178 ISOlat2.
- _Zeta - Static variable in class CharacterEntityReference
-
Ζ Ζ = Ζ
-- greek capital letter zeta, U+0396.
- _zeta - Static variable in class CharacterEntityReference
-
ζ ζ = ζ
-- greek small letter zeta, U+03B6 ISOgrk3.
- _zwj - Static variable in class CharacterEntityReference
-
‍ = ‍
-- zero width joiner, U+200D NEW RFC 2070.
- _zwnj - Static variable in class CharacterEntityReference
-
‌ = ‌
-- zero width non-joiner, U+200C NEW RFC 2070.