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

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

Methods in au.id.jericho.lib.html that return EndTag
protected  EndTag EndTagType.constructEndTag(Source source, int begin, int end, java.lang.String name)
          Internal method for the construction of an EndTag object of this type.
 EndTag Source.findNextEndTag(int pos)
          Returns the EndTag beginning at or immediately following the specified position in the source document.
 EndTag Source.findNextEndTag(int pos, java.lang.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, java.lang.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 Source.findPreviousEndTag(int pos)
          Returns the EndTag beginning at or immediately preceding the specified position in the source document.
 EndTag Source.findPreviousEndTag(int pos, java.lang.String name)
          Returns the normal EndTag with the specified name at or immediately preceding (or enclosing) the specified position in the source document.
 EndTag Element.getEndTag()
          Returns the end tag of the element.