Uses of Class au.id.jericho.lib.html.EndTag

Uses in package au.id.jericho.lib.html

Methods with return type au.id.jericho.lib.html.EndTag

EndTag
EndTagType.constructEndTag(Source source, int begin, int end, String name)
Internal method for the construction of an EndTag object of this type.
EndTag
Returns the EndTag beginning at or immediately following the specified position in the source document.
EndTag
Source.findNextEndTag(int pos, String name)
Returns the normal EndTag with the specified name beginning at or immediately following the specified position in the source document.
EndTag
Source.findNextEndTag(int pos, String name, EndTagType endTagType)
Returns the EndTag with the specified name and type beginning at or immediately following the specified position in the source document.
EndTag
Returns the EndTag beginning at or immediately preceding the specified position in the source document.
EndTag
Source.findPreviousEndTag(int pos, String name)
Returns the normal EndTag with the specified name at or immediately preceding (or enclosing) the specified position in the source document.
EndTag
Returns the end tag of the element.