Uses of Class
net.htmlparser.jericho.EndTagType
Packages that use EndTagType
-
Uses of EndTagType in net.htmlparser.jericho
Subclasses of EndTagType in net.htmlparser.jerichoModifier and TypeClassDescriptionclass
Provides a generic implementation of the abstractEndTagType
class based on the most common end tag behaviour.Fields in net.htmlparser.jericho declared as EndTagTypeModifier and TypeFieldDescriptionstatic final EndTagType
MasonTagTypes.MASON_COMPONENT_CALLED_WITH_CONTENT_END
The tag type given to the end tag of a Mason component called with content.static final EndTagType
MasonTagTypes.MASON_NAMED_BLOCK_END
The tag type given to the end tag of a Mason named block.static final EndTagType
EndTagType.NORMAL
The tag type given to a normal HTML or XML end tag (</name>
).static final EndTagType
EndTagType.UNREGISTERED
Methods in net.htmlparser.jericho that return EndTagTypeModifier and TypeMethodDescriptionfinal EndTagType
StartTagType.getCorrespondingEndTagType()
EndTag.getEndTagType()
Returns the type of this end tag.Methods in net.htmlparser.jericho with parameters of type EndTagTypeModifier and TypeMethodDescriptionSource.getNextEndTag
(int pos, String name, EndTagType endTagType) Source.getNextEndTag
(int pos, EndTagType endTagType) Source.getPreviousEndTag
(int pos, EndTagType endTagType) Constructors in net.htmlparser.jericho with parameters of type EndTagTypeModifierConstructorDescriptionprotected
StartTagType
(String description, String startDelimiter, String closingDelimiter, EndTagType correspondingEndTagType, boolean isServerTag, boolean hasAttributes, boolean isNameAfterPrefixRequired) Constructs a newStartTagType
object with the specified properties.protected
StartTagTypeGenericImplementation
(String description, String startDelimiter, String closingDelimiter, EndTagType correspondingEndTagType, boolean isServerTag) Constructs a newStartTagTypeGenericImplementation
object with the specified properties.protected
StartTagTypeGenericImplementation
(String description, String startDelimiter, String closingDelimiter, EndTagType correspondingEndTagType, boolean isServerTag, boolean hasAttributes, boolean isNameAfterPrefixRequired) Constructs a newStartTagTypeGenericImplementation
object with the specified properties.