ibm.techexplorer.dom
Class TENamedNodeMap

java.lang.Object
  |
  +--ibm.techexplorer.dom.TENamedNodeMap

public class TENamedNodeMap
extends java.lang.Object
implements NamedNodeMap

Description

See Also:
techexplorer, NamedNodeMap

Constructor Summary
TENamedNodeMap(techexplorer plugin, int namedNodeMap)
           
 
Method Summary
 int getLength()
           
 Node getNamedItem(java.lang.String name)
           
 Node item(int index)
           
 Node removeNamedItem(java.lang.String name)
           
 Node setNamedItem(Node arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TENamedNodeMap

public TENamedNodeMap(techexplorer plugin,
                      int namedNodeMap)
Method Detail

getNamedItem

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

setNamedItem

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

removeNamedItem

public Node removeNamedItem(java.lang.String name)
                     throws DOMException
Specified by:
removeNamedItem in interface NamedNodeMap

item

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

getLength

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