Class NodeList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Node>, Collection<Node>, List<Node>, RandomAccess

public class NodeList extends Vector<Node>
See Also:
  • Constructor Details

    • NodeList

      public NodeList()
  • Method Details

    • getNode

      public Node getNode(int n)
    • getNode

      public Node getNode(String name)
    • getEndsWith

      public Node getEndsWith(String name)