dods.clients.importwizard.DatasetList
Class DOMTree.AdapterNode
java.lang.Object
dods.clients.importwizard.DatasetList.DOMTree.AdapterNode
- Enclosing class:
- DOMTree
public class DOMTree.AdapterNode
- extends Object
DOMTree.AdapterNode
public DOMTree.AdapterNode(Node node)
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()