public interface Node
限定符和类型 | 方法和说明 |
---|---|
int |
getLevel()
Return this node's level in the tree.
|
String |
getName()
Return this node's name
|
String |
getNetworkLocation()
Return the string representation of this node's network location
|
Node |
getParent()
Return this node's parent
|
void |
setLevel(int i)
Set this node's level in the tree.
|
void |
setNetworkLocation(String location)
Set the node's network location
|
void |
setParent(Node parent)
Set this node's parent
|
String getNetworkLocation()
void setNetworkLocation(String location)
String getName()
Node getParent()
void setParent(Node parent)
int getLevel()
void setLevel(int i)
Copyright © 2009 The Apache Software Foundation