All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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.

There is a newer version: 2.3
Show newest version






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 _

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 particular StartTag.
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 source Attributes.
AttributesOutputSegment(Attributes, Map) - Constructor for class au.id.jericho.lib.html.AttributesOutputSegment
Constructs a new AttributesOutputSegment with the same span as the specified source Attributes, using the specified Map 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 specified Segment.

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 specified Segment.
CharOutputSegment(CharacterReference) - Constructor for class au.id.jericho.lib.html.CharOutputSegment
Constructs a new CharOutputSegment which converts the specified CharacterReference 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 or NumericCharacterReference.
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 optional EndTag 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 specified Segment.
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 or EndTag) 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 specified id 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 this FormFields 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 specified Writer.
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 specified Source 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 a CharSequence.
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 with the same span as the specified Segment.
setDefaultMaxErrorCount(int) - Static method in class au.id.jericho.lib.html.Attributes
Sets the default maximum error count allowed when parsing attributes.
setDisabled(boolean) - Method in class au.id.jericho.lib.html.FormControl
 
setLogWriter(Writer) - Method in class au.id.jericho.lib.html.Source
Sets the destination for log messages.
setOutputStyle(FormControlOutputStyle) - Method in class au.id.jericho.lib.html.FormControl
 
setValue(CharSequence) - Method in class au.id.jericho.lib.html.FormField
 
setValue(String, CharSequence) - Method in class au.id.jericho.lib.html.FormFields
****
setValues(Collection) - Method in class au.id.jericho.lib.html.FormField
 
setValuesMap(Map) - Method in class au.id.jericho.lib.html.FormFields
**** Sets the values using a map of name to string[], compatible with result from javax.servlet.ServletRequest.getParameterMap()
size() - Method in class au.id.jericho.lib.html.FormFields
Returns the number of FormField objects.
subSequence(int, int) - Method in class au.id.jericho.lib.html.Segment
Returns a new character sequence that is a subsequence of this sequence.

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 or EndTag.
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 a String.
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
Æ &AElig; = &#198; -- latin capital letter AE = latin capital ligature AE, U+00C6 ISOlat1.
_Aacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Á &Aacute; = &#193; -- latin capital letter A with acute, U+00C1 ISOlat1.
_Acirc - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
 &Acirc; = &#194; -- latin capital letter A with circumflex, U+00C2 ISOlat1.
