Modifier and Type | Class and Description |
---|---|
class |
EndTag
|
class |
StartTag
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 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.
|
Tag[] |
Source.fullSequentialParse()
Parses all of the tags in this source document sequentially from beginning to end.
|
Tag |
Source.getEnclosingTag(int pos)
|
Tag |
Source.getEnclosingTag(int pos,
TagType tagType)
|
Tag |
Tag.getNextTag()
Returns the next tag 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)
|
Tag |
Tag.getPreviousTag()
Returns the previous tag in the source document.
|
Tag |
Source.getPreviousTag(int pos)
|
Tag |
Source.getPreviousTag(int pos,
TagType tagType)
|
Tag |
Source.getTagAt(int pos)
Returns the
Tag at the specified position in the source document. |
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
Source.getAllTags()
Returns a list of all tags in this source document.
|
java.util.List<Tag> |
Segment.getAllTags()
|
java.util.List<Tag> |
Segment.getAllTags(TagType tagType)
|
Modifier and Type | Method and Description |
---|---|
static boolean |
MicrosoftTagTypes.isConditionalCommentEndifTag(Tag tag)
Deprecated.
Indicates whether the specified tag is a downlevel-revealed conditional comment "endif" tag
(
<![endif]> ). |
static boolean |
MicrosoftTagTypes.isConditionalCommentIfTag(Tag tag)
Deprecated.
Indicates whether the specified tag is a downlevel-revealed conditional comment "if" tag
(
<![if ... ]> ). |