public abstract class AbstractNode extends Object implements Node
| Constructor and Description |
|---|
AbstractNode(Node parent,
String name,
String fullName) |
public AbstractNode(Node parent, String name, String fullName)
public Collection<Node> getChildren()
getChildren in interface NodegetChildren in interface Traversable<Node>public String getFullName()
getFullName in interface Nodepublic int compareTo(Node n)
compareTo in interface Comparable<Node>Copyright © 2017 The Apache Software Foundation. All rights reserved.