|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EndTagType in au.id.jericho.lib.html |
---|
Subclasses of EndTagType in au.id.jericho.lib.html | |
---|---|
class |
EndTagTypeGenericImplementation
Provides a generic implementation of the abstract EndTagType class based on the most common end tag behaviour. |
Fields in au.id.jericho.lib.html declared as EndTagType | |
---|---|
static EndTagType |
MasonTagTypes.MASON_COMPONENT_CALLED_WITH_CONTENT_END
The tag type given to the end tag of a Mason component called with content. |
static EndTagType |
MasonTagTypes.MASON_NAMED_BLOCK_END
The tag type given to the end tag of a Mason named block. |
static EndTagType |
EndTagType.NORMAL
The tag type given to a normal HTML or XML end tag ( </ name> ). |
static EndTagType |
EndTagType.UNREGISTERED
The tag type given to an unregistered end tag ( </ ... > ). |
Methods in au.id.jericho.lib.html that return EndTagType | |
---|---|
EndTagType |
StartTagType.getCorrespondingEndTagType()
Returns the type of end tag required to pair with a start tag of this type to form an element. |
EndTagType |
EndTag.getEndTagType()
Returns the type of this end tag. |
Methods in au.id.jericho.lib.html with parameters of type EndTagType | |
---|---|
EndTag |
Source.findNextEndTag(int pos,
java.lang.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. |
Constructors in au.id.jericho.lib.html with parameters of type EndTagType | |
---|---|
StartTagType(java.lang.String description,
java.lang.String startDelimiter,
java.lang.String closingDelimiter,
EndTagType correspondingEndTagType,
boolean isServerTag,
boolean hasAttributes,
boolean isNameAfterPrefixRequired)
Constructs a new StartTagType object with the specified properties. |
|
StartTagTypeGenericImplementation(java.lang.String description,
java.lang.String startDelimiter,
java.lang.String closingDelimiter,
EndTagType correspondingEndTagType,
boolean isServerTag)
Constructs a new StartTagTypeGenericImplementation object with the specified properties. |
|
StartTagTypeGenericImplementation(java.lang.String description,
java.lang.String startDelimiter,
java.lang.String closingDelimiter,
EndTagType correspondingEndTagType,
boolean isServerTag,
boolean hasAttributes,
boolean isNameAfterPrefixRequired)
Constructs a new StartTagTypeGenericImplementation object with the specified properties. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |