| | |
| | String | getAttribute(String name) |
|
| | String | getAttributeNS(String namespaceURI, String localName) Throws: DOMException |
|
| | Attr | getAttributeNode(String name) |
|
| | Attr | getAttributeNodeNS(String namespaceURI, String localName) Throws: DOMException |
|
| | NodeList | getElementsByTagName(String name) |
|
| | NodeList | getElementsByTagNameNS(String namespaceURI, String localName) Throws: DOMException |
|
| | TypeInfo | getSchemaTypeInfo() |
|
| | String | getTagName() |
|
| | boolean | hasAttribute(String name) |
|
| | boolean | hasAttributeNS(String namespaceURI, String localName) Throws: DOMException |
|
| | void | removeAttribute(String name) Throws: DOMException |
|
| | void | removeAttributeNS(String namespaceURI, String localName) Throws: DOMException |
|
| | Attr | removeAttributeNode(Attr oldAttr) Throws: DOMException |
|
| | void | setAttribute(String name, String value) Throws: DOMException |
|
| | void | setAttributeNS(String namespaceURI, String qualifiedName, String value) Throws: DOMException |
|
| | Attr | setAttributeNode(Attr newAttr) Throws: DOMException |
|
| | Attr | setAttributeNodeNS(Attr newAttr) Throws: DOMException |
|
| | void | setIdAttribute(String name, boolean isId) Throws: DOMException |
|
| | void | setIdAttributeNS(String namespaceURI, String localName, boolean isId) Throws: DOMException |
|
| | void | setIdAttributeNode(Attr idAttr, boolean isId) Throws: DOMException |
|