protected Tag |
EndTagTypeGenericImplementation.constructTagAt(Source source,
int pos) |
Constructs a tag of this type at the specified position in the specified source document if it matches all of the required features.
|
protected Tag |
StartTagTypeGenericImplementation.constructTagAt(Source source,
int pos) |
Constructs a tag of this type at the specified position in the specified source document if it matches all of the required features.
|
protected abstract Tag |
TagType.constructTagAt(Source source,
int pos) |
Constructs a tag of this type at the specified position in the specified source document if it matches all of the required features.
|
Tag[] |
Source.fullSequentialParse() |
Parses all of the tags in this source document sequentially from beginning to end.
|
Tag |
Source.getEnclosingTag(int pos) |
Returns the Tag that encloses the specified position in the source document.
|
Tag |
Source.getEnclosingTag(int pos,
TagType tagType) |
Returns the Tag of the specified type that encloses the specified position in the source document.
|
Tag |
Source.getNextTag(int pos) |
Returns the Tag beginning at or immediately following the specified position in the source document.
|
Tag |
Source.getNextTag(int pos,
TagType tagType) |
Returns the Tag of the specified type beginning at or immediately following the specified position in the source document.
|
Tag |
Tag.getNextTag() |
Returns the next tag in the source document.
|
Tag |
Source.getPreviousTag(int pos) |
Returns the Tag beginning at or immediately preceding (or enclosing) the specified position in the source document.
|
Tag |
Source.getPreviousTag(int pos,
TagType tagType) |
Returns the Tag of the specified type beginning at or immediately preceding (or enclosing) the specified position in the source document.
|
Tag |
Tag.getPreviousTag() |
Returns the previous tag in the source document.
|
Tag |
Source.getTagAt(int pos) |
Returns the Tag at the specified position in the source document.
|