static boolean |
MasonTagTypes.defines(TagType tagType) |
Indicates whether the specified tag type is defined in this class.
|
static boolean |
MicrosoftConditionalCommentTagTypes.defines(TagType tagType) |
Indicates whether the specified tag type is defined in this class.
|
static boolean |
MicrosoftTagTypes.defines(TagType tagType) |
Deprecated.
Indicates whether the specified tag type is defined in this class.
|
static boolean |
PHPTagTypes.defines(TagType tagType) |
Indicates whether the specified tag type is defined in this class.
|
java.util.List<Tag> |
Segment.getAllTags(TagType tagType) |
Returns a list of all Tag objects of the specified type that are enclosed by this segment.
|
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,
TagType tagType) |
Returns the Tag of the specified type beginning at or immediately following 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.
|
static boolean |
MasonTagTypes.isParsedByMason(TagType tagType) |
Indicates whether the specified tag type is recognised by a Mason parser.
|
static boolean |
PHPTagTypes.isParsedByPHP(TagType tagType) |
Indicates whether the specified tag type is recognised by a PHP parser.
|
static void |
TagType.setTagTypesIgnoringEnclosedMarkup(TagType[] tagTypes) |
Sets the tag types inside which the parser ignores all non- server tags.
|