Method Summary |
|
public String | getAttribute(String tagName) This function delegates to the native method getAttribute in
XMLParserImpl. |
public Attr | getAttributeNode(String tagName) This function delegates to the native method getAttributeNode
in XMLParserImpl. |
public NodeList | getElementsByTagName(String tagName) This function delegates to the native method
getElementsByTagName in XMLParserImpl. |
public String | getTagName() This function delegates to the native method getTagName in
XMLParserImpl. |
public boolean | hasAttribute(String tagName) This function delegates to the native method hasAttribute in
XMLParserImpl. |
public void | removeAttribute(String name) This function delegates to the native method removeAttribute
in XMLParserImpl. |
public void | setAttribute(String name, String value) This function delegates to the native method setAttribute in
XMLParserImpl. |
public String | toString() This method returns the string representation of this
ElementImpl . |