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

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

Methods in au.id.jericho.lib.html that return Element
 Element Source.findEnclosingElement(int pos)
          Returns the most nested normal Element that encloses the specified position in the source document.
 Element Source.findEnclosingElement(int pos, java.lang.String name)
          Returns the most nested normal Element with the specified name that encloses the specified position in the source document.
 Element Source.findNextElement(int pos)
          Returns the Element beginning at or immediately following the specified position in the source document.
 Element Source.findNextElement(int pos, java.lang.String name)
          Returns the normal Element with the specified name beginning at or immediately following the specified position in the source document.
 Element Source.findNextElement(int pos, java.lang.String attributeName, java.lang.String value, boolean valueCaseSensitive)
          Returns the Element with the specified attribute name/value pair beginning at or immediately following the specified position in the source document.
abstract  Element Tag.getElement()
          Returns the element that is started or ended by this tag.
 Element StartTag.getElement()
          Returns the element that is started by this start tag.
 Element FormControl.getElement()
          Returns the element representing this form control in the source document.
 Element EndTag.getElement()
          Returns the element that is ended by this end tag.
 Element Source.getElementById(java.lang.String id)
          Returns the Element with the specified id attribute value.
 Element Element.getParentElement()
          Returns the parent of this element in the document element hierarchy.