Frames | No Frames |
Methods with return type au.id.jericho.lib.html.Element | |
Element | Source.findEnclosingElement(int pos) |
Element | Source.findEnclosingElement(int pos, String name) |
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, String name) |
Element | Source.findNextElement(int pos, String attributeName, 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. |
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 | Source.getElementById(String id) Returns the Element with the specified id attribute value. |
Element | Returns the parent of this element in the document element hierarchy. |