| Package | Description |
|---|---|
| org.teavm.jso.dom.xml |
| Modifier and Type | Method and Description |
|---|---|
Attr |
Document.createAttribute(String name) |
Attr |
Document.createAttributeNS(String namespaceURI,
String qualifiedName) |
Attr |
Element.getAttributeNode(String name) |
Attr |
Element.getAttributeNodeNS(String namespaceURI,
String localName) |
Attr |
Element.removeAttributeNode(Attr oldAttr) |
Attr |
Element.setAttributeNode(Attr newAttr) |
Attr |
Element.setAttributeNodeNS(Attr newAttr) |
| Modifier and Type | Method and Description |
|---|---|
NamedNodeMap<Attr> |
Node.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Attr |
Element.removeAttributeNode(Attr oldAttr) |
Attr |
Element.setAttributeNode(Attr newAttr) |
Attr |
Element.setAttributeNodeNS(Attr newAttr) |
Copyright © 2015. All rights reserved.