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 TypeClassDescriptionclass
Defines the syntax for an end tag type.class
Provides a generic implementation of the abstractEndTagType
class based on the most common end tag behaviour.class
Defines the syntax for a start tag type.class
Provides a generic implementation of the abstractStartTagType
class based on the most common start tag behaviour.Methods in net.htmlparser.jericho that return TagTypeModifier and TypeMethodDescriptionEndTag.getTagType()
StartTag.getTagType()
abstract TagType
Tag.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 boolean
Indicates whether the specified tag type is defined in this class.static boolean
Indicates whether the specified tag type is defined in this class.static boolean
Deprecated.Indicates whether the specified tag type is defined in this class.static boolean
Indicates 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 boolean
MasonTagTypes.isParsedByMason
(TagType tagType) Indicates whether the specified tag type is recognised by a Mason parser.static boolean
PHPTagTypes.isParsedByPHP
(TagType tagType) Indicates whether the specified tag type is recognised by a PHP parser.static final void
TagType.setTagTypesIgnoringEnclosedMarkup
(TagType[] tagTypes) Sets the tag types inside which the parser ignores all non-server tags.