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 EndTag
EndTagType.constructEndTag
(Source source, int begin, int end, String name) Internal method for the construction of anEndTag
object of this type.Element.getEndTag()
Returns the end tag of the element.Source.getNextEndTag
(int pos) Returns theEndTag
beginning 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)