_Agrave - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
À &Agrave; = &#192; -- 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
Α &Alpha; = &#913; -- greek capital letter alpha, U+0391.
_Aring - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Å &Aring; = &#197; -- 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
à &Atilde; = &#195; -- latin capital letter A with tilde, U+00C3 ISOlat1.
_Auml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ä &Auml; = &#196; -- latin capital letter A with diaeresis, U+00C4 ISOlat1.
_Beta - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Β &Beta; = &#914; -- greek capital letter beta, U+0392.
_Ccedil - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ç &Ccedil; = &#199; -- latin capital letter C with cedilla, U+00C7 ISOlat1.
_Chi - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Χ &Chi; = &#935; -- greek capital letter chi, U+03A7.
_Dagger - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&Dagger; = &#8225; -- double dagger, U+2021 ISOpub.
_Delta - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Δ &Delta; = &#916; -- greek capital letter delta, U+0394 ISOgrk3.
_ETH - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ð &ETH; = &#208; -- latin capital letter ETH, U+00D0 ISOlat1.
_Eacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
É &Eacute; = &#201; -- latin capital letter E with acute, U+00C9 ISOlat1.
_Ecirc - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ê &Ecirc; = &#202; -- latin capital letter E with circumflex, U+00CA ISOlat1.
_Egrave - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
È &Egrave; = &#200; -- latin capital letter E with grave, U+00C8 ISOlat1.
_Epsilon - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ε &Epsilon; = &#917; -- greek capital letter epsilon, U+0395.
_Eta - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Η &Eta; = &#919; -- greek capital letter eta, U+0397.
_Euml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ë &Euml; = &#203; -- latin capital letter E with diaeresis, U+00CB ISOlat1.
_Gamma - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Γ &Gamma; = &#915; -- greek capital letter gamma, U+0393 ISOgrk3.
_Iacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Í &Iacute; = &#205; -- latin capital letter I with acute, U+00CD ISOlat1.
_Icirc - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Î &Icirc; = &#206; -- latin capital letter I with circumflex, U+00CE ISOlat1.
_Igrave - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ì &Igrave; = &#204; -- latin capital letter I with grave, U+00CC ISOlat1.
_Iota - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ι &Iota; = &#921; -- greek capital letter iota, U+0399.
_Iuml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ï &Iuml; = &#207; -- latin capital letter I with diaeresis, U+00CF ISOlat1.
_Kappa - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Κ &Kappa; = &#922; -- greek capital letter kappa, U+039A.
_Lambda - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Λ &Lambda; = &#923; -- greek capital letter lambda, U+039B ISOgrk3.
_Mu - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Μ &Mu; = &#924; -- greek capital letter mu, U+039C.
_Ntilde - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ñ &Ntilde; = &#209; -- latin capital letter N with tilde, U+00D1 ISOlat1.
_Nu - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ν &Nu; = &#925; -- greek capital letter nu, U+039D.
_OElig - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Œ &OElig; = &#338; -- latin capital ligature OE, U+0152 ISOlat2.
_Oacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ó &Oacute; = &#211; -- latin capital letter O with acute, U+00D3 ISOlat1.
_Ocirc - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ô &Ocirc; = &#212; -- latin capital letter O with circumflex, U+00D4 ISOlat1.
_Ograve - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ò &Ograve; = &#210; -- latin capital letter O with grave, U+00D2 ISOlat1.
_Omega - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ω &Omega; = &#937; -- greek capital letter omega, U+03A9 ISOgrk3.
_Omicron - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ο &Omicron; = &#927; -- greek capital letter omicron, U+039F.
_Oslash - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ø &Oslash; = &#216; -- 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
Õ &Otilde; = &#213; -- latin capital letter O with tilde, U+00D5 ISOlat1.
_Ouml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ö &Ouml; = &#214; -- latin capital letter O with diaeresis, U+00D6 ISOlat1.
_Phi - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Φ &Phi; = &#934; -- greek capital letter phi, U+03A6 ISOgrk3.
_Pi - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Π &Pi; = &#928; -- greek capital letter pi, U+03A0 ISOgrk3.
_Prime - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&Prime; = &#8243; -- double prime = seconds = inches, U+2033 ISOtech.
_Psi - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ψ &Psi; = &#936; -- greek capital letter psi, U+03A8 ISOgrk3.
_Rho - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ρ &Rho; = &#929; -- greek capital letter rho, U+03A1.
_Scaron - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Š &Scaron; = &#352; -- latin capital letter S with caron, U+0160 ISOlat2.
_Sigma - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Σ &Sigma; = &#931; -- greek capital letter sigma, U+03A3 ISOgrk3.
_THORN - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Þ &THORN; = &#222; -- latin capital letter THORN, U+00DE ISOlat1.
_Tau - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Τ &Tau; = &#932; -- greek capital letter tau, U+03A4.
_Theta - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Θ &Theta; = &#920; -- greek capital letter theta, U+0398 ISOgrk3.
_Uacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ú &Uacute; = &#218; -- latin capital letter U with acute, U+00DA ISOlat1.
_Ucirc - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Û &Ucirc; = &#219; -- latin capital letter U with circumflex, U+00DB ISOlat1.
_Ugrave - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ù &Ugrave; = &#217; -- latin capital letter U with grave, U+00D9 ISOlat1.
_Upsilon - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Υ &Upsilon; = &#933; -- greek capital letter upsilon, U+03A5 ISOgrk3.
_Uuml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ü &Uuml; = &#220; -- latin capital letter U with diaeresis, U+00DC ISOlat1.
_Xi - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ξ &Xi; = &#926; -- greek capital letter xi, U+039E ISOgrk3.
_Yacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ý &Yacute; = &#221; -- latin capital letter Y with acute, U+00DD ISOlat1.
_Yuml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ÿ &Yuml; = &#376; -- latin capital letter Y with diaeresis, U+0178 ISOlat2.
_Zeta - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
Ζ &Zeta; = &#918; -- greek capital letter zeta, U+0396.
_aacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
á &aacute; = &#225; -- latin small letter a with acute, U+00E1 ISOlat1.
_acirc - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
â &acirc; = &#226; -- latin small letter a with circumflex, U+00E2 ISOlat1.
_acute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
´ &acute; = &#180; -- acute accent = spacing acute, U+00B4 ISOdia.
_aelig - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
æ &aelig; = &#230; -- latin small letter ae = latin small ligature ae, U+00E6 ISOlat1.
_agrave - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
à &agrave; = &#224; -- 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
&alefsym; = &#8501; -- alef symbol = first transfinite cardinal, U+2135 NEW
(see comments).
_alpha - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
α &alpha; = &#945; -- greek small letter alpha, U+03B1 ISOgrk3.
_amp - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
& &amp; = &#38; -- ampersand, U+0026 ISOnum.
_and - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&and; = &#8743; -- logical and = wedge, U+2227 ISOtech.
_ang - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&ang; = &#8736; -- angle, U+2220 ISOamso.
_apos - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
' &apos; = &#39; -- apostrophe = APL quote, U+0027 ISOnum
(see comments).
_aring - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
å &aring; = &#229; -- 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
&asymp; = &#8776; -- almost equal to = asymptotic to, U+2248 ISOamsr.
_atilde - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ã &atilde; = &#227; -- latin small letter a with tilde, U+00E3 ISOlat1.
_auml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ä &auml; = &#228; -- latin small letter a with diaeresis, U+00E4 ISOlat1.
_bdquo - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&bdquo; = &#8222; -- double low-9 quotation mark, U+201E NEW.
_beta - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
β &beta; = &#946; -- greek small letter beta, U+03B2 ISOgrk3.
_brvbar - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
¦ &brvbar; = &#166; -- broken bar = broken vertical bar, U+00A6 ISOnum.
_bull - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&bull; = &#8226; -- bullet = black small circle, U+2022 ISOpub
(see comments).
_cap - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&cap; = &#8745; -- intersection = cap, U+2229 ISOtech.
_ccedil - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ç &ccedil; = &#231; -- latin small letter c with cedilla, U+00E7 ISOlat1.
_cedil - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
¸ &cedil; = &#184; -- cedilla = spacing cedilla, U+00B8 ISOdia.
_cent - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
¢ &cent; = &#162; -- cent sign, U+00A2 ISOnum.
_chi - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
χ &chi; = &#967; -- greek small letter chi, U+03C7 ISOgrk3.
_circ - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ˆ &circ; = &#710; -- modifier letter circumflex accent, U+02C6 ISOpub.
_clubs - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&clubs; = &#9827; -- black club suit = shamrock, U+2663 ISOpub.
_cong - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&cong; = &#8773; -- approximately equal to, U+2245 ISOtech.
_copy - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
© &copy; = &#169; -- copyright sign, U+00A9 ISOnum.
_crarr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&crarr; = &#8629; -- downwards arrow with corner leftwards = carriage return, U+21B5 NEW.
_cup - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&cup; = &#8746; -- union = cup, U+222A ISOtech.
_curren - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
¤ &curren; = &#164; -- currency sign, U+00A4 ISOnum.
_dArr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&dArr; = &#8659; -- downwards double arrow, U+21D3 ISOamsa.
_dagger - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&dagger; = &#8224; -- dagger, U+2020 ISOpub.
_darr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&darr; = &#8595; -- downwards arrow, U+2193 ISOnum.
_deg - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
° &deg; = &#176; -- degree sign, U+00B0 ISOnum.
_delta - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
δ &delta; = &#948; -- greek small letter delta, U+03B4 ISOgrk3.
_diams - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&diams; = &#9830; -- black diamond suit, U+2666 ISOpub.
_divide - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
÷ &divide; = &#247; -- division sign, U+00F7 ISOnum.
_eacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
é &eacute; = &#233; -- latin small letter e with acute, U+00E9 ISOlat1.
_ecirc - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ê &ecirc; = &#234; -- latin small letter e with circumflex, U+00EA ISOlat1.
_egrave - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
è &egrave; = &#232; -- latin small letter e with grave, U+00E8 ISOlat1.
_empty - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&empty; = &#8709; -- empty set = null set = diameter, U+2205 ISOamso.
_emsp - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&emsp; = &#8195; -- em space, U+2003 ISOpub.
_ensp - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&ensp; = &#8194; -- en space, U+2002 ISOpub.
_epsilon - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ε &epsilon; = &#949; -- greek small letter epsilon, U+03B5 ISOgrk3.
_equiv - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&equiv; = &#8801; -- identical to, U+2261 ISOtech.
_eta - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
η &eta; = &#951; -- greek small letter eta, U+03B7 ISOgrk3.
_eth - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ð &eth; = &#240; -- latin small letter eth, U+00F0 ISOlat1.
_euml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ë &euml; = &#235; -- latin small letter e with diaeresis, U+00EB ISOlat1.
_euro - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&euro; = &#8364; -- euro sign, U+20AC NEW.
_exist - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&exist; = &#8707; -- there exists, U+2203 ISOtech.
_fnof - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ƒ &fnof; = &#402; -- latin small letter f with hook = function = florin, U+0192 ISOtech.
_forall - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&forall; = &#8704; -- for all, U+2200 ISOtech.
_frac12 - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
½ &frac12; = &#189; -- vulgar fraction one half = fraction one half, U+00BD ISOnum.
_frac14 - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
¼ &frac14; = &#188; -- vulgar fraction one quarter = fraction one quarter, U+00BC ISOnum.
_frac34 - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
¾ &frac34; = &#190; -- vulgar fraction three quarters = fraction three quarters, U+00BE ISOnum.
_frasl - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&frasl; = &#8260; -- fraction slash, U+2044 NEW.
_gamma - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
γ &gamma; = &#947; -- greek small letter gamma, U+03B3 ISOgrk3.
_ge - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&ge; = &#8805; -- greater-than or equal to, U+2265 ISOtech.
_gt - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
> &gt; = &#62; -- greater-than sign, U+003E ISOnum.
_hArr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&hArr; = &#8660; -- left right double arrow, U+21D4 ISOamsa.
_harr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&harr; = &#8596; -- left right arrow, U+2194 ISOamsa.
_hearts - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&hearts; = &#9829; -- black heart suit = valentine, U+2665 ISOpub.
_hellip - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&hellip; = &#8230; -- horizontal ellipsis = three dot leader, U+2026 ISOpub.
_iacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
í &iacute; = &#237; -- latin small letter i with acute, U+00ED ISOlat1.
_icirc - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
î &icirc; = &#238; -- latin small letter i with circumflex, U+00EE ISOlat1.
_iexcl - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
¡ &iexcl; = &#161; -- inverted exclamation mark, U+00A1 ISOnum.
_igrave - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ì &igrave; = &#236; -- latin small letter i with grave, U+00EC ISOlat1.
_image - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&image; = &#8465; -- black-letter capital I = imaginary part, U+2111 ISOamso.
_infin - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&infin; = &#8734; -- infinity, U+221E ISOtech.
_int - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&int; = &#8747; -- integral, U+222B ISOtech.
_iota - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ι &iota; = &#953; -- greek small letter iota, U+03B9 ISOgrk3.
_iquest - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
¿ &iquest; = &#191; -- inverted question mark = turned question mark, U+00BF ISOnum.
_isin - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&isin; = &#8712; -- element of, U+2208 ISOtech.
_iuml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ï &iuml; = &#239; -- latin small letter i with diaeresis, U+00EF ISOlat1.
_kappa - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
κ &kappa; = &#954; -- greek small letter kappa, U+03BA ISOgrk3.
_lArr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&lArr; = &#8656; -- leftwards double arrow, U+21D0 ISOtech
(see comments).
_lambda - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
λ &lambda; = &#955; -- greek small letter lambda, U+03BB ISOgrk3.
_lang - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&lang; = &#9001; -- left-pointing angle bracket = bra, U+2329 ISOtech
(see comments).
_laquo - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
« &laquo; = &#171; -- left-pointing double angle quotation mark = left pointing guillemet, U+00AB ISOnum.
_larr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&larr; = &#8592; -- leftwards arrow, U+2190 ISOnum.
_lceil - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&lceil; = &#8968; -- left ceiling = APL upstile, U+2308 ISOamsc.
_ldquo - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&ldquo; = &#8220; -- left double quotation mark, U+201C ISOnum.
_le - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&le; = &#8804; -- less-than or equal to, U+2264 ISOtech.
_lfloor - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&lfloor; = &#8970; -- left floor = APL downstile, U+230A ISOamsc.
_lowast - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&lowast; = &#8727; -- asterisk operator, U+2217 ISOtech.
_loz - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&loz; = &#9674; -- lozenge, U+25CA ISOpub.
_lrm - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&lrm; = &#8206; -- left-to-right mark, U+200E NEW RFC 2070.
_lsaquo - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&lsaquo; = &#8249; -- single left-pointing angle quotation mark, U+2039 ISO proposed
(see comments).
_lsquo - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&lsquo; = &#8216; -- left single quotation mark, U+2018 ISOnum.
_lt - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
< &lt; = &#60; -- less-than sign, U+003C ISOnum.
_macr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
¯ &macr; = &#175; -- macron = spacing macron = overline = APL overbar, U+00AF ISOdia.
_mdash - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&mdash; = &#8212; -- em dash, U+2014 ISOpub.
_micro - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
µ &micro; = &#181; -- micro sign, U+00B5 ISOnum.
_middot - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
· &middot; = &#183; -- middle dot = Georgian comma = Greek middle dot, U+00B7 ISOnum.
_minus - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&minus; = &#8722; -- minus sign, U+2212 ISOtech.
_mu - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
μ &mu; = &#956; -- greek small letter mu, U+03BC ISOgrk3.
_nabla - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&nabla; = &#8711; -- nabla = backward difference, U+2207 ISOtech.
_nbsp - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
  &nbsp; = &#160; -- no-break space = non-breaking space, U+00A0 ISOnum.
