Frames | No Frames |
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 |
Methods with parameter type au.id.jericho.lib.html.EndTagType | |
EndTag |
Methods with return type au.id.jericho.lib.html.EndTagType | |
EndTagType | |
EndTagType | Returns the type of this end tag. |