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

Uses in package au.id.jericho.lib.html

Classes derived from au.id.jericho.lib.html.TagType

class
Defines the syntax for an end tag type.
class
Provides a generic implementation of the abstract EndTagType class based on the most common end tag behaviour.
class
Defines the syntax for a start tag type.
class
Provides a generic implementation of the abstract StartTagType class based on the most common start tag behaviour.

Methods with parameter type au.id.jericho.lib.html.TagType

boolean
Indicates whether the specified tag type is defined in this class.
boolean
Indicates whether the specified tag type is defined in this class.
List
Returns a list of all Tag objects of the specified type that are enclosed by this segment.
Tag
Source.findEnclosingTag(int pos, TagType tagType)
Returns the Tag of the specified type that encloses the specified position in the source document.
Tag
Source.findNextTag(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.findPreviousTag(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.
boolean
Indicates whether the specified tag type is recognised by a Mason parser.
boolean
Indicates whether the specified tag type is recognised by a PHP parser.
void
Sets the tag types inside which the parser ignores all other non-server tags.

Methods with return type au.id.jericho.lib.html.TagType

TagType
Returns the type of this tag.
TagType
Returns the type of this tag.
TagType
Returns the type of this tag.
TagType[]
Returns an array of all the tag types inside which the parser ignores all other non-server tags in parse on demand mode.