oscript.syntaxtree
Interface NodeListInterface

All Superinterfaces:
Node, java.io.Serializable
All Known Implementing Classes:
NodeList, NodeListOptional, NodeSequence

public interface NodeListInterface
extends Node

The interface which NodeList, NodeListOptional, and NodeSequence implement.


Method Summary
 void addNode(Node n)
           
 Node elementAt(int i)
           
 java.util.Enumeration elements()
           
 int size()
           
 
Methods inherited from interface oscript.syntaxtree.Node
accept, accept
 

Method Detail

addNode

public void addNode(Node n)

elementAt

public Node elementAt(int i)

elements

public java.util.Enumeration elements()

size

public int size()