Uses of Class
net.htmlparser.jericho.Tag
Packages that use Tag
-
Uses of Tag in net.htmlparser.jericho
Subclasses of Tag in net.htmlparser.jerichoModifier and TypeClassDescriptionfinal class
final class
Methods in net.htmlparser.jericho that return TagModifier and TypeMethodDescriptionprotected Tag
EndTagTypeGenericImplementation.constructTagAt
(Source source, int pos) Constructs a tag of this type at the specified position in the specified source document if it matches all of the required features.protected Tag
StartTagTypeGenericImplementation.constructTagAt
(Source source, int pos) Constructs a tag of this type at the specified position in the specified source document if it matches all of the required features.protected abstract Tag
TagType.constructTagAt
(Source source, int pos) Constructs a tag of this type at the specified position in the specified source document if it matches all of the required features.Tag[]
Source.fullSequentialParse()
Parses all of the tags in this source document sequentially from beginning to end.Source.getEnclosingTag
(int pos) Source.getEnclosingTag
(int pos, TagType tagType) Source.getNextTag
(int pos) Returns theTag
beginning at or immediately following the specified position in the source document.Source.getNextTag
(int pos, TagType tagType) Tag.getNextTag()
Returns the next tag in the source document.Source.getPreviousTag
(int pos) Source.getPreviousTag
(int pos, TagType tagType) Tag.getPreviousTag()
Returns the previous tag in the source document.final Tag
Source.getTagAt
(int pos) Returns theTag
at the specified position in the source document.Methods in net.htmlparser.jericho that return types with arguments of type TagModifier and TypeMethodDescriptionSegment.getAllTags()
Segment.getAllTags
(TagType tagType) Source.getAllTags()
Returns a list of all tags in this source document.Methods in net.htmlparser.jericho with parameters of type TagModifier and TypeMethodDescriptionstatic boolean
MicrosoftTagTypes.isConditionalCommentEndifTag
(Tag tag) Deprecated.Indicates whether the specified tag is a downlevel-revealed conditional comment "endif" tag (<![endif]>
).static boolean
MicrosoftTagTypes.isConditionalCommentIfTag
(Tag tag) Deprecated.Indicates whether the specified tag is a downlevel-revealed conditional comment "if" tag (<![if ... ]>
).