public class AttributeNodeMapImpl extends Object implements NamedNodeMap
Modifier and Type | Field and Description |
---|---|
protected ElementImpl |
element |
static
org.apache.commons.logging.Log |
LOG |
protected Attr[] |
nsDecl |
Constructor and Description |
---|
AttributeNodeMapImpl(ElementImpl element) |
Modifier and Type | Method and Description |
---|---|
protected Document |
getClonedOwnerDoc() |
int |
getLength() |
Node |
getNamedItem(String name) |
Node |
getNamedItemNS(String namespaceURI,
String localName) |
protected int |
getNumAttr() |
Node |
item(int index)
Returns the indexth item in the map.
|
protected Node |
item(int index,
Document ownerDoc) |
Node |
removeNamedItem(String name)
Unsupported.
|
Node |
removeNamedItemNS(String namespaceURI,
String localName)
Unsupported.
|
Node |
setNamedItem(Node arg)
Unsupported.
|
Node |
setNamedItemNS(Node arg)
Unsupported.
|
public static final org.apache.commons.logging.Log LOG
protected ElementImpl element
protected Attr[] nsDecl
public AttributeNodeMapImpl(ElementImpl element)
public int getLength()
getLength
in
interface NamedNodeMap
protected int getNumAttr()
public Node getNamedItem(String name)
getNamedItem
in
interface NamedNodeMap
public Node getNamedItemNS(String namespaceURI, String localName) throws DOMException
getNamedItemNS
in
interface NamedNodeMap
DOMException
protected Document getClonedOwnerDoc() throws ParserConfigurationException
ParserConfigurationException
public Node item(int index)
item
in
interface NamedNodeMap
protected Node item(int index, Document ownerDoc) throws ParserConfigurationException
ParserConfigurationException
public Node removeNamedItem(String name) throws DOMException
removeNamedItem
in
interface NamedNodeMap
DOMException
public Node removeNamedItemNS(String namespaceURI, String localName) throws DOMException
removeNamedItemNS
in
interface NamedNodeMap
DOMException
public Node setNamedItem(Node arg) throws DOMException
setNamedItem
in
interface NamedNodeMap
DOMException
public Node setNamedItemNS(Node arg) throws DOMException
setNamedItemNS
in
interface NamedNodeMap
DOMException
Copyright © 2020 MarkLogic
Corporation. All Rights Reserved.
Complete online documentation for MarkLogic Server,
XQuery and related components may be found at
developer.marklogic.com