Modifier and Type | Class and Description |
---|---|
class |
CharacterEntityReference
Represents an HTML Character Entity Reference.
|
class |
NumericCharacterReference
Represents an HTML Numeric Character Reference.
|
Modifier and Type | Method and Description |
---|---|
CharacterReference |
Source.getNextCharacterReference(int pos)
Returns the
CharacterReference beginning at or immediately following the specified position in the source document. |
CharacterReference |
Source.getPreviousCharacterReference(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. |
Modifier and Type | Method and Description |
---|---|
java.util.List<CharacterReference> |
Segment.getAllCharacterReferences()
Returns a list of all
CharacterReference objects that are enclosed by this segment. |