Uses of Class
au.id.jericho.lib.html.CharacterReference

Uses of CharacterReference in au.id.jericho.lib.html
 

Subclasses of CharacterReference in au.id.jericho.lib.html
 class CharacterEntityReference
          Represents an HTML Character Entity Reference.
 class NumericCharacterReference
          Represents an HTML Numeric Character Reference.
 

Methods in au.id.jericho.lib.html that return CharacterReference
 CharacterReference Source.findNextCharacterReference(int pos)
          Returns the CharacterReference beginning at or immediately following the specified position in the source document.
 CharacterReference Source.findPreviousCharacterReference(int pos)
          Returns the CharacterReference at or immediately preceding (or enclosing) the specified position in the source document.
static CharacterReference CharacterReference.parse(java.lang.CharSequence characterReferenceText)
          Parses a single encoded character reference text into a CharacterReference object.