org.exist.dom
Class NamedNodeMapImpl
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
org.exist.dom.NamedNodeMapImpl
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable, Collection, List, RandomAccess, NamedNodeMap
public class NamedNodeMapImpl
- extends ArrayList
- implements NamedNodeMap
- See Also:
- Serialized Form
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize |
NamedNodeMapImpl
public NamedNodeMapImpl()
getLength
public int getLength()
- Specified by:
getLength
in interface NamedNodeMap
setNamedItem
public Node setNamedItem(Node arg)
throws DOMException
- Specified by:
setNamedItem
in interface NamedNodeMap
- Throws:
DOMException
setNamedItemNS
public Node setNamedItemNS(Node arg)
throws DOMException
- Specified by:
setNamedItemNS
in interface NamedNodeMap
- Throws:
DOMException
item
public Node item(int index)
- Specified by:
item
in interface NamedNodeMap
getNamedItem
public Node getNamedItem(String name)
- Specified by:
getNamedItem
in interface NamedNodeMap
getNamedItemNS
public Node getNamedItemNS(String namespaceURI,
String name)
- Specified by:
getNamedItemNS
in interface NamedNodeMap
removeNamedItem
public Node removeNamedItem(String name)
throws DOMException
- Specified by:
removeNamedItem
in interface NamedNodeMap
- Throws:
DOMException
removeNamedItemNS
public Node removeNamedItemNS(String namespaceURI,
String name)
throws DOMException
- Specified by:
removeNamedItemNS
in interface NamedNodeMap
- Throws:
DOMException
Copyright (C) Wolfgang Meier. All rights reserved.