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

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

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

class
Provides a generic implementation of the abstract EndTagType class based on the most common end tag behaviour.

Constructors with parameter type au.id.jericho.lib.html.EndTagType

StartTagType.StartTagType(String description, String startDelimiter, String closingDelimiter, EndTagType correspondingEndTagType, boolean isServerTag, boolean hasAttributes, boolean isNameAfterPrefixRequired)
Constructs a new StartTagType object with the specified properties.
StartTagTypeGenericImplementation.StartTagTypeGenericImplementation(String description, String startDelimiter, String closingDelimiter, EndTagType correspondingEndTagType, boolean isServerTag)
Constructs a new StartTagTypeGenericImplementation object with the specified properties.
StartTagTypeGenericImplementation.StartTagTypeGenericImplementation(String description, String startDelimiter, String closingDelimiter, EndTagType correspondingEndTagType, boolean isServerTag, boolean hasAttributes, boolean isNameAfterPrefixRequired)
Constructs a new StartTagTypeGenericImplementation object with the specified properties.

Fields of type au.id.jericho.lib.html.EndTagType

EndTagType
The tag type given to the end tag of a Mason component called with content.
EndTagType
The tag type given to the end tag of a Mason named block.
EndTagType
The tag type given to a normal HTML or XML end tag (</name>).
EndTagType
The tag type given to an unregistered end tag (</ ... >).

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

EndTag
Source.findNextEndTag(int pos, String name, EndTagType endTagType)
Returns the EndTag with the specified name and type beginning at or immediately following the specified position in the source document.

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

EndTagType
Returns the type of end tag required to pair with a start tag of this type to form an element.
EndTagType
Returns the type of this end tag.