org.apache.crimson.tree
Class Doctype.Nodemap

java.lang.Object
  extended byorg.apache.crimson.tree.Doctype.Nodemap
All Implemented Interfaces:
org.w3c.dom.NamedNodeMap
Enclosing class:
Doctype

static class Doctype.Nodemap
extends Object
implements org.w3c.dom.NamedNodeMap


Field Summary
(package private)  Vector list
           
(package private)  boolean readonly
           
 
Constructor Summary
(package private) Doctype.Nodemap()
           
 
Method Summary
 int getLength()
           
 org.w3c.dom.Node getNamedItem(String name)
           
 org.w3c.dom.Node getNamedItemNS(String namespaceURI, String localName)
          DOM2:
 org.w3c.dom.Node item(int index)
           
 org.w3c.dom.Node removeNamedItem(String name)
           
 org.w3c.dom.Node removeNamedItemNS(String namespaceURI, String localName)
          DOM2:
 org.w3c.dom.Node setNamedItem(org.w3c.dom.Node item)
           
 org.w3c.dom.Node setNamedItemNS(org.w3c.dom.Node arg)
          DOM2:
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

readonly

boolean readonly

list

Vector list
Constructor Detail

Doctype.Nodemap

Doctype.Nodemap()
Method Detail

getNamedItem

public org.w3c.dom.Node getNamedItem(String name)
Specified by:
getNamedItem in interface org.w3c.dom.NamedNodeMap

getNamedItemNS

public org.w3c.dom.Node getNamedItemNS(String namespaceURI,
                                       String localName)
DOM2:

Specified by:
getNamedItemNS in interface org.w3c.dom.NamedNodeMap

getLength

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

item

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

removeNamedItem

public org.w3c.dom.Node removeNamedItem(String name)
                                 throws org.w3c.dom.DOMException
Specified by:
removeNamedItem in interface org.w3c.dom.NamedNodeMap
Throws:
org.w3c.dom.DOMException

removeNamedItemNS

public org.w3c.dom.Node removeNamedItemNS(String namespaceURI,
                                          String localName)
                                   throws org.w3c.dom.DOMException
DOM2:

Specified by:
removeNamedItemNS in interface org.w3c.dom.NamedNodeMap
Throws:
org.w3c.dom.DOMException

setNamedItem

public org.w3c.dom.Node setNamedItem(org.w3c.dom.Node item)
                              throws org.w3c.dom.DOMException
Specified by:
setNamedItem in interface org.w3c.dom.NamedNodeMap
Throws:
org.w3c.dom.DOMException

setNamedItemNS

public org.w3c.dom.Node setNamedItemNS(org.w3c.dom.Node arg)
                                throws org.w3c.dom.DOMException
DOM2:

Specified by:
setNamedItemNS in interface org.w3c.dom.NamedNodeMap
Throws:
org.w3c.dom.DOMException