Uses of Class
net.htmlparser.jericho.EndTag
Packages that use EndTag
-
Uses of EndTag in net.htmlparser.jericho
Methods in net.htmlparser.jericho that return EndTagModifier and TypeMethodDescriptionprotected final EndTagEndTagType.constructEndTag(Source source, int begin, int end, String name) Internal method for the construction of anEndTagobject of this type.Element.getEndTag()Returns the end tag of the element.Source.getNextEndTag(int pos) Returns theEndTagbeginning at or immediately following the specified position in the source document.Source.getNextEndTag(int pos, String name) Source.getNextEndTag(int pos, String name, EndTagType endTagType) Source.getNextEndTag(int pos, EndTagType endTagType) Source.getPreviousEndTag(int pos) Source.getPreviousEndTag(int pos, String name) Source.getPreviousEndTag(int pos, EndTagType endTagType)