Frames | No Frames |
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 | |
Tag | |
Tag | |
Tag | |
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. |