getElementById(String id) Tries to find an element in this document whose id is specified.
Parameters: id - the value of the id attribute of the element being looked for the element if found.
Finds an element based on a path of element names.
Parameters: path - slash separated series of element names the matching element, or null if not found See Also:Element.find(String)
Tries to find an element in this document whose id is specified.
Parameters: id - the value of the id attribute of the element being looked for the element if found. null if not found.