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 TypeClassDescriptionclassProvides a generic implementation of the abstractEndTagTypeclass based on the most common end tag behaviour.Fields in net.htmlparser.jericho declared as EndTagTypeModifier and TypeFieldDescriptionstatic final EndTagTypeMasonTagTypes.MASON_COMPONENT_CALLED_WITH_CONTENT_ENDThe tag type given to the end tag of a Mason component called with content.static final EndTagTypeMasonTagTypes.MASON_NAMED_BLOCK_ENDThe tag type given to the end tag of a Mason named block.static final EndTagTypeEndTagType.NORMALThe tag type given to a normal HTML or XML end tag (</name>).static final EndTagTypeEndTagType.UNREGISTEREDMethods in net.htmlparser.jericho that return EndTagTypeModifier and TypeMethodDescriptionfinal EndTagTypeStartTagType.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 EndTagTypeModifierConstructorDescriptionprotectedStartTagType(String description, String startDelimiter, String closingDelimiter, EndTagType correspondingEndTagType, boolean isServerTag, boolean hasAttributes, boolean isNameAfterPrefixRequired) Constructs a newStartTagTypeobject with the specified properties.protectedStartTagTypeGenericImplementation(String description, String startDelimiter, String closingDelimiter, EndTagType correspondingEndTagType, boolean isServerTag) Constructs a newStartTagTypeGenericImplementationobject with the specified properties.protectedStartTagTypeGenericImplementation(String description, String startDelimiter, String closingDelimiter, EndTagType correspondingEndTagType, boolean isServerTag, boolean hasAttributes, boolean isNameAfterPrefixRequired) Constructs a newStartTagTypeGenericImplementationobject with the specified properties.