com.evolveum.midpoint.prism.dom
Class NodeListEmptyImpl

java.lang.Object
  extended by com.evolveum.midpoint.prism.dom.NodeListEmptyImpl
All Implemented Interfaces:
org.w3c.dom.NodeList

public class NodeListEmptyImpl
extends java.lang.Object
implements org.w3c.dom.NodeList


Field Summary
static org.w3c.dom.NodeList IMMUTABLE_EMPTY_NODELIST
           
 
Constructor Summary
NodeListEmptyImpl()
           
 
Method Summary
 int getLength()
           
 org.w3c.dom.Node item(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMMUTABLE_EMPTY_NODELIST

public static final org.w3c.dom.NodeList IMMUTABLE_EMPTY_NODELIST
Constructor Detail

NodeListEmptyImpl

public NodeListEmptyImpl()
Method Detail

item

public org.w3c.dom.Node item(int index)
Specified by:
item in interface org.w3c.dom.NodeList

getLength

public int getLength()
Specified by:
getLength in interface org.w3c.dom.NodeList


Copyright © 2012 evolveum. All Rights Reserved.