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

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

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

Element
Returns the most nested Element that encloses the specified position in the source document.
Element
Source.findEnclosingElement(int pos, String name)
Returns the most nested Element with the specified name that encloses the specified position in the source document.
Element
Returns the Element beginning at or immediately following the specified position in the source document.
Element
Source.findNextElement(int pos, String name)
Returns the Element with the specified name beginning at or immediately following the specified position in the source document.
Element
Returns the element that is ended by this end tag.
Element
Returns the element representing this form control in the source document.
Element
Returns the element that is started by this start tag.
Element
Returns the element that is started or ended by this tag.
Element
Returns the Element with the specified id attribute value.
Element
Returns the parent of this element in the document element hierarchy.