org.apache.xerces.impl.xs.opti
Class NamedNodeMapImpl
java.lang.Object
org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
- All Implemented Interfaces:
- NamedNodeMap
public class NamedNodeMapImpl
- extends Object
- implements NamedNodeMap
- Version:
- $Id: NamedNodeMapImpl.java 699892 2008-09-28 21:08:27Z mrglavas $
- Author:
- Rahul Srivastava, Sun Microsystems Inc.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamedNodeMapImpl
public NamedNodeMapImpl(Attr[] attrs)
getNamedItem
public Node getNamedItem(String name)
- Specified by:
getNamedItem
in interface NamedNodeMap
item
public Node item(int index)
- Specified by:
item
in interface NamedNodeMap
getLength
public int getLength()
- Specified by:
getLength
in interface NamedNodeMap
getNamedItemNS
public Node getNamedItemNS(String namespaceURI,
String localName)
- Specified by:
getNamedItemNS
in interface NamedNodeMap
setNamedItemNS
public Node setNamedItemNS(Node arg)
throws DOMException
- Specified by:
setNamedItemNS
in interface NamedNodeMap
- Throws:
DOMException
setNamedItem
public Node setNamedItem(Node arg)
throws DOMException
- Specified by:
setNamedItem
in interface NamedNodeMap
- Throws:
DOMException
removeNamedItem
public Node removeNamedItem(String name)
throws DOMException
- Specified by:
removeNamedItem
in interface NamedNodeMap
- Throws:
DOMException
removeNamedItemNS
public Node removeNamedItemNS(String namespaceURI,
String localName)
throws DOMException
- Specified by:
removeNamedItemNS
in interface NamedNodeMap
- Throws:
DOMException
Copyright © 2011. All Rights Reserved.