doc.api.index-all.html Maven / Gradle / Ivy
Go to download
Jericho HTML Parser is a simple but powerful java library allowing analysis and manipulation of
parts of an HTML document, including some common server-side tags, while reproducing verbatim any
unrecognised or invalid HTML. It also provides high-level HTML form manipulation functions.
with the same span as the specified
Index (Jericho HTML Parser 1.5-dev1) A B C D E F G H I K L M N O P Q R S T U V X _
Package Class Tree Deprecated Index Help PREV NEXT FRAMES NO FRAMES
A
- A - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- ABBR - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- ACRONYM - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- ADDRESS - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- APPLET - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- AREA - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- ApostropheEncoded - Static variable in class au.id.jericho.lib.html.CharacterReference
- Determines whether apostrophes are encoded when calling the
CharacterReference.encode(CharSequence)
method.- Attribute - class au.id.jericho.lib.html.Attribute.
- Represents a single attribute name/value segment within a
StartTag
.- AttributeNames - Static variable in class au.id.jericho.lib.html.FormControlOutputStyle.DisplayValueConfig
- Attributes - class au.id.jericho.lib.html.Attributes.
- Represents the list of
Attribute
objects present within a particularStartTag
.- AttributesOutputSegment - class au.id.jericho.lib.html.AttributesOutputSegment.
- Implements an
IOutputSegment
whose content is a list of attribute name/value pairs.- AttributesOutputSegment(Attributes, boolean) - Constructor for class au.id.jericho.lib.html.AttributesOutputSegment
- Constructs a new
AttributesOutputSegment
with the same span and initial name/value entries as the specified sourceAttributes
.- AttributesOutputSegment(Attributes, Map) - Constructor for class au.id.jericho.lib.html.AttributesOutputSegment
- Constructs a new
AttributesOutputSegment
with the same span as the specified sourceAttributes
, using the specifiedMap
to store the entries.- add(IOutputSegment) - Method in class au.id.jericho.lib.html.OutputDocument
- Adds the specified output segment to this
OutputDocument
.- add(FormControl) - Method in class au.id.jericho.lib.html.OutputDocument
- ***************************
- add(FormFields) - Method in class au.id.jericho.lib.html.OutputDocument
- ***************************
- addValue(CharSequence) - Method in class au.id.jericho.lib.html.FormControl
- addValue(CharSequence) - Method in class au.id.jericho.lib.html.FormField
- **** returns true if value was taken
- addValue(String, CharSequence) - Method in class au.id.jericho.lib.html.FormFields
- ****
- allowsMultipleValues() - Method in class au.id.jericho.lib.html.FormControlType
- Deprecated. Use the more useful
FormField.allowsMultipleValues()
method instead.- allowsMultipleValues() - Method in class au.id.jericho.lib.html.FormField
- Indicates whether the field allows multiple values.
- au.id.jericho.lib.html - package au.id.jericho.lib.html
- A simple but powerful java library for parsing and modifying HTML documents, including analysis of abritrary HTML forms to determine the structure of submitted data.
B
- B - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- BASE - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- BASEFONT - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- BDO - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- BIG - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- BLOCKQUOTE - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- BODY - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- BR - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- BUTTON - Static variable in class au.id.jericho.lib.html.FormControlType
<button type="submit" name="FieldName" value="PredefinedValue">Send</button>
.- BUTTON - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- BlankOutputSegment - class au.id.jericho.lib.html.BlankOutputSegment.
- Implements an
IOutputSegment
whose content is a string of spaces with the same length as the segment.- BlankOutputSegment(int, int) - Constructor for class au.id.jericho.lib.html.BlankOutputSegment
- Constructs a new
BlankOutputSegment
with the specified begin and end positions.- BlankOutputSegment(Segment) - Constructor for class au.id.jericho.lib.html.BlankOutputSegment
- Constructs a new
BlankOutputSegment
with the same span as the specifiedSegment
.
C
- CAPTION - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- CENTER - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- CHECKBOX - Static variable in class au.id.jericho.lib.html.FormControlType
<input type="checkbox" name="FieldName" value="PredefinedValue" />
.- CITE - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- CODE - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- COL - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- COLGROUP - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- COMPARATOR - Static variable in interface au.id.jericho.lib.html.IOutputSegment
- The comparator used to sort output segments in the
OutputDocument
.- CharOutputSegment - class au.id.jericho.lib.html.CharOutputSegment.
- Implements an
IOutputSegment
whose content is a character constant.- CharOutputSegment(int, int, char) - Constructor for class au.id.jericho.lib.html.CharOutputSegment
- Constructs a new
CharOutputSegment
with the specified begin and end character positions and the specified content.- CharOutputSegment(Segment, char) - Constructor for class au.id.jericho.lib.html.CharOutputSegment
- Constructs a new
CharOutputSegment
with the same span as the specifiedSegment
.- CharOutputSegment(CharacterReference) - Constructor for class au.id.jericho.lib.html.CharOutputSegment
- Constructs a new
CharOutputSegment
which converts the specifiedCharacterReference
to a normal character.- CharacterEntityReference - class au.id.jericho.lib.html.CharacterEntityReference.
- Represents an HTML Character Entity Reference.
- CharacterReference - class au.id.jericho.lib.html.CharacterReference.
- Represents either a
CharacterEntityReference
orNumericCharacterReference
.- CheckedHTML - Static variable in class au.id.jericho.lib.html.FormControlOutputStyle.DisplayValueConfig
- ColumnFalse - Static variable in class au.id.jericho.lib.html.FormFields
- ColumnMultipleValueSeparator - Static variable in class au.id.jericho.lib.html.FormFields
- ColumnTrue - Static variable in class au.id.jericho.lib.html.FormFields
- charAt(int) - Method in class au.id.jericho.lib.html.Segment
- Returns the character at the specified index.
- clearValues() - Method in class au.id.jericho.lib.html.FormControl
- clearValues() - Method in class au.id.jericho.lib.html.FormField
- ****
- clearValues() - Method in class au.id.jericho.lib.html.FormFields
- ****
- compareTo(Object) - Method in class au.id.jericho.lib.html.Segment
- Compares this
Segment
object to another object.
D
- DD - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- DEL - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- DFN - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- DIR - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- DISPLAY_VALUE - Static variable in class au.id.jericho.lib.html.FormControlOutputStyle
- The
FormControl
is replaced with a simple representation of its current value.- DIV - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- DL - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- DOCTYPE_DECLARATION - Static variable in class au.id.jericho.lib.html.Tag
- document type declaration (
<!DOCTYPE ... >
)- DT - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- decode(CharSequence) - Static method in class au.id.jericho.lib.html.CharacterReference
- Decodes the specified HTML encoded text into normal text.
- decodeCollapseWhiteSpace(CharSequence) - Static method in class au.id.jericho.lib.html.CharacterReference
- Decodes the specified text after collapsing its white space.
E
- EM - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- Element - class au.id.jericho.lib.html.Element.
- Represents an HTML element, which encompasses the
StartTag
, an optionalEndTag
and all content in between.- EmptyHTML - Static variable in class au.id.jericho.lib.html.FormControlOutputStyle.DisplayValueConfig
- EndTag - class au.id.jericho.lib.html.EndTag.
- Represents the end tag of an
Element
.- encloses(Segment) - Method in class au.id.jericho.lib.html.Segment
- Indicates whether this
Segment
encloses the specifiedSegment
.- encloses(int) - Method in class au.id.jericho.lib.html.Segment
- Indicates whether this segment encloses the specified character position in the
Source
document.- encode(CharSequence) - Static method in class au.id.jericho.lib.html.CharacterReference
- Encodes the specified text, escaping special characters into character references.
- encode(CharSequence) - Static method in class au.id.jericho.lib.html.NumericCharacterReference
- Encodes the specified text, escaping special characters into numeric character references.
- encodeDecimal(CharSequence) - Static method in class au.id.jericho.lib.html.NumericCharacterReference
- Encodes the specified text, escaping special characters into decimal numeric character references.
- encodeHexadecimal(CharSequence) - Static method in class au.id.jericho.lib.html.NumericCharacterReference
- Encodes the specified text, escaping special characters into hexadecimal numeric character references.
- encodeWithWhiteSpaceFormatting(CharSequence) - Static method in class au.id.jericho.lib.html.CharacterReference
- Encodes the specified text, preserving line breaks, tabs and spaces for rendering by converting them to markup.
- equals(Object) - Method in class au.id.jericho.lib.html.Segment
- Compares the specified object with this
Segment
for equality.
F
- FIELDSET - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- FILE - Static variable in class au.id.jericho.lib.html.FormControlType
<input type="file" name="FieldName" value="DefaultFileName" />
.- FONT - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- FORM - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- FRAME - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- FRAMESET - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- FieldNameCaseSensitive - Static variable in class au.id.jericho.lib.html.FormFields
- Determines whether field names are treated as case sensitive.
- FormControl - class au.id.jericho.lib.html.FormControl.
- form controls
- FormControlOutputStyle - class au.id.jericho.lib.html.FormControlOutputStyle.
- *************
- FormControlOutputStyle.DisplayValueConfig - class au.id.jericho.lib.html.FormControlOutputStyle.DisplayValueConfig.
- ************* must not be null
- FormControlType - class au.id.jericho.lib.html.FormControlType.
- Represents one of the HTML control types in a form which have the potential to be successful.
- FormField - class au.id.jericho.lib.html.FormField.
- Represents a field in an HTML form, a field being defined as the combination of all form controls having the same name.
- FormFields - class au.id.jericho.lib.html.FormFields.
- Represents a collection of
FormField
objects.- FormFields(Collection) - Constructor for class au.id.jericho.lib.html.FormFields
- Constructs a new
FormFields
object based on the specified form controls.- findAllCharacterReferences() - Method in class au.id.jericho.lib.html.Segment
- Returns a list of all
CharacterReference
objects enclosed by this segment.- findAllComments() - Method in class au.id.jericho.lib.html.Segment
- Returns a list of all
Segment
objects enclosed by this segment that represent HTML comments.- findAllElements() - Method in class au.id.jericho.lib.html.Segment
- Returns a list of all
Element
objects enclosed by this segment.- findAllElements(String) - Method in class au.id.jericho.lib.html.Segment
- Returns a list of all
Element
objects with the specified name enclosed by this segment.- findAllStartTags() - Method in class au.id.jericho.lib.html.Segment
- Returns a list of all
StartTag
objects enclosed by this segment.- findAllStartTags(String) - Method in class au.id.jericho.lib.html.Segment
- Returns a list of all
StartTag
objects with the specified name enclosed by this segment.- findAllStartTags(String, String, boolean) - Method in class au.id.jericho.lib.html.Segment
- Returns a list of all
StartTag
objects with the specified attribute name/value pair beginning at or immediately following the specified position in the source document.- findEnclosingComment(int) - Method in class au.id.jericho.lib.html.Source
- Returns a Segment spanning the HTML comment that encloses the specified position in the source document.
- findEnclosingElement(int) - Method in class au.id.jericho.lib.html.Source
- Returns the most nested Element enclosing the specified position in the source document.
- findEnclosingElement(int, String) - Method in class au.id.jericho.lib.html.Source
- Returns the most nested Element with the specified name enclosing the specified position in the source document.
- findEnclosingStartTag(int) - Method in class au.id.jericho.lib.html.Source
- Returns the
StartTag
enclosing the specified position in the source document.- findEndTag() - Method in class au.id.jericho.lib.html.StartTag
- Returns the end tag that corresponds to this start tag.
- findFormControls() - Method in class au.id.jericho.lib.html.Segment
- Returns a list of the
FormControl
objects enclosed by this segment.- findFormFields() - Method in class au.id.jericho.lib.html.Segment
- Returns the
FormFields
object representing all form fields enclosed by this segment.- findNextCharacterReference(int) - Method in class au.id.jericho.lib.html.Source
- Returns the
CharacterReference
beginning at or immediately following the specified position in the source document.- findNextComment(int) - Method in class au.id.jericho.lib.html.Source
- Returns the Comment beginning at or immediately following the specified position in the source document.
- findNextEndTag(int) - Method in class au.id.jericho.lib.html.Source
- Returns the EndTag beginning at or immediately following the specified position in the source document.
- findNextEndTag(int, String) - Method in class au.id.jericho.lib.html.Source
- Returns the EndTag with the specified name beginning at or immediately following the specified position in the source document.
- findNextStartTag(int) - Method in class au.id.jericho.lib.html.Source
- Returns the
StartTag
beginning at or immediately following the specified position in the source document.- findNextStartTag(int, String) - Method in class au.id.jericho.lib.html.Source
- Returns the
StartTag
with the specified name beginning at or immediately following the specified position in the source document.- findNextStartTag(int, String, String, boolean) - Method in class au.id.jericho.lib.html.Source
- Returns the
StartTag
with the specified attribute name/value pair beginning at or immediately following the specified position in the source document.- findNextTag(int) - Method in class au.id.jericho.lib.html.Source
- Returns the tag (either a
StartTag
orEndTag
) beginning at or immediately following the specified position in the source document.- findPreviousCharacterReference(int) - Method in class au.id.jericho.lib.html.Source
- Returns the
CharacterReference
at or immediately preceding (or enclosing) the specified position in the source document.- findPreviousEndTag(int, String) - Method in class au.id.jericho.lib.html.Source
- Returns the EndTag with the specified name at or immediately preceding (or enclosing) the specified position in the source document.
- findPreviousStartTag(int) - Method in class au.id.jericho.lib.html.Source
- Returns the
StartTag
at or immediately preceding (or enclosing) the specified position in the source document.- findPreviousStartTag(int, String) - Method in class au.id.jericho.lib.html.Source
- Returns the
StartTag
with the specified name at or immediately preceding (or enclosing) the specified position in the source document.- findWords() - Method in class au.id.jericho.lib.html.Segment
- Deprecated. no replacement
G
- generateHTML(Map) - Static method in class au.id.jericho.lib.html.Attributes
- Returns the contents of the specified attributes map as HTML attribute name/value pairs.
- generateHTML(String) - Static method in class au.id.jericho.lib.html.EndTag
- Generates the HTML text of an end tag with the specified tag name.
- generateHTML(String, Map, boolean) - Static method in class au.id.jericho.lib.html.StartTag
- Generates the HTML text of a start tag with the specified tag name and attributes map.
- get(String) - Method in class au.id.jericho.lib.html.Attributes
- Returns the
Attribute
with the specified name (case insensitive).- get(String) - Static method in class au.id.jericho.lib.html.FormControlType
- Returns the
FormControlType
with the specified ID.- get(String) - Method in class au.id.jericho.lib.html.FormFields
- Returns the FormField with the specified name.
- getAdditionalSubmitNames(String) - Method in class au.id.jericho.lib.html.FormControlType
- Deprecated. no replacement
- getAttributes() - Method in class au.id.jericho.lib.html.Element
- Returns the attributes specified in this element's start tag.
- getAttributes() - Method in class au.id.jericho.lib.html.StartTag
- Returns the attributes specified in this start tag.
- getAttributesMap() - Method in class au.id.jericho.lib.html.FormControl
- getBegin() - Method in class au.id.jericho.lib.html.AttributesOutputSegment
- getBegin() - Method in class au.id.jericho.lib.html.BlankOutputSegment
- getBegin() - Method in class au.id.jericho.lib.html.CharOutputSegment
- getBegin() - Method in interface au.id.jericho.lib.html.IOutputSegment
- Returns the character position in the
OutputDocument
where this segment begins.- getBegin() - Method in class au.id.jericho.lib.html.Segment
- Returns the character position in the Source where this segment begins.
- getBegin() - Method in class au.id.jericho.lib.html.StringOutputSegment
- getChar() - Method in class au.id.jericho.lib.html.CharacterReference
- Returns the character represented by this character reference.
- getCharacterReferenceString() - Method in class au.id.jericho.lib.html.CharacterEntityReference
- Returns the correct encoded form of this character entity reference.
- getCharacterReferenceString(int) - Static method in class au.id.jericho.lib.html.CharacterEntityReference
- Returns the character entity reference encoded form of the specified Unicode code point.
- getCharacterReferenceString() - Method in class au.id.jericho.lib.html.CharacterReference
- Returns the encoded form of this character reference.
- getCharacterReferenceString(int) - Static method in class au.id.jericho.lib.html.CharacterReference
- Returns the encoded form of the specified Unicode code point.
- getCharacterReferenceString() - Method in class au.id.jericho.lib.html.NumericCharacterReference
- Returns the correct encoded form of this numeric character reference.
- getCharacterReferenceString(int) - Static method in class au.id.jericho.lib.html.NumericCharacterReference
- Returns the numeric character reference encoded form of the specified Unicode code point.
- getCodePoint() - Method in class au.id.jericho.lib.html.CharacterReference
- Returns the Unicode code point represented by this character reference.
- getCodePointFromCharacterReferenceString(CharSequence) - Static method in class au.id.jericho.lib.html.CharacterReference
- Parses a single encoded character reference text into a Unicode code point.
- getCodePointFromName(String) - Static method in class au.id.jericho.lib.html.CharacterEntityReference
- Returns the Unicode code point of the specified character entity reference name.
- getColumnHeadings() - Method in class au.id.jericho.lib.html.FormFields
- ****
- getColumnValues(Map) - Method in class au.id.jericho.lib.html.FormFields
- ****
- getColumnValues() - Method in class au.id.jericho.lib.html.FormFields
- ****
- getContent() - Method in class au.id.jericho.lib.html.Element
- Returns the segment representing the content of the element.
- getContentText() - Method in class au.id.jericho.lib.html.Element
- Returns the content text of the element.
- getCount() - Method in class au.id.jericho.lib.html.Attributes
- Returns the number of attributes.
- getCount() - Method in class au.id.jericho.lib.html.FormFields
- Returns the number of
FormField
objects.- getDebugInfo() - Method in class au.id.jericho.lib.html.Attribute
- getDebugInfo() - Method in class au.id.jericho.lib.html.Attributes
- getDebugInfo() - Method in class au.id.jericho.lib.html.AttributesOutputSegment
- getDebugInfo() - Method in class au.id.jericho.lib.html.BlankOutputSegment
- getDebugInfo() - Method in class au.id.jericho.lib.html.CharOutputSegment
- getDebugInfo() - Method in class au.id.jericho.lib.html.CharacterEntityReference
- getDebugInfo() - Method in class au.id.jericho.lib.html.Element
- getDebugInfo() - Method in class au.id.jericho.lib.html.EndTag
- getDebugInfo() - Method in class au.id.jericho.lib.html.FormControl
- getDebugInfo() - Method in class au.id.jericho.lib.html.FormField
- Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in class au.id.jericho.lib.html.FormFields
- Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in interface au.id.jericho.lib.html.IOutputSegment
- Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in class au.id.jericho.lib.html.NumericCharacterReference
- getDebugInfo() - Method in class au.id.jericho.lib.html.Segment
- Returns a string representation of this object useful for debugging purposes.
- getDebugInfo() - Method in class au.id.jericho.lib.html.StartTag
- getDebugInfo() - Method in class au.id.jericho.lib.html.StringOutputSegment
- getDecimalCharacterReferenceString() - Method in class au.id.jericho.lib.html.CharacterReference
- Returns the decimal encoded form of this character reference.
- getDecimalCharacterReferenceString(int) - Static method in class au.id.jericho.lib.html.CharacterReference
- Returns the decimal encoded form of the specified Unicode code point.
- getDefaultMaxErrorCount() - Static method in class au.id.jericho.lib.html.Attributes
- Returns the default maximum error count allowed when parsing attributes.
- getElement() - Method in class au.id.jericho.lib.html.FormControl
- getElement() - Method in class au.id.jericho.lib.html.StartTag
- Returns the element that corresponds to this start tag.
- getElementById(String) - Method in class au.id.jericho.lib.html.Source
- Returns the
Element
with the specifiedid
attribute value.- getEnd() - Method in class au.id.jericho.lib.html.AttributesOutputSegment
- getEnd() - Method in class au.id.jericho.lib.html.BlankOutputSegment
- getEnd() - Method in class au.id.jericho.lib.html.CharOutputSegment
- getEnd() - Method in interface au.id.jericho.lib.html.IOutputSegment
- Returns the character position in the
OutputDocument
where this segment ends.- getEnd() - Method in class au.id.jericho.lib.html.Segment
- Returns the character position in the Source where this segment ends.
- getEnd() - Method in class au.id.jericho.lib.html.StringOutputSegment
- getEndTag() - Method in class au.id.jericho.lib.html.Element
- Returns the end tag of the element.
- getFollowingTextSegment() - Method in class au.id.jericho.lib.html.StartTag
- Deprecated. Use
new Segment(source,this.getEnd(),source.findNextTag(this.getEnd()))
instead.- getFormControl() - Method in class au.id.jericho.lib.html.Element
- Returns the
FormControl
defined by this element.- getFormControl() - Method in class au.id.jericho.lib.html.StartTag
- Returns the
FormControl
defined by this start tag.- getFormControlType() - Method in class au.id.jericho.lib.html.FormControl
- getFormControlType() - Method in class au.id.jericho.lib.html.StartTag
- Deprecated. Use
getFormControl().getFormControlType()
instead.- getFormControlTypeId() - Method in class au.id.jericho.lib.html.FormControlType
- Returns a string which identifies this form control type.
- getFormControls() - Method in class au.id.jericho.lib.html.FormField
- Returns a collection of all the form controls that make up this field.
- getFormControls() - Method in class au.id.jericho.lib.html.FormFields
- ****
- getHexadecimalCharacterReferenceString() - Method in class au.id.jericho.lib.html.CharacterReference
- Returns the hexadecimal encoded form of this character reference.
- getHexadecimalCharacterReferenceString(int) - Static method in class au.id.jericho.lib.html.CharacterReference
- Returns the hexadecimal encoded form of the specified Unicode code point.
- getKey() - Method in class au.id.jericho.lib.html.Attribute
- Name of the attribute in lower case.
- getList() - Method in class au.id.jericho.lib.html.Attributes
- Deprecated. use this instance instead.
- getMap() - Method in class au.id.jericho.lib.html.AttributesOutputSegment
- Returns the
Map
containing the name/value entries to be output.- getName() - Method in class au.id.jericho.lib.html.Attribute
- Returns the name of the attribute in original case.
- getName() - Method in class au.id.jericho.lib.html.CharacterEntityReference
- Returns the name of this character entity reference.
- getName(char) - Static method in class au.id.jericho.lib.html.CharacterEntityReference
- Returns the character entity reference name of the specified character.
- getName(int) - Static method in class au.id.jericho.lib.html.CharacterEntityReference
- Returns the character entity reference name of the specified Unicode code point.
- getName() - Method in class au.id.jericho.lib.html.Element
- Returns the name of the StartTag of this element.
- getName() - Method in class au.id.jericho.lib.html.FormControl
- getName() - Method in class au.id.jericho.lib.html.FormField
- Returns the name of the field.
- getName() - Method in class au.id.jericho.lib.html.Tag
- Returns the name of the tag, always in lower case.
- getNameSegment() - Method in class au.id.jericho.lib.html.Attribute
- Segment spanning the Name of the attribute.
- getNameToCodePointMap() - Static method in class au.id.jericho.lib.html.CharacterEntityReference
- Returns a
Map
of character entity reference names (String
) to code points (Integer
).- getNextTagIterator(int) - Method in class au.id.jericho.lib.html.Source
- Returns an iterator of
Tag
objects beginning at or immediately following the specified position in the source document.- getOptionElementIterator() - Method in class au.id.jericho.lib.html.FormControl
- getOutputStyle() - Method in class au.id.jericho.lib.html.FormControl
- getOverlappingOutputSegments() - Method in class au.id.jericho.lib.html.OverlappingOutputSegmentsException
- Returns the two overlapping output segments in an array.
- getPredefinedValue() - Method in class au.id.jericho.lib.html.FormControl
- Returns the initial value of this control if it has a predefined value.
- getPredefinedValues() - Method in class au.id.jericho.lib.html.FormControl
- Returns a collection of all predefined values in this control.
- getPredefinedValues() - Method in class au.id.jericho.lib.html.FormField
- Returns a collection of the predefined values of all controls that make up this field.
- getQuoteChar() - Method in class au.id.jericho.lib.html.Attribute
- Returns the character used to quote the value.
- getSourceText() - Method in class au.id.jericho.lib.html.OutputDocument
- Returns the original source text upon which this
OutputDocument
is based.- getSourceText() - Method in class au.id.jericho.lib.html.Segment
- Deprecated. Use the
Segment.toString()
method instead- getSourceTextNoWhitespace() - Method in class au.id.jericho.lib.html.Segment
- Deprecated. Use the more useful
CharacterReference.decodeCollapseWhiteSpace(CharSequence)
method instead.- getStartTag() - Method in class au.id.jericho.lib.html.Element
- Returns the start tag of the element.
- getString(Reader) - Static method in class au.id.jericho.lib.html.Util
- getTagName() - Method in class au.id.jericho.lib.html.FormControlType
- Returns the name of the tag that defines this form control type.
- getUnicodeText() - Method in class au.id.jericho.lib.html.CharacterReference
- Returns the Unicode code point of this character reference in U+ notation.
- getUnicodeText(int) - Static method in class au.id.jericho.lib.html.CharacterReference
- Returns the specified Unicode code point in U+ notation.
- getUserValueCount() - Method in class au.id.jericho.lib.html.FormField
- Returns the number of values which would typically be set by the user, and are not included in the list of predefined values.
- getValue() - Method in class au.id.jericho.lib.html.Attribute
- Returns the decoded value of the attribute.
- getValue(String) - Method in class au.id.jericho.lib.html.Attributes
- Returns the decoded value of the attribute with the specified name (case insensitive).
- getValueSegment() - Method in class au.id.jericho.lib.html.Attribute
- Segment spanning the Value of the attribute.
- getValueSegmentIncludingQuotes() - Method in class au.id.jericho.lib.html.Attribute
- Segment spanning the value of the attribute, including quotation marks if any.
- getValues() - Method in class au.id.jericho.lib.html.FormField
- **** does not contain nulls
- getValuesMap() - Method in class au.id.jericho.lib.html.FormFields
- **** Returns a map of name to String[], similar to
javax.servlet.ServletRequest.getParameterMap()
H
- H1 - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- H2 - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- H3 - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- H4 - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- H5 - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- H6 - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- HEAD - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- HIDDEN - Static variable in class au.id.jericho.lib.html.FormControlType
<input type="hidden" name="FieldName" value="PredefinedValue" />
.- HR - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- HTML - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- hasValue() - Method in class au.id.jericho.lib.html.Attribute
- Indicates whether the attribute has a value.
- hashCode() - Method in class au.id.jericho.lib.html.Segment
- Returns a hash code value for the segment.
I
- I - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- IFRAME - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- IMAGE - Static variable in class au.id.jericho.lib.html.FormControlType
<input type="image" name="FieldName" src="ImageURL" value="PredefinedValue" />
.- IMG - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- INPUT - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- INS - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- INVALID_CODE_POINT - Static variable in class au.id.jericho.lib.html.CharacterReference
- Represents an invalid Unicode code point.
- IOutputSegment - interface au.id.jericho.lib.html.IOutputSegment.
- Defines the interface for an output segment, which is used in an
OutputDocument
to replace segments of the source document with other text.- ISINDEX - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- ignoreWhenParsing() - Method in class au.id.jericho.lib.html.Segment
- Causes the this segment to be ignored when parsing.
- ignoreWhenParsing(int, int) - Method in class au.id.jericho.lib.html.Source
- Causes the specified range of the source text to be ignored when parsing.
- ignoreWhenParsing(Collection) - Method in class au.id.jericho.lib.html.Source
- Causes all of the segments in the specified collection to be ignored when parsing.
- isBlock(String) - Static method in class au.id.jericho.lib.html.Element
- Indicates whether an element with the given name is a block element according to the HTML 4.01 Transitional DTD.
- isChecked() - Method in class au.id.jericho.lib.html.FormControl
- isComment() - Method in class au.id.jericho.lib.html.Segment
- Indicates whether this
Segment
represents an HTML comment.- isComment() - Method in class au.id.jericho.lib.html.StartTag
- isCommonServerTag() - Method in class au.id.jericho.lib.html.StartTag
- Indicates whether the start tag is a common server tag (
<% ... %>
).- isDecimal() - Method in class au.id.jericho.lib.html.NumericCharacterReference
- Indicates whether this numeric character reference is in decimal format.
- isDisabled() - Method in class au.id.jericho.lib.html.FormControl
- isDocTypeDeclaration() - Method in class au.id.jericho.lib.html.StartTag
- Indicates whether the start tag is a document type declaration.
- isEmpty() - Method in class au.id.jericho.lib.html.Element
- Indicates whether the element is empty.
- isEmptyElementTag() - Method in class au.id.jericho.lib.html.Element
- Indicates whether the element is an empty element tag.
- isEmptyElementTag() - Method in class au.id.jericho.lib.html.StartTag
- Indicates whether the start tag is an empty element tag.
- isEndTagForbidden() - Method in class au.id.jericho.lib.html.StartTag
- Indicates whether the corresponding end tag is forbidden.
- isEndTagOptional() - Method in class au.id.jericho.lib.html.StartTag
- Indicates whether the corresponding end tag is optional according to the HTML specification.
- isEndTagRequired() - Method in class au.id.jericho.lib.html.StartTag
- Indicates whether the corresponding end tag is required according to the HTML specification.
- isForbidden(String) - Static method in class au.id.jericho.lib.html.EndTag
- Indicates whether an end tag of the given name is forbidden according to the HTML specification.
- isHexadecimal() - Method in class au.id.jericho.lib.html.NumericCharacterReference
- Indicates whether this numeric character reference is in hexadecimal format.
- isInline(String) - Static method in class au.id.jericho.lib.html.Element
- Indicates whether an element with the given name is an inline element according to the HTML 4.01 Transitional DTD.
- isMasonComponentCall() - Method in class au.id.jericho.lib.html.StartTag
- Indicates whether the start tag is a Mason component call (
<& ... &>
).- isMasonComponentCalledWithContent() - Method in class au.id.jericho.lib.html.StartTag
- Indicates whether the start tag is a Mason component called with content.
- isMasonNamedBlock() - Method in class au.id.jericho.lib.html.StartTag
- Indicates whether the start tag is a Mason named block.
- isMasonTag() - Method in class au.id.jericho.lib.html.StartTag
- Indicates whether the start tag is any type of Mason tag.
- isOptional(String) - Static method in class au.id.jericho.lib.html.EndTag
- Indicates whether an end tag of the given name is optional according to the HTML specification.
- isPHPTag() - Method in class au.id.jericho.lib.html.StartTag
- Indicates whether the start tag is a standard PHP tag (
<?php ... ?>
).- isPotentialControl(String) - Static method in class au.id.jericho.lib.html.FormControlType
- Deprecated. no replacement
- isPredefinedValue() - Method in class au.id.jericho.lib.html.FormControlType
- Indicates whether any value submitted by this type of control is predefined in the HTML and typically not modified by the user or server/client scripts.
- isProcessingInstruction() - Method in class au.id.jericho.lib.html.StartTag
- Indicates whether the start tag is a processing instruction.
- isRequired(String) - Static method in class au.id.jericho.lib.html.EndTag
- Indicates whether an end tag of the given name is required according to the HTML specification.
- isSelect() - Method in class au.id.jericho.lib.html.FormControlType
- Indicates whether this control type represents a
select
element.- isServerTag() - Method in class au.id.jericho.lib.html.StartTag
- Indicates whether the start tag is a server tag.
- isSubmit() - Method in class au.id.jericho.lib.html.FormControlType
- Indicates whether this control type causes the form to be submitted.
- isWhiteSpace(char) - Static method in class au.id.jericho.lib.html.Segment
- Indicates whether the specified character is white space.
- isXMLDeclaration() - Method in class au.id.jericho.lib.html.StartTag
- Indicates whether the start tag is an XML declaration.
- iterator() - Method in class au.id.jericho.lib.html.Attributes
- Returns an iterator over the
Attribute
objects in this list in proper sequence.- iterator() - Method in class au.id.jericho.lib.html.FormFields
- Returns an iterator over the
FormField
objects in the collection.
K
- KBD - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
L
- LABEL - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- LEGEND - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- LI - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- LINK - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- length() - Method in class au.id.jericho.lib.html.Segment
- Returns the length of the segment.
- listIterator(int) - Method in class au.id.jericho.lib.html.Attributes
- Returns a list iterator of the
Attribute
objects in this list (in proper sequence), starting at the specified position in the list.
M
- MAP - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- MENU - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- META - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- MultipleValueSeparator - Static variable in class au.id.jericho.lib.html.FormControlOutputStyle.DisplayValueConfig
- merge(FormFields) - Method in class au.id.jericho.lib.html.FormFields
- Merges the specified
FormFields
into thisFormFields
collection.
N
- NOFRAMES - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- NORMAL - Static variable in class au.id.jericho.lib.html.FormControlOutputStyle
- Normal display of the
FormControl
.- NOSCRIPT - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- NumericCharacterReference - class au.id.jericho.lib.html.NumericCharacterReference.
- Represents an HTML Numeric Character Reference.
O
- OBJECT - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- OL - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- OPTGROUP - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- OPTION - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- OutputDocument - class au.id.jericho.lib.html.OutputDocument.
- Represents a modified version of an original source text.
- OutputDocument(CharSequence) - Constructor for class au.id.jericho.lib.html.OutputDocument
- Constructs a new
OutputDocument
based on the specified source text.- OverlappingOutputSegmentsException - exception au.id.jericho.lib.html.OverlappingOutputSegmentsException.
- Signals that overlapping output segments have been detected in the
OutputDocument
.- output(Writer) - Method in class au.id.jericho.lib.html.AttributesOutputSegment
- Outputs the contents of the map as HTML attribute name/value pairs to the specified
Writer
.- output(Writer) - Method in class au.id.jericho.lib.html.BlankOutputSegment
- output(Writer) - Method in class au.id.jericho.lib.html.CharOutputSegment
- output(Writer) - Method in interface au.id.jericho.lib.html.IOutputSegment
- Outputs the content of this output segment to the specified
Writer
.- output(Writer) - Method in class au.id.jericho.lib.html.OutputDocument
- Outputs the final content of this
OutputDocument
to the specifiedWriter
.- output(Writer) - Method in class au.id.jericho.lib.html.StringOutputSegment
- outputCSVLine(Writer, String[]) - Static method in class au.id.jericho.lib.html.Util
P
- P - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- PARAM - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- PASSWORD - Static variable in class au.id.jericho.lib.html.FormControlType
<input type="password" name="FieldName" value="DefaultValue" />
.- PRE - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- PROCESSING_INSTRUCTION - Static variable in class au.id.jericho.lib.html.Tag
- processing instruction (
<? ... ?>
)- PasswordChar - Static variable in class au.id.jericho.lib.html.FormControlOutputStyle.DisplayValueConfig
- parse(CharSequence) - Static method in class au.id.jericho.lib.html.CharacterReference
- Parses a single encoded character reference text into a CharacterReference object.
- parseAttributes() - Method in class au.id.jericho.lib.html.Segment
- Parses any
Attributes
within this segment.- parseAttributes(int, int) - Method in class au.id.jericho.lib.html.Source
- Parses any
Attributes
starting at the specified position.- parseAttributes(int, int, int) - Method in class au.id.jericho.lib.html.Source
- Parses any
Attributes
starting at the specified position.- parseAttributes() - Method in class au.id.jericho.lib.html.StartTag
- Parses the attributes specified in this start tag, regardless of the type of start tag.
- parseAttributes(int) - Method in class au.id.jericho.lib.html.StartTag
- Parses the attributes specified in this start tag, regardless of the type of start tag.
- populateMap(Map, boolean) - Method in class au.id.jericho.lib.html.Attributes
- Populates the specified
Map
with the name/value pairs from these attributes.
Q
- Q - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
R
- RADIO - Static variable in class au.id.jericho.lib.html.FormControlType
<input type="radio" name="FieldName" value="PredefinedValue" />
.- REMOVE - Static variable in class au.id.jericho.lib.html.FormControlOutputStyle
- Remove the
FormControl
from the output document.- reencode(CharSequence) - Static method in class au.id.jericho.lib.html.CharacterReference
- Re-encodes the specified text, equivalent to decoding and then encoding again.
- regenerateHTML() - Method in class au.id.jericho.lib.html.StartTag
- Regenerates the HTML text of this start tag.
- requiresEncoding(char) - Static method in class au.id.jericho.lib.html.CharacterReference
- Indicates whether the specified character would need to be encoded in HTML text.
S
- S - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- SAMP - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- SCRIPT - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- SELECT - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- SELECT_MULTIPLE - Static variable in class au.id.jericho.lib.html.FormControlType
<select name="FieldName" multiple> <option value="PredefinedValue">Display Text</option> </select>
.- SELECT_SINGLE - Static variable in class au.id.jericho.lib.html.FormControlType
<select name="FieldName"> <option value="PredefinedValue">Display Text</option> </select>
.- SERVER_COMMON - Static variable in class au.id.jericho.lib.html.Tag
- Any one of an ASP, JSP, PSP, ASP-style PHP or Mason substitution tag (
<% ... %>
)- SERVER_MASON_COMPONENT_CALL - Static variable in class au.id.jericho.lib.html.Tag
- Mason component call (
<& ... &>
)- SERVER_MASON_COMPONENT_CALLED_WITH_CONTENT - Static variable in class au.id.jericho.lib.html.Tag
- Mason component called with content (
<&| ... &> ... </&>
)- SERVER_MASON_NAMED_BLOCK - Static variable in class au.id.jericho.lib.html.Tag
- Mason named block (
<%name ... > ... </%name>
)- SERVER_PHP - Static variable in class au.id.jericho.lib.html.Tag
- Standard PHP tag (
<?php ... ?>
)- SMALL - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- SPAN - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- STRIKE - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- STRONG - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- STYLE - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- SUB - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- SUBMIT - Static variable in class au.id.jericho.lib.html.FormControlType
<input type="submit" name="FieldName" value="PredefinedValue" />
.- SUP - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- Segment - class au.id.jericho.lib.html.Segment.
- Represents a segment of a
Source
document.- Segment(Source, int, int) - Constructor for class au.id.jericho.lib.html.Segment
- Constructs a new
Segment
with the specifiedSource
and the specified begin and end character positions.- Source - class au.id.jericho.lib.html.Source.
- Represents a source HTML document.
- Source(CharSequence) - Constructor for class au.id.jericho.lib.html.Source
- Constructs a new
Source
object with the specified text.- StartTag - class au.id.jericho.lib.html.StartTag.
- Represents the start tag of an
Element
.- StringOutputSegment - class au.id.jericho.lib.html.StringOutputSegment.
- Implements an
IOutputSegment
whose content is aCharSequence
.- StringOutputSegment(int, int, CharSequence) - Constructor for class au.id.jericho.lib.html.StringOutputSegment
- Constructs a new
StringOutputSegment
with the specified begin and end positions and the specified content.- StringOutputSegment(Segment, CharSequence) - Constructor for class au.id.jericho.lib.html.StringOutputSegment
- Constructs a new StringOutputSegment
Segment
.
javax.servlet.ServletRequest.getParameterMap()
FormField
objects.
T
- TABLE - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- TBODY - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- TD - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- TEXT - Static variable in class au.id.jericho.lib.html.FormControlType
<input type="text" name="FieldName" value="DefaultValue" />
.- TEXTAREA - Static variable in class au.id.jericho.lib.html.FormControlType
<textarea name="FieldName">Default Value</textarea>
.- TEXTAREA - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- TFOOT - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- TH - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- THEAD - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- TITLE - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- TR - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- TT - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- Tag - class au.id.jericho.lib.html.Tag.
- Represents either a
StartTag
orEndTag
. - TagName - Static variable in class au.id.jericho.lib.html.FormControlOutputStyle.DisplayValueConfig
- toString() - Method in class au.id.jericho.lib.html.AttributesOutputSegment
- toString() - Method in class au.id.jericho.lib.html.BlankOutputSegment
- toString() - Method in class au.id.jericho.lib.html.CharOutputSegment
- toString() - Method in class au.id.jericho.lib.html.FormControlOutputStyle
- Returns a string representation of this object useful for debugging purposes.
- toString() - Method in class au.id.jericho.lib.html.FormControlType
- Returns a string which identifies this form control type.
- toString() - Method in class au.id.jericho.lib.html.FormField
- Returns a string representation of this object useful for debugging purposes.
- toString() - Method in class au.id.jericho.lib.html.FormFields
- Returns a string representation of this object useful for debugging purposes.
- toString() - Method in interface au.id.jericho.lib.html.IOutputSegment
- Returns the content of this output segment as a
String
. - toString() - Method in class au.id.jericho.lib.html.OutputDocument
- Returns the final content of this
OutputDocument
as aString
. - toString() - Method in class au.id.jericho.lib.html.Segment
- Returns the source text of this segment as a
String
. - toString() - Method in class au.id.jericho.lib.html.Source
- Returns the source text as a
String
. - toString() - Method in class au.id.jericho.lib.html.StringOutputSegment
U
- U - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- UL - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
- UncheckedHTML - Static variable in class au.id.jericho.lib.html.FormControlOutputStyle.DisplayValueConfig
- Util - class au.id.jericho.lib.html.Util.
- This class contains miscellaneous utility methods not directly associated with the HTML Parser library.
V
- VAR - Static variable in class au.id.jericho.lib.html.Tag
- HTML 4.01 definition
X
- XML_DECLARATION - Static variable in class au.id.jericho.lib.html.Tag
- XML declaration (
<?xml ... ?>
)
_
- _AElig - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Æ Æ = Æ -- latin capital letter AE = latin capital ligature AE, U+00C6 ISOlat1.
- _Aacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Á Á = Á -- latin capital letter A with acute, U+00C1 ISOlat1.
- _Acirc - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Â Â = Â -- latin capital letter A with circumflex, U+00C2 ISOlat1.
- _Agrave - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- À À = À -- latin capital letter A with grave = latin capital letter A grave, U+00C0 ISOlat1.
- _Alpha - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Α Α = Α -- greek capital letter alpha, U+0391.
- _Aring - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Å Å = Å -- latin capital letter A with ring above = latin capital letter A ring, U+00C5 ISOlat1.
- _Atilde - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ã Ã = Ã -- latin capital letter A with tilde, U+00C3 ISOlat1.
- _Auml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ä Ä = Ä -- latin capital letter A with diaeresis, U+00C4 ISOlat1.
- _Beta - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Β Β = Β -- greek capital letter beta, U+0392.
- _Ccedil - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ç Ç = Ç -- latin capital letter C with cedilla, U+00C7 ISOlat1.
- _Chi - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Χ Χ = Χ -- greek capital letter chi, U+03A7.
- _Dagger - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ‡ ‡ = ‡ -- double dagger, U+2021 ISOpub.
- _Delta - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Δ Δ = Δ -- greek capital letter delta, U+0394 ISOgrk3.
- _ETH - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ð Ð = Ð -- latin capital letter ETH, U+00D0 ISOlat1.
- _Eacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- É É = É -- latin capital letter E with acute, U+00C9 ISOlat1.
- _Ecirc - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ê Ê = Ê -- latin capital letter E with circumflex, U+00CA ISOlat1.
- _Egrave - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- È È = È -- latin capital letter E with grave, U+00C8 ISOlat1.
- _Epsilon - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ε Ε = Ε -- greek capital letter epsilon, U+0395.
- _Eta - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Η Η = Η -- greek capital letter eta, U+0397.
- _Euml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ë Ë = Ë -- latin capital letter E with diaeresis, U+00CB ISOlat1.
- _Gamma - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Γ Γ = Γ -- greek capital letter gamma, U+0393 ISOgrk3.
- _Iacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Í Í = Í -- latin capital letter I with acute, U+00CD ISOlat1.
- _Icirc - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Î Î = Î -- latin capital letter I with circumflex, U+00CE ISOlat1.
- _Igrave - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ì Ì = Ì -- latin capital letter I with grave, U+00CC ISOlat1.
- _Iota - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ι Ι = Ι -- greek capital letter iota, U+0399.
- _Iuml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ï Ï = Ï -- latin capital letter I with diaeresis, U+00CF ISOlat1.
- _Kappa - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Κ Κ = Κ -- greek capital letter kappa, U+039A.
- _Lambda - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Λ Λ = Λ -- greek capital letter lambda, U+039B ISOgrk3.
- _Mu - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Μ Μ = Μ -- greek capital letter mu, U+039C.
- _Ntilde - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ñ Ñ = Ñ -- latin capital letter N with tilde, U+00D1 ISOlat1.
- _Nu - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ν Ν = Ν -- greek capital letter nu, U+039D.
- _OElig - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Œ Œ = Œ -- latin capital ligature OE, U+0152 ISOlat2.
- _Oacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ó Ó = Ó -- latin capital letter O with acute, U+00D3 ISOlat1.
- _Ocirc - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ô Ô = Ô -- latin capital letter O with circumflex, U+00D4 ISOlat1.
- _Ograve - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ò Ò = Ò -- latin capital letter O with grave, U+00D2 ISOlat1.
- _Omega - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ω Ω = Ω -- greek capital letter omega, U+03A9 ISOgrk3.
- _Omicron - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ο Ο = Ο -- greek capital letter omicron, U+039F.
- _Oslash - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ø Ø = Ø -- latin capital letter O with stroke = latin capital letter O slash, U+00D8 ISOlat1.
- _Otilde - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Õ Õ = Õ -- latin capital letter O with tilde, U+00D5 ISOlat1.
- _Ouml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ö Ö = Ö -- latin capital letter O with diaeresis, U+00D6 ISOlat1.
- _Phi - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Φ Φ = Φ -- greek capital letter phi, U+03A6 ISOgrk3.
- _Pi - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Π Π = Π -- greek capital letter pi, U+03A0 ISOgrk3.
- _Prime - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ″ ″ = ″ -- double prime = seconds = inches, U+2033 ISOtech.
- _Psi - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ψ Ψ = Ψ -- greek capital letter psi, U+03A8 ISOgrk3.
- _Rho - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ρ Ρ = Ρ -- greek capital letter rho, U+03A1.
- _Scaron - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Š Š = Š -- latin capital letter S with caron, U+0160 ISOlat2.
- _Sigma - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Σ Σ = Σ -- greek capital letter sigma, U+03A3 ISOgrk3.
- _THORN - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Þ Þ = Þ -- latin capital letter THORN, U+00DE ISOlat1.
- _Tau - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Τ Τ = Τ -- greek capital letter tau, U+03A4.
- _Theta - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Θ Θ = Θ -- greek capital letter theta, U+0398 ISOgrk3.
- _Uacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ú Ú = Ú -- latin capital letter U with acute, U+00DA ISOlat1.
- _Ucirc - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Û Û = Û -- latin capital letter U with circumflex, U+00DB ISOlat1.
- _Ugrave - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ù Ù = Ù -- latin capital letter U with grave, U+00D9 ISOlat1.
- _Upsilon - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Υ Υ = Υ -- greek capital letter upsilon, U+03A5 ISOgrk3.
- _Uuml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ü Ü = Ü -- latin capital letter U with diaeresis, U+00DC ISOlat1.
- _Xi - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ξ Ξ = Ξ -- greek capital letter xi, U+039E ISOgrk3.
- _Yacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ý Ý = Ý -- latin capital letter Y with acute, U+00DD ISOlat1.
- _Yuml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ÿ Ÿ = Ÿ -- latin capital letter Y with diaeresis, U+0178 ISOlat2.
- _Zeta - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- Ζ Ζ = Ζ -- greek capital letter zeta, U+0396.
- _aacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- á á = á -- latin small letter a with acute, U+00E1 ISOlat1.
- _acirc - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- â â = â -- latin small letter a with circumflex, U+00E2 ISOlat1.
- _acute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ´ ´ = ´ -- acute accent = spacing acute, U+00B4 ISOdia.
- _aelig - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- æ æ = æ -- latin small letter ae = latin small ligature ae, U+00E6 ISOlat1.
- _agrave - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- à à = à -- latin small letter a with grave = latin small letter a grave, U+00E0 ISOlat1.
- _alefsym - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ℵ ℵ = ℵ -- alef symbol = first transfinite cardinal, U+2135 NEW
(see comments). - _alpha - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- α α = α -- greek small letter alpha, U+03B1 ISOgrk3.
- _amp - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- & & = & -- ampersand, U+0026 ISOnum.
- _and - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ∧ ∧ = ∧ -- logical and = wedge, U+2227 ISOtech.
- _ang - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ∠ ∠ = ∠ -- angle, U+2220 ISOamso.
- _apos - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ' ' = ' -- apostrophe = APL quote, U+0027 ISOnum
(see comments). - _aring - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- å å = å -- latin small letter a with ring above = latin small letter a ring, U+00E5 ISOlat1.
- _asymp - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ≈ ≈ = ≈ -- almost equal to = asymptotic to, U+2248 ISOamsr.
- _atilde - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ã ã = ã -- latin small letter a with tilde, U+00E3 ISOlat1.
- _auml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ä ä = ä -- latin small letter a with diaeresis, U+00E4 ISOlat1.
- _bdquo - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- „ „ = „ -- double low-9 quotation mark, U+201E NEW.
- _beta - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- β β = β -- greek small letter beta, U+03B2 ISOgrk3.
- _brvbar - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ¦ ¦ = ¦ -- broken bar = broken vertical bar, U+00A6 ISOnum.
- _bull - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- • • = • -- bullet = black small circle, U+2022 ISOpub
(see comments). - _cap - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ∩ ∩ = ∩ -- intersection = cap, U+2229 ISOtech.
- _ccedil - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ç ç = ç -- latin small letter c with cedilla, U+00E7 ISOlat1.
- _cedil - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ¸ ¸ = ¸ -- cedilla = spacing cedilla, U+00B8 ISOdia.
- _cent - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ¢ ¢ = ¢ -- cent sign, U+00A2 ISOnum.
- _chi - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- χ χ = χ -- greek small letter chi, U+03C7 ISOgrk3.
- _circ - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ˆ ˆ = ˆ -- modifier letter circumflex accent, U+02C6 ISOpub.
- _clubs - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ♣ ♣ = ♣ -- black club suit = shamrock, U+2663 ISOpub.
- _cong - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ≅ ≅ = ≅ -- approximately equal to, U+2245 ISOtech.
- _copy - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- © © = © -- copyright sign, U+00A9 ISOnum.
- _crarr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ↵ ↵ = ↵ -- downwards arrow with corner leftwards = carriage return, U+21B5 NEW.
- _cup - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ∪ ∪ = ∪ -- union = cup, U+222A ISOtech.
- _curren - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ¤ ¤ = ¤ -- currency sign, U+00A4 ISOnum.
- _dArr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ⇓ ⇓ = ⇓ -- downwards double arrow, U+21D3 ISOamsa.
- _dagger - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- † † = † -- dagger, U+2020 ISOpub.
- _darr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ↓ ↓ = ↓ -- downwards arrow, U+2193 ISOnum.
- _deg - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ° ° = ° -- degree sign, U+00B0 ISOnum.
- _delta - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- δ δ = δ -- greek small letter delta, U+03B4 ISOgrk3.
- _diams - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ♦ ♦ = ♦ -- black diamond suit, U+2666 ISOpub.
- _divide - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ÷ ÷ = ÷ -- division sign, U+00F7 ISOnum.
- _eacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- é é = é -- latin small letter e with acute, U+00E9 ISOlat1.
- _ecirc - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ê ê = ê -- latin small letter e with circumflex, U+00EA ISOlat1.
- _egrave - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- è è = è -- latin small letter e with grave, U+00E8 ISOlat1.
- _empty - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ∅ ∅ = ∅ -- empty set = null set = diameter, U+2205 ISOamso.
- _emsp - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
-   =   -- em space, U+2003 ISOpub.
- _ensp - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
-   =   -- en space, U+2002 ISOpub.
- _epsilon - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ε ε = ε -- greek small letter epsilon, U+03B5 ISOgrk3.
- _equiv - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ≡ ≡ = ≡ -- identical to, U+2261 ISOtech.
- _eta - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- η η = η -- greek small letter eta, U+03B7 ISOgrk3.
- _eth - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ð ð = ð -- latin small letter eth, U+00F0 ISOlat1.
- _euml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ë ë = ë -- latin small letter e with diaeresis, U+00EB ISOlat1.
- _euro - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- € € = € -- euro sign, U+20AC NEW.
- _exist - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ∃ ∃ = ∃ -- there exists, U+2203 ISOtech.
- _fnof - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ƒ ƒ = ƒ -- latin small letter f with hook = function = florin, U+0192 ISOtech.
- _forall - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ∀ ∀ = ∀ -- for all, U+2200 ISOtech.
- _frac12 - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ½ ½ = ½ -- vulgar fraction one half = fraction one half, U+00BD ISOnum.
- _frac14 - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ¼ ¼ = ¼ -- vulgar fraction one quarter = fraction one quarter, U+00BC ISOnum.
- _frac34 - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ¾ ¾ = ¾ -- vulgar fraction three quarters = fraction three quarters, U+00BE ISOnum.
- _frasl - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ⁄ ⁄ = ⁄ -- fraction slash, U+2044 NEW.
- _gamma - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- γ γ = γ -- greek small letter gamma, U+03B3 ISOgrk3.
- _ge - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ≥ ≥ = ≥ -- greater-than or equal to, U+2265 ISOtech.
- _gt - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- > > = > -- greater-than sign, U+003E ISOnum.
- _hArr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ⇔ ⇔ = ⇔ -- left right double arrow, U+21D4 ISOamsa.
- _harr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ↔ ↔ = ↔ -- left right arrow, U+2194 ISOamsa.
- _hearts - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ♥ ♥ = ♥ -- black heart suit = valentine, U+2665 ISOpub.
- _hellip - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- … … = … -- horizontal ellipsis = three dot leader, U+2026 ISOpub.
- _iacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- í í = í -- latin small letter i with acute, U+00ED ISOlat1.
- _icirc - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- î î = î -- latin small letter i with circumflex, U+00EE ISOlat1.
- _iexcl - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ¡ ¡ = ¡ -- inverted exclamation mark, U+00A1 ISOnum.
- _igrave - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ì ì = ì -- latin small letter i with grave, U+00EC ISOlat1.
- _image - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ℑ ℑ = ℑ -- black-letter capital I = imaginary part, U+2111 ISOamso.
- _infin - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ∞ ∞ = ∞ -- infinity, U+221E ISOtech.
- _int - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ∫ ∫ = ∫ -- integral, U+222B ISOtech.
- _iota - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ι ι = ι -- greek small letter iota, U+03B9 ISOgrk3.
- _iquest - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ¿ ¿ = ¿ -- inverted question mark = turned question mark, U+00BF ISOnum.
- _isin - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ∈ ∈ = ∈ -- element of, U+2208 ISOtech.
- _iuml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ï ï = ï -- latin small letter i with diaeresis, U+00EF ISOlat1.
- _kappa - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- κ κ = κ -- greek small letter kappa, U+03BA ISOgrk3.
- _lArr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ⇐ ⇐ = ⇐ -- leftwards double arrow, U+21D0 ISOtech
(see comments). - _lambda - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- λ λ = λ -- greek small letter lambda, U+03BB ISOgrk3.
- _lang - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- 〈 ⟨ = 〈 -- left-pointing angle bracket = bra, U+2329 ISOtech
(see comments). - _laquo - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- « « = « -- left-pointing double angle quotation mark = left pointing guillemet, U+00AB ISOnum.
- _larr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ← ← = ← -- leftwards arrow, U+2190 ISOnum.
- _lceil - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ⌈ ⌈ = ⌈ -- left ceiling = APL upstile, U+2308 ISOamsc.
- _ldquo - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- “ “ = “ -- left double quotation mark, U+201C ISOnum.
- _le - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ≤ ≤ = ≤ -- less-than or equal to, U+2264 ISOtech.
- _lfloor - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ⌊ ⌊ = ⌊ -- left floor = APL downstile, U+230A ISOamsc.
- _lowast - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ∗ ∗ = ∗ -- asterisk operator, U+2217 ISOtech.
- _loz - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ◊ ◊ = ◊ -- lozenge, U+25CA ISOpub.
- _lrm - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ‎ = ‎ -- left-to-right mark, U+200E NEW RFC 2070.
- _lsaquo - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ‹ ‹ = ‹ -- single left-pointing angle quotation mark, U+2039 ISO proposed
(see comments). - _lsquo - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ‘ ‘ = ‘ -- left single quotation mark, U+2018 ISOnum.
- _lt - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- < < = < -- less-than sign, U+003C ISOnum.
- _macr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ¯ ¯ = ¯ -- macron = spacing macron = overline = APL overbar, U+00AF ISOdia.
- _mdash - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- — — = — -- em dash, U+2014 ISOpub.
- _micro - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- µ µ = µ -- micro sign, U+00B5 ISOnum.
- _middot - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- · · = · -- middle dot = Georgian comma = Greek middle dot, U+00B7 ISOnum.
- _minus - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- − − = − -- minus sign, U+2212 ISOtech.
- _mu - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- μ μ = μ -- greek small letter mu, U+03BC ISOgrk3.
- _nabla - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ∇ ∇ = ∇ -- nabla = backward difference, U+2207 ISOtech.
- _nbsp - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- =   -- no-break space = non-breaking space, U+00A0 ISOnum.
- _ndash - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- – – = – -- en dash, U+2013 ISOpub.
- _ne - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ≠ ≠ = ≠ -- not equal to, U+2260 ISOtech.
- _ni - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ∋ ∋ = ∋ -- contains as member, U+220B ISOtech
(see comments). - _not - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ¬ ¬ = ¬ -- not sign = angled dash, U+00AC ISOnum.
- _notin - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ∉ ∉ = ∉ -- not an element of, U+2209 ISOtech.
- _nsub - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ⊄ ⊄ = ⊄ -- not a subset of, U+2284 ISOamsn.
- _ntilde - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ñ ñ = ñ -- latin small letter n with tilde, U+00F1 ISOlat1.
- _nu - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ν ν = ν -- greek small letter nu, U+03BD ISOgrk3.
- _oacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ó ó = ó -- latin small letter o with acute, U+00F3 ISOlat1.
- _ocirc - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ô ô = ô -- latin small letter o with circumflex, U+00F4 ISOlat1.
- _oelig - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- œ œ = œ -- latin small ligature oe, U+0153 ISOlat2
(see comments). - _ograve - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ò ò = ò -- latin small letter o with grave, U+00F2 ISOlat1.
- _oline - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ‾ ‾ = ‾ -- overline = spacing overscore, U+203E NEW.
- _omega - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ω ω = ω -- greek small letter omega, U+03C9 ISOgrk3.
- _omicron - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ο ο = ο -- greek small letter omicron, U+03BF NEW.
- _oplus - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ⊕ ⊕ = ⊕ -- circled plus = direct sum, U+2295 ISOamsb.
- _or - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ∨ ∨ = ∨ -- logical or = vee, U+2228 ISOtech.
- _ordf - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ª ª = ª -- feminine ordinal indicator, U+00AA ISOnum.
- _ordm - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- º º = º -- masculine ordinal indicator, U+00BA ISOnum.
- _oslash - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ø ø = ø -- latin small letter o with stroke, = latin small letter o slash, U+00F8 ISOlat1.
- _otilde - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- õ õ = õ -- latin small letter o with tilde, U+00F5 ISOlat1.
- _otimes - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ⊗ ⊗ = ⊗ -- circled times = vector product, U+2297 ISOamsb.
- _ouml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ö ö = ö -- latin small letter o with diaeresis, U+00F6 ISOlat1.
- _para - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ¶ ¶ = ¶ -- pilcrow sign = paragraph sign, U+00B6 ISOnum.
- _part - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ∂ ∂ = ∂ -- partial differential, U+2202 ISOtech.
- _permil - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ‰ ‰ = ‰ -- per mille sign, U+2030 ISOtech.
- _perp - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ⊥ ⊥ = ⊥ -- up tack = orthogonal to = perpendicular, U+22A5 ISOtech.
- _phi - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- φ φ = φ -- greek small letter phi, U+03C6 ISOgrk3.
- _pi - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- π π = π -- greek small letter pi, U+03C0 ISOgrk3.
- _piv - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ϖ ϖ = ϖ -- greek pi symbol, U+03D6 ISOgrk3.
- _plusmn - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ± ± = ± -- plus-minus sign = plus-or-minus sign, U+00B1 ISOnum.
- _pound - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- £ £ = £ -- pound sign, U+00A3 ISOnum.
- _prime - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ′ ′ = ′ -- prime = minutes = feet, U+2032 ISOtech.
- _prod - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ∏ ∏ = ∏ -- n-ary product = product sign, U+220F ISOamsb
(see comments). - _prop - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ∝ ∝ = ∝ -- proportional to, U+221D ISOtech.
- _psi - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ψ ψ = ψ -- greek small letter psi, U+03C8 ISOgrk3.
- _quot - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- " " = " -- quotation mark = APL quote, U+0022 ISOnum.
- _rArr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ⇒ ⇒ = ⇒ -- rightwards double arrow, U+21D2 ISOtech
(see comments). - _radic - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- √ √ = √ -- square root = radical sign, U+221A ISOtech.
- _rang - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- 〉 ⟩ = 〉 -- right-pointing angle bracket = ket, U+232A ISOtech
(see comments). - _raquo - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- » » = » -- right-pointing double angle quotation mark = right pointing guillemet, U+00BB ISOnum.
- _rarr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- → → = → -- rightwards arrow, U+2192 ISOnum.
- _rceil - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ⌉ ⌉ = ⌉ -- right ceiling, U+2309 ISOamsc.
- _rdquo - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ” ” = ” -- right double quotation mark, U+201D ISOnum.
- _real - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ℜ ℜ = ℜ -- black-letter capital R = real part symbol, U+211C ISOamso.
- _reg - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ® ® = ® -- registered sign = registered trade mark sign, U+00AE ISOnum.
- _rfloor - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ⌋ ⌋ = ⌋ -- right floor, U+230B ISOamsc.
- _rho - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ρ ρ = ρ -- greek small letter rho, U+03C1 ISOgrk3.
- _rlm - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ‏ = ‏ -- right-to-left mark, U+200F NEW RFC 2070.
- _rsaquo - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- › › = › -- single right-pointing angle quotation mark, U+203A ISO proposed
(see comments). - _rsquo - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ’ ’ = ’ -- right single quotation mark, U+2019 ISOnum.
- _sbquo - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ‚ ‚ = ‚ -- single low-9 quotation mark, U+201A NEW.
- _scaron - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- š š = š -- latin small letter s with caron, U+0161 ISOlat2.
- _sdot - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ⋅ ⋅ = ⋅ -- dot operator, U+22C5 ISOamsb
(see comments). - _sect - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- § § = § -- section sign, U+00A7 ISOnum.
- _shy - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ­ = ­ -- soft hyphen = discretionary hyphen, U+00AD ISOnum.
- _sigma - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- σ σ = σ -- greek small letter sigma, U+03C3 ISOgrk3.
- _sigmaf - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ς ς = ς -- greek small letter final sigma, U+03C2 ISOgrk3.
- _sim - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ∼ ∼ = ∼ -- tilde operator = varies with = similar to, U+223C ISOtech
(see comments). - _spades - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ♠ ♠ = ♠ -- black spade suit, U+2660 ISOpub
(see comments). - _sub - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ⊂ ⊂ = ⊂ -- subset of, U+2282 ISOtech.
- _sube - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ⊆ ⊆ = ⊆ -- subset of or equal to, U+2286 ISOtech.
- _sum - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ∑ ∑ = ∑ -- n-ary summation, U+2211 ISOamsb
(see comments). - _sup - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ⊃ ⊃ = ⊃ -- superset of, U+2283 ISOtech
(see comments). - _sup1 - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ¹ ¹ = ¹ -- superscript one = superscript digit one, U+00B9 ISOnum.
- _sup2 - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ² ² = ² -- superscript two = superscript digit two = squared, U+00B2 ISOnum.
- _sup3 - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ³ ³ = ³ -- superscript three = superscript digit three = cubed, U+00B3 ISOnum.
- _supe - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ⊇ ⊇ = ⊇ -- superset of or equal to, U+2287 ISOtech.
- _szlig - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ß ß = ß -- latin small letter sharp s = ess-zed, U+00DF ISOlat1.
- _tau - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- τ τ = τ -- greek small letter tau, U+03C4 ISOgrk3.
- _there4 - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ∴ ∴ = ∴ -- therefore, U+2234 ISOtech.
- _theta - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- θ θ = θ -- greek small letter theta, U+03B8 ISOgrk3.
- _thetasym - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ϑ ϑ = ϑ -- greek small letter theta symbol, U+03D1 NEW.
- _thinsp - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
-   =   -- thin space, U+2009 ISOpub.
- _thorn - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- þ þ = þ -- latin small letter thorn, U+00FE ISOlat1.
- _tilde - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ˜ ˜ = ˜ -- small tilde, U+02DC ISOdia.
- _times - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- × × = × -- multiplication sign, U+00D7 ISOnum.
- _trade - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ™ ™ = ™ -- trade mark sign, U+2122 ISOnum.
- _uArr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ⇑ ⇑ = ⇑ -- upwards double arrow, U+21D1 ISOamsa.
- _uacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ú ú = ú -- latin small letter u with acute, U+00FA ISOlat1.
- _uarr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ↑ ↑ = ↑ -- upwards arrow, U+2191 ISOnum.
- _ucirc - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- û û = û -- latin small letter u with circumflex, U+00FB ISOlat1.
- _ugrave - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ù ù = ù -- latin small letter u with grave, U+00F9 ISOlat1.
- _uml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ¨ ¨ = ¨ -- diaeresis = spacing diaeresis, U+00A8 ISOdia.
- _upsih - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ϒ ϒ = ϒ -- greek upsilon with hook symbol, U+03D2 NEW.
- _upsilon - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- υ υ = υ -- greek small letter upsilon, U+03C5 ISOgrk3.
- _uuml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ü ü = ü -- latin small letter u with diaeresis, U+00FC ISOlat1.
- _weierp - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ℘ ℘ = ℘ -- script capital P = power set = Weierstrass p, U+2118 ISOamso.
- _xi - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ξ ξ = ξ -- greek small letter xi, U+03BE ISOgrk3.
- _yacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ý ý = ý -- latin small letter y with acute, U+00FD ISOlat1.
- _yen - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ¥ ¥ = ¥ -- yen sign = yuan sign, U+00A5 ISOnum.
- _yuml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ÿ ÿ = ÿ -- latin small letter y with diaeresis, U+00FF ISOlat1.
- _zeta - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ζ ζ = ζ -- greek small letter zeta, U+03B6 ISOgrk3.
- _zwj - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ‍ = ‍ -- zero width joiner, U+200D NEW RFC 2070.
- _zwnj - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
- ‌ = ‌ -- zero width non-joiner, U+200C NEW RFC 2070.
A B C D E F G H I K L M N O P Q R S T U V X _
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |