railo.runtime.text.xml
Class EmptyNamedNodeMap

java.lang.Object
  extended by railo.runtime.text.xml.EmptyNamedNodeMap
All Implemented Interfaces:
NamedNodeMap

public class EmptyNamedNodeMap
extends Object
implements NamedNodeMap


Constructor Summary
EmptyNamedNodeMap()
           
 
Method Summary
 int getLength()
           
 Node getNamedItem(String name)
           
 Node getNamedItemNS(String namespaceURI, String name)
           
 Node item(int arg0)
           
 Node removeNamedItem(String key)
           
 Node removeNamedItemNS(String arg0, String arg1)
           
 Node setNamedItem(Node arg0)
           
 Node setNamedItemNS(Node arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyNamedNodeMap

public EmptyNamedNodeMap()
Method Detail

getLength

public int getLength()
Specified by:
getLength in interface NamedNodeMap

getNamedItem

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

getNamedItemNS

public Node getNamedItemNS(String namespaceURI,
                           String name)
Specified by:
getNamedItemNS in interface NamedNodeMap

item

public Node item(int arg0)
Specified by:
item in interface NamedNodeMap

removeNamedItem

public Node removeNamedItem(String key)
                     throws DOMException
Specified by:
removeNamedItem in interface NamedNodeMap
Throws:
DOMException

removeNamedItemNS

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

setNamedItem

public Node setNamedItem(Node arg0)
                  throws DOMException
Specified by:
setNamedItem in interface NamedNodeMap
Throws:
DOMException

setNamedItemNS

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


Copyright © 2012 Railo