getElementById(id) |
String |
XmlNode |
Gets the first element node with specified ID. |
getElementByName(tagName) |
String |
XmlNode |
Gets the first element node with specified tag name. |
getElementByNameAndAttribute(tagName, name,
value) |
String, String, String |
XmlNode |
Gets the first element node with specified tag name and
attribute value. |
getElementsByName(tagName) |
String |
XmlNode |
Gets all element nodes with specified tag name. |
getElementsByNameAndAttribute(tagName, name,
value) |
String, String, String |
XmlNode |
Gets all element nodes with specified tag name and attribute
value. |