| Package | Description |
|---|---|
| com.aspose.html.collections | |
| com.aspose.html.dom |
| Modifier and Type | Method and Description |
|---|---|
Attr |
NamedNodeMap.get_Item(int index)
Returns the indexth item in the map.
|
Attr |
NamedNodeMap.get_Item(String name)
Gets the
Attr with the specified name. |
static Attr |
NamedNodeMap.getAttribute(String qualifiedName,
Element element) |
static Attr |
NamedNodeMap.getAttribute(String namespace,
String localName,
Element element) |
Attr |
NamedNodeMap.getNamedItem(String name)
Retrieves a node specified by name.
|
Attr |
NamedNodeMap.getNamedItemNS(String namespaceURI,
String localName)
Retrieves a node specified by local name and namespace URI.
|
static Attr |
NamedNodeMap.removeAttribute(String qualifiedName,
Element element) |
static Attr |
NamedNodeMap.removeAttribute(String namespace,
String localName,
Element element) |
Attr |
NamedNodeMap.removeNamedItem(String name)
Removes a node specified by name.
|
Attr |
NamedNodeMap.removeNamedItemNS(String namespaceURI,
String localName)
Removes a node specified by local name and namespace URI.
|
static Attr |
NamedNodeMap.setAttribute(Attr attr,
Element element) |
Attr |
NamedNodeMap.setNamedItem(Attr attr)
Adds a node using its nodeName attribute.
|
Attr |
NamedNodeMap.setNamedItemNS(Attr attr)
Adds a node using its namespaceURI and localName.
|
| Modifier and Type | Method and Description |
|---|---|
com.aspose.html.internal.ms.System.Collections.Generic.IGenericEnumerator<Attr> |
NamedNodeMap.iterator()
Returns an enumerator that iterates through the collection.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
NamedNodeMap.append(Attr attr,
Element element) |
static boolean |
NamedNodeMap.contains(Element element,
Attr attr) |
void |
NamedNodeMap.notifyAttributeChanged(Attr attr) |
static void |
NamedNodeMap.remove(Attr attr,
Element element) |
static void |
NamedNodeMap.replace(Attr oldAttr,
Attr newAttr,
Element element) |
static Attr |
NamedNodeMap.setAttribute(Attr attr,
Element element) |
Attr |
NamedNodeMap.setNamedItem(Attr attr)
Adds a node using its nodeName attribute.
|
Attr |
NamedNodeMap.setNamedItemNS(Attr attr)
Adds a node using its namespaceURI and localName.
|
| Modifier and Type | Method and Description |
|---|---|
com.aspose.html.internal.ms.System.IDisposable |
NamedNodeMap.subscribe(com.aspose.html.common.IObserver<Attr> observer)
Returns an enumerator that iterates through a collection.
|
| Modifier and Type | Method and Description |
|---|---|
Attr |
Document.createAttribute(String localName)
Creates an Attr of the given name.
|
Attr |
Document.createAttributeNS(String namespaceURI,
String qualifiedName)
Creates an attribute of the given qualified name and namespace URI.
|
Attr |
Element.getAttributeNode(String name)
Retrieves an attribute node by name.
|
Attr |
Element.getAttributeNodeNS(String namespaceURI,
String localName)
Retrieves an Attr node by local name and namespace URI.
|
Attr |
Element.removeAttributeNode(Attr oldAttr)
Removes the specified attribute node.
|
Attr |
Element.setAttributeNode(Attr newAttr)
Adds a new attribute node.
|
Attr |
Element.setAttributeNodeNS(Attr newAttr)
Adds a new attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Attr.change(Attr attr,
Element element,
String value) |
Attr |
Element.removeAttributeNode(Attr oldAttr)
Removes the specified attribute node.
|
Attr |
Element.setAttributeNode(Attr newAttr)
Adds a new attribute node.
|
Attr |
Element.setAttributeNodeNS(Attr newAttr)
Adds a new attribute.
|
void |
Element.setIdAttributeNode(Attr idAttr,
boolean isId)
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute.
|
static void |
Attr.setValue(Element element,
Attr attr,
String value) |