public class ParentedNode extends Object implements Serializable
| Constructor and Description |
|---|
ParentedNode() |
ParentedNode(String childName,
boolean multiChild,
UnparentedNode child) |
public ParentedNode()
public ParentedNode(String childName, boolean multiChild, UnparentedNode child)
public String getChildName()
public UnparentedNode getChild()
public boolean isMultiChild()
Copyright © 2009-2015 Oracle Corporation. All Rights Reserved.