Uses of Class
net.htmlparser.jericho.TagType
Packages that use TagType
-
Uses of TagType in net.htmlparser.jericho
Subclasses of TagType in net.htmlparser.jerichoModifier and TypeClassDescriptionclassDefines the syntax for an end tag type.classProvides a generic implementation of the abstractEndTagTypeclass based on the most common end tag behaviour.classDefines the syntax for a start tag type.classProvides a generic implementation of the abstractStartTagTypeclass based on the most common start tag behaviour.Methods in net.htmlparser.jericho that return TagTypeModifier and TypeMethodDescriptionEndTag.getTagType()StartTag.getTagType()abstract TagTypeTag.getTagType()Returns the type of this tag.static final TagType[]TagType.getTagTypesIgnoringEnclosedMarkup()Returns an array of all the tag types inside which the parser ignores all non-server tags in parse on demand mode.Methods in net.htmlparser.jericho that return types with arguments of type TagTypeModifier and TypeMethodDescriptionTagType.getRegisteredTagTypes()Returns a list of all the currently registered tag types in order of lowest to highest precedence.Methods in net.htmlparser.jericho with parameters of type TagTypeModifier and TypeMethodDescriptionstatic booleanIndicates whether the specified tag type is defined in this class.static booleanIndicates whether the specified tag type is defined in this class.static booleanDeprecated.Indicates whether the specified tag type is defined in this class.static booleanIndicates whether the specified tag type is defined in this class.Segment.getAllTags(TagType tagType) Source.getEnclosingTag(int pos, TagType tagType) Source.getNextTag(int pos, TagType tagType) Source.getPreviousTag(int pos, TagType tagType) static booleanMasonTagTypes.isParsedByMason(TagType tagType) Indicates whether the specified tag type is recognised by a Mason parser.static booleanPHPTagTypes.isParsedByPHP(TagType tagType) Indicates whether the specified tag type is recognised by a PHP parser.static final voidTagType.setTagTypesIgnoringEnclosedMarkup(TagType[] tagTypes) Sets the tag types inside which the parser ignores all non-server tags.