com.evolveum.midpoint.prism.dom
Class AttributeNamedNodeMapImpl

java.lang.Object
  extended by com.evolveum.midpoint.prism.dom.AttributeNamedNodeMapImpl
All Implemented Interfaces:
NamedNodeMap

public class AttributeNamedNodeMapImpl
extends Object
implements NamedNodeMap

Author:
semancik

Method Summary
 int getLength()
           
 Node getNamedItem(String name)
           
 Node getNamedItemNS(String namespaceURI, String localName)
           
 Node getNext(AttributeNodeImpl attributeNodeImpl)
           
 Node getPrevious(AttributeNodeImpl attributeNodeImpl)
           
 Node item(int index)
           
 Node removeNamedItem(String name)
           
 Node removeNamedItemNS(String namespaceURI, String localName)
           
 Node setNamedItem(Node arg)
           
 Node setNamedItemNS(Node arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNamedItem

public Node getNamedItem(String name)
Specified by:
getNamedItem in interface NamedNodeMap

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

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)
                    throws DOMException
Specified by:
getNamedItemNS in interface NamedNodeMap
Throws:
DOMException

setNamedItemNS

public Node setNamedItemNS(Node arg)
                    throws DOMException
Specified by:
setNamedItemNS in interface NamedNodeMap
Throws:
DOMException

removeNamedItemNS

public Node removeNamedItemNS(String namespaceURI,
                              String localName)
                       throws DOMException
Specified by:
removeNamedItemNS in interface NamedNodeMap
Throws:
DOMException

getPrevious

public Node getPrevious(AttributeNodeImpl attributeNodeImpl)

getNext

public Node getNext(AttributeNodeImpl attributeNodeImpl)


Copyright © 2013 evolveum. All Rights Reserved.