public class NodeList extends AbstractNode
attributes, name
NodeList()
void
add(INode o)
INode
get(int index)
NodeType
getType()
List<INode>
getValue()
int
size()
String
toString()
getAttributes, getName, setAttributes, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public NodeList()
public int size()
public INode get(int index)
public NodeType getType()
public void add(INode o)
public List<INode> getValue()
public String toString()
toString
Object
Copyright © 2023. All Rights Reserved.