Uses of Class
net.htmlparser.jericho.EndTagType
-
Packages that use EndTagType Package Description net.htmlparser.jericho Jericho HTML Parser 3.3 -
-
Uses of EndTagType in net.htmlparser.jericho
Subclasses of EndTagType in net.htmlparser.jericho Modifier and Type Class Description classEndTagTypeGenericImplementationProvides a generic implementation of the abstractEndTagTypeclass based on the most common end tag behaviour.Fields in net.htmlparser.jericho declared as EndTagType Modifier and Type Field Description static EndTagTypeMasonTagTypes. MASON_COMPONENT_CALLED_WITH_CONTENT_ENDThe tag type given to the end tag of a Mason component called with content.static EndTagTypeMasonTagTypes. MASON_NAMED_BLOCK_ENDThe tag type given to the end tag of a Mason named block.static EndTagTypeEndTagType. NORMALThe tag type given to a normal HTML or XML end tag (</name>).static EndTagTypeEndTagType. UNREGISTEREDMethods in net.htmlparser.jericho that return EndTagType Modifier and Type Method Description EndTagTypeStartTagType. getCorrespondingEndTagType()EndTagTypeEndTag. getEndTagType()Returns the type of this end tag.Methods in net.htmlparser.jericho with parameters of type EndTagType Modifier and Type Method Description EndTagSource. getNextEndTag(int pos, java.lang.String name, EndTagType endTagType)EndTagSource. getNextEndTag(int pos, EndTagType endTagType)EndTagSource. getPreviousEndTag(int pos, EndTagType endTagType)Constructors in net.htmlparser.jericho with parameters of type EndTagType Constructor Description StartTagType(java.lang.String description, java.lang.String startDelimiter, java.lang.String closingDelimiter, EndTagType correspondingEndTagType, boolean isServerTag, boolean hasAttributes, boolean isNameAfterPrefixRequired)Constructs a newStartTagTypeobject with the specified properties.StartTagTypeGenericImplementation(java.lang.String description, java.lang.String startDelimiter, java.lang.String closingDelimiter, EndTagType correspondingEndTagType, boolean isServerTag)Constructs a newStartTagTypeGenericImplementationobject 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 newStartTagTypeGenericImplementationobject with the specified properties.
-