org.dom4j.dom
Class DOMAttributeNodeMap
java.lang.Object
   org.dom4j.dom.DOMAttributeNodeMap
org.dom4j.dom.DOMAttributeNodeMap
- All Implemented Interfaces: 
- NamedNodeMap
- public class DOMAttributeNodeMap- extends Object- implements NamedNodeMap
 DOMAttributeNodeMap implements a W3C NameNodeMap for the
 attributes of an element.
 
- Version:
- $Revision: 1.8 $
- Author:
- James Strachan 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DOMAttributeNodeMap
public DOMAttributeNodeMap(DOMElement element)
foo
public void foo()
         throws DOMException
- 
 
- 
- Throws:
- DOMException
 
getNamedItem
public Node getNamedItem(String name)
- 
- Specified by:
- getNamedItemin interface- NamedNodeMap
 
- 
 
setNamedItem
public Node setNamedItem(Node arg)
                  throws DOMException
- 
- Specified by:
- setNamedItemin interface- NamedNodeMap
 
- 
- Throws:
- DOMException
 
removeNamedItem
public Node removeNamedItem(String name)
                     throws DOMException
- 
- Specified by:
- removeNamedItemin interface- NamedNodeMap
 
- 
- Throws:
- DOMException
 
item
public Node item(int index)
- 
- Specified by:
- itemin interface- NamedNodeMap
 
- 
 
getLength
public int getLength()
- 
- Specified by:
- getLengthin interface- NamedNodeMap
 
- 
 
getNamedItemNS
public Node getNamedItemNS(String namespaceURI,
                           String localName)
- 
- Specified by:
- getNamedItemNSin interface- NamedNodeMap
 
- 
 
setNamedItemNS
public Node setNamedItemNS(Node arg)
                    throws DOMException
- 
- Specified by:
- setNamedItemNSin interface- NamedNodeMap
 
- 
- Throws:
- DOMException
 
removeNamedItemNS
public Node removeNamedItemNS(String namespaceURI,
                              String localName)
                       throws DOMException
- 
- Specified by:
- removeNamedItemNSin interface- NamedNodeMap
 
- 
- Throws:
- DOMException
 
Copyright © 2001-2005 MetaStuff Ltd.. All Rights Reserved.