Package | Description |
---|---|
elemental.dom | |
elemental.js.dom |
Modifier and Type | Method and Description |
---|---|
Attr |
Document.createAttribute(String name)
Creates a new attribute node and returns it.
|
Attr |
Document.createAttributeNS(String namespaceURI,
String qualifiedName)
Creates a new attribute node in a given namespace and returns it.
|
Attr |
Element.getAttributeNode(String name)
Retrieve the node representation of the named attribute from the current node.
|
Attr |
Element.getAttributeNodeNS(String namespaceURI,
String localName)
Retrieve the node representation of the attribute with the specified name and namespace, from the current node.
|
Attr |
Element.removeAttributeNode(Attr oldAttr)
Remove the node representation of the named attribute from the current node.
|
Attr |
Element.setAttributeNode(Attr newAttr)
Set the node representation of the named attribute from the current node.
|
Attr |
Element.setAttributeNodeNS(Attr newAttr)
Set the node representation of the attribute with the specified name and namespace, from the current node.
|
Modifier and Type | Method and Description |
---|---|
Attr |
Element.removeAttributeNode(Attr oldAttr)
Remove the node representation of the named attribute from the current node.
|
Attr |
Element.setAttributeNode(Attr newAttr)
Set the node representation of the named attribute from the current node.
|
Attr |
Element.setAttributeNodeNS(Attr newAttr)
Set the node representation of the attribute with the specified name and namespace, from the current node.
|
Modifier and Type | Class and Description |
---|---|
class |
JsAttr |
Modifier and Type | Method and Description |
---|---|
JsAttr |
JsElement.removeAttributeNode(Attr oldAttr) |
JsAttr |
JsElement.setAttributeNode(Attr newAttr) |
JsAttr |
JsElement.setAttributeNodeNS(Attr newAttr) |
Copyright © 2018. All rights reserved.