com.evolveum.midpoint.prism.dom
Class NamedNodeMapEmptyImpl

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

public class NamedNodeMapEmptyImpl
extends Object
implements NamedNodeMap


Field Summary
static NamedNodeMap IMMUTABLE_EMPTY_NAMED_NODE_MAP
           
 
Constructor Summary
NamedNodeMapEmptyImpl()
           
 
Method Summary
 int getLength()
           
 Node getNamedItem(String name)
           
 Node getNamedItemNS(String namespaceURI, String localName)
           
 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
 

Field Detail

IMMUTABLE_EMPTY_NAMED_NODE_MAP

public static final NamedNodeMap IMMUTABLE_EMPTY_NAMED_NODE_MAP
Constructor Detail

NamedNodeMapEmptyImpl

public NamedNodeMapEmptyImpl()
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


Copyright © 2013 evolveum. All Rights Reserved.