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 classfinal classMethods in net.htmlparser.jericho that return TagModifier and TypeMethodDescriptionprotected TagEndTagTypeGenericImplementation.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 TagStartTagTypeGenericImplementation.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 TagTagType.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 theTagbeginning 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 TagSource.getTagAt(int pos) Returns theTagat 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 booleanMicrosoftTagTypes.isConditionalCommentEndifTag(Tag tag) Deprecated.Indicates whether the specified tag is a downlevel-revealed conditional comment "endif" tag (<![endif]>).static booleanMicrosoftTagTypes.isConditionalCommentIfTag(Tag tag) Deprecated.Indicates whether the specified tag is a downlevel-revealed conditional comment "if" tag (<![if ... ]>).