_ndash - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&ndash; = &#8211; -- en dash, U+2013 ISOpub.
_ne - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&ne; = &#8800; -- not equal to, U+2260 ISOtech.
_ni - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&ni; = &#8715; -- contains as member, U+220B ISOtech
(see comments).
_not - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
¬ &not; = &#172; -- not sign = angled dash, U+00AC ISOnum.
_notin - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&notin; = &#8713; -- not an element of, U+2209 ISOtech.
_nsub - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&nsub; = &#8836; -- not a subset of, U+2284 ISOamsn.
_ntilde - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ñ &ntilde; = &#241; -- latin small letter n with tilde, U+00F1 ISOlat1.
_nu - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ν &nu; = &#957; -- greek small letter nu, U+03BD ISOgrk3.
_oacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ó &oacute; = &#243; -- latin small letter o with acute, U+00F3 ISOlat1.
_ocirc - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ô &ocirc; = &#244; -- latin small letter o with circumflex, U+00F4 ISOlat1.
_oelig - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
œ &oelig; = &#339; -- latin small ligature oe, U+0153 ISOlat2
(see comments).
_ograve - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ò &ograve; = &#242; -- latin small letter o with grave, U+00F2 ISOlat1.
_oline - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&oline; = &#8254; -- overline = spacing overscore, U+203E NEW.
_omega - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ω &omega; = &#969; -- greek small letter omega, U+03C9 ISOgrk3.
_omicron - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ο &omicron; = &#959; -- greek small letter omicron, U+03BF NEW.
_oplus - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&oplus; = &#8853; -- circled plus = direct sum, U+2295 ISOamsb.
_or - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&or; = &#8744; -- logical or = vee, U+2228 ISOtech.
_ordf - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ª &ordf; = &#170; -- feminine ordinal indicator, U+00AA ISOnum.
_ordm - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
º &ordm; = &#186; -- masculine ordinal indicator, U+00BA ISOnum.
_oslash - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ø &oslash; = &#248; -- 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
õ &otilde; = &#245; -- latin small letter o with tilde, U+00F5 ISOlat1.
_otimes - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&otimes; = &#8855; -- circled times = vector product, U+2297 ISOamsb.
_ouml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ö &ouml; = &#246; -- latin small letter o with diaeresis, U+00F6 ISOlat1.
_para - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&para; = &#182; -- pilcrow sign = paragraph sign, U+00B6 ISOnum.
_part - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&part; = &#8706; -- partial differential, U+2202 ISOtech.
_permil - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&permil; = &#8240; -- per mille sign, U+2030 ISOtech.
_perp - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&perp; = &#8869; -- up tack = orthogonal to = perpendicular, U+22A5 ISOtech.
_phi - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
φ &phi; = &#966; -- greek small letter phi, U+03C6 ISOgrk3.
_pi - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
π &pi; = &#960; -- greek small letter pi, U+03C0 ISOgrk3.
_piv - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ϖ &piv; = &#982; -- greek pi symbol, U+03D6 ISOgrk3.
_plusmn - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
± &plusmn; = &#177; -- plus-minus sign = plus-or-minus sign, U+00B1 ISOnum.
_pound - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
£ &pound; = &#163; -- pound sign, U+00A3 ISOnum.
_prime - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&prime; = &#8242; -- prime = minutes = feet, U+2032 ISOtech.
_prod - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&prod; = &#8719; -- n-ary product = product sign, U+220F ISOamsb
(see comments).
_prop - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&prop; = &#8733; -- proportional to, U+221D ISOtech.
_psi - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ψ &psi; = &#968; -- greek small letter psi, U+03C8 ISOgrk3.
_quot - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
" &quot; = &#34; -- quotation mark = APL quote, U+0022 ISOnum.
_rArr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&rArr; = &#8658; -- rightwards double arrow, U+21D2 ISOtech
(see comments).
_radic - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&radic; = &#8730; -- square root = radical sign, U+221A ISOtech.
_rang - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&rang; = &#9002; -- right-pointing angle bracket = ket, U+232A ISOtech
(see comments).
_raquo - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
» &raquo; = &#187; -- right-pointing double angle quotation mark = right pointing guillemet, U+00BB ISOnum.
_rarr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&rarr; = &#8594; -- rightwards arrow, U+2192 ISOnum.
_rceil - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&rceil; = &#8969; -- right ceiling, U+2309 ISOamsc.
_rdquo - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&rdquo; = &#8221; -- right double quotation mark, U+201D ISOnum.
_real - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&real; = &#8476; -- black-letter capital R = real part symbol, U+211C ISOamso.
_reg - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
® &reg; = &#174; -- registered sign = registered trade mark sign, U+00AE ISOnum.
_rfloor - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&rfloor; = &#8971; -- right floor, U+230B ISOamsc.
_rho - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ρ &rho; = &#961; -- greek small letter rho, U+03C1 ISOgrk3.
_rlm - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&rlm; = &#8207; -- right-to-left mark, U+200F NEW RFC 2070.
_rsaquo - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&rsaquo; = &#8250; -- single right-pointing angle quotation mark, U+203A ISO proposed
(see comments).
_rsquo - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&rsquo; = &#8217; -- right single quotation mark, U+2019 ISOnum.
_sbquo - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&sbquo; = &#8218; -- single low-9 quotation mark, U+201A NEW.
_scaron - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
š &scaron; = &#353; -- latin small letter s with caron, U+0161 ISOlat2.
_sdot - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&sdot; = &#8901; -- dot operator, U+22C5 ISOamsb
(see comments).
_sect - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
§ &sect; = &#167; -- section sign, U+00A7 ISOnum.
_shy - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
­ &shy; = &#173; -- soft hyphen = discretionary hyphen, U+00AD ISOnum.
_sigma - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
σ &sigma; = &#963; -- greek small letter sigma, U+03C3 ISOgrk3.
_sigmaf - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ς &sigmaf; = &#962; -- greek small letter final sigma, U+03C2 ISOgrk3.
_sim - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&sim; = &#8764; -- tilde operator = varies with = similar to, U+223C ISOtech
(see comments).
_spades - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&spades; = &#9824; -- black spade suit, U+2660 ISOpub
(see comments).
_sub - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&sub; = &#8834; -- subset of, U+2282 ISOtech.
_sube - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&sube; = &#8838; -- subset of or equal to, U+2286 ISOtech.
_sum - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&sum; = &#8721; -- n-ary summation, U+2211 ISOamsb
(see comments).
_sup - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&sup; = &#8835; -- superset of, U+2283 ISOtech
(see comments).
_sup1 - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
¹ &sup1; = &#185; -- superscript one = superscript digit one, U+00B9 ISOnum.
_sup2 - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
² &sup2; = &#178; -- superscript two = superscript digit two = squared, U+00B2 ISOnum.
_sup3 - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
³ &sup3; = &#179; -- superscript three = superscript digit three = cubed, U+00B3 ISOnum.
_supe - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&supe; = &#8839; -- superset of or equal to, U+2287 ISOtech.
_szlig - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ß &szlig; = &#223; -- latin small letter sharp s = ess-zed, U+00DF ISOlat1.
_tau - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
τ &tau; = &#964; -- greek small letter tau, U+03C4 ISOgrk3.
_there4 - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&there4; = &#8756; -- therefore, U+2234 ISOtech.
_theta - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
θ &theta; = &#952; -- greek small letter theta, U+03B8 ISOgrk3.
_thetasym - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ϑ &thetasym; = &#977; -- greek small letter theta symbol, U+03D1 NEW.
_thinsp - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&thinsp; = &#8201; -- thin space, U+2009 ISOpub.
_thorn - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
þ &thorn; = &#254; -- latin small letter thorn, U+00FE ISOlat1.
_tilde - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
˜ &tilde; = &#732; -- small tilde, U+02DC ISOdia.
_times - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
× &times; = &#215; -- multiplication sign, U+00D7 ISOnum.
_trade - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&trade; = &#8482; -- trade mark sign, U+2122 ISOnum.
_uArr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&uArr; = &#8657; -- upwards double arrow, U+21D1 ISOamsa.
_uacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ú &uacute; = &#250; -- latin small letter u with acute, U+00FA ISOlat1.
_uarr - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&uarr; = &#8593; -- upwards arrow, U+2191 ISOnum.
_ucirc - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
û &ucirc; = &#251; -- latin small letter u with circumflex, U+00FB ISOlat1.
_ugrave - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ù &ugrave; = &#249; -- latin small letter u with grave, U+00F9 ISOlat1.
_uml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
¨ &uml; = &#168; -- diaeresis = spacing diaeresis, U+00A8 ISOdia.
_upsih - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ϒ &upsih; = &#978; -- greek upsilon with hook symbol, U+03D2 NEW.
_upsilon - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
υ &upsilon; = &#965; -- greek small letter upsilon, U+03C5 ISOgrk3.
_uuml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ü &uuml; = &#252; -- latin small letter u with diaeresis, U+00FC ISOlat1.
_weierp - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&weierp; = &#8472; -- script capital P = power set = Weierstrass p, U+2118 ISOamso.
_xi - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ξ &xi; = &#958; -- greek small letter xi, U+03BE ISOgrk3.
_yacute - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ý &yacute; = &#253; -- latin small letter y with acute, U+00FD ISOlat1.
_yen - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
¥ &yen; = &#165; -- yen sign = yuan sign, U+00A5 ISOnum.
_yuml - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ÿ &yuml; = &#255; -- latin small letter y with diaeresis, U+00FF ISOlat1.
_zeta - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
ζ &zeta; = &#950; -- greek small letter zeta, U+03B6 ISOgrk3.
_zwj - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&zwj; = &#8205; -- zero width joiner, U+200D NEW RFC 2070.
_zwnj - Static variable in class au.id.jericho.lib.html.CharacterEntityReference
&zwnj; = &#8204; -- 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 _





© 2015 - 2024 Weber Informatics LLC | Privacy Policy