dods.clients.importwizard.DatasetList
Class DOMTree.AdapterNode

java.lang.Object
  extended by dods.clients.importwizard.DatasetList.DOMTree.AdapterNode
Enclosing class:
DOMTree

public class DOMTree.AdapterNode
extends Object


Constructor Summary
DOMTree.AdapterNode(Node node)
           
 
Method Summary
 int childCount()
           
 String content()
           
 NamedNodeMap getAttributes()
           
 DOMTree.AdapterNode getChild(int searchIndex)
           
 NodeList getChildNodes()
           
 Node getFirstChild()
           
 String getNodeName()
           
 String getNodeValue()
           
 Node getParentNode()
           
 int index(DOMTree.AdapterNode child)
           
 boolean isLeaf()
           
 Node removeChild(int searchIndex)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DOMTree.AdapterNode

public DOMTree.AdapterNode(Node node)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

content

public String content()

getAttributes

public NamedNodeMap getAttributes()

getNodeName

public String getNodeName()

getNodeValue

public String getNodeValue()

getParentNode

public Node getParentNode()

getChildNodes

public NodeList getChildNodes()

getFirstChild

public Node getFirstChild()

removeChild

public Node removeChild(int searchIndex)

isLeaf

public boolean isLeaf()

index

public int index(DOMTree.AdapterNode child)

getChild

public DOMTree.AdapterNode getChild(int searchIndex)

childCount

public int childCount()