Skip navigation links 
 
oracle.security.xmlsec.util
Class NodeReaderForSubtree.SimpleNamedNodeMap
java.lang.Object
   java.util.AbstractCollection<E>
java.util.AbstractCollection<E>
       java.util.AbstractList<E>
java.util.AbstractList<E>
           java.util.ArrayList
java.util.ArrayList
               oracle.security.xmlsec.util.NodeReaderForSubtree.SimpleNamedNodeMap
oracle.security.xmlsec.util.NodeReaderForSubtree.SimpleNamedNodeMap
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess, org.w3c.dom.NamedNodeMap
- Enclosing class:
- NodeReaderForSubtree
- 
public class NodeReaderForSubtree.SimpleNamedNodeMap
 
- extends java.util.ArrayList
- implements org.w3c.dom.NamedNodeMap
- See Also:
- Serialized Form
 
 
| Fields inherited from class java.util.AbstractList | 
| modCount | 
  
 
  
 
 
| Methods inherited from class java.util.ArrayList | 
| add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize | 
 
| Methods inherited from class java.util.AbstractList | 
| equals, hashCode, iterator, listIterator, listIterator, subList | 
 
| Methods inherited from class java.util.AbstractCollection | 
| containsAll, removeAll, retainAll, toString | 
 
| Methods inherited from class java.lang.Object | 
| finalize, getClass, notify, notifyAll, wait, wait, wait | 
 
| Methods inherited from interface java.util.List | 
| containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList | 
 
 
NodeReaderForSubtree.SimpleNamedNodeMap
public NodeReaderForSubtree.SimpleNamedNodeMap(org.w3c.dom.NamedNodeMap map)
getLength
public int getLength()
- 
- Specified by:
- getLengthin interface- org.w3c.dom.NamedNodeMap
 
getNamedItem
public org.w3c.dom.Node getNamedItem(java.lang.String name)
- 
- Specified by:
- getNamedItemin interface- org.w3c.dom.NamedNodeMap
 
getNamedItemNS
public org.w3c.dom.Node getNamedItemNS(java.lang.String namespaceURI,
                                       java.lang.String localName)
- 
- Specified by:
- getNamedItemNSin interface- org.w3c.dom.NamedNodeMap
 
item
public org.w3c.dom.Node item(int index)
- 
- Specified by:
- itemin interface- org.w3c.dom.NamedNodeMap
 
removeNamedItem
public org.w3c.dom.Node removeNamedItem(java.lang.String name)
                                 throws org.w3c.dom.DOMException
- 
- Specified by:
- removeNamedItemin interface- org.w3c.dom.NamedNodeMap
 
- 
- Throws:
- org.w3c.dom.DOMException
 
removeNamedItemNS
public org.w3c.dom.Node removeNamedItemNS(java.lang.String namespaceURI,
                                          java.lang.String localName)
                                   throws org.w3c.dom.DOMException
- 
- Specified by:
- removeNamedItemNSin interface- org.w3c.dom.NamedNodeMap
 
- 
- Throws:
- org.w3c.dom.DOMException
 
setNamedItem
public org.w3c.dom.Node setNamedItem(org.w3c.dom.Node arg)
                              throws org.w3c.dom.DOMException
- 
- Specified by:
- setNamedItemin interface- org.w3c.dom.NamedNodeMap
 
- 
- Throws:
- org.w3c.dom.DOMException
 
setNamedItemNS
public org.w3c.dom.Node setNamedItemNS(org.w3c.dom.Node arg)
                                throws org.w3c.dom.DOMException
- 
- Specified by:
- setNamedItemNSin interface- org.w3c.dom.NamedNodeMap
 
- 
- Throws:
- org.w3c.dom.DOMException
 
Skip navigation links 
 
Copyright © 2005, 2013 , Oracle. All rights reserved.