All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fr.inria.openmath.omapi.implementation.NodeListImpl

java.lang.Object
   |
   +----fr.inria.openmath.omapi.implementation.NodeListImpl

public class NodeListImpl
extends Object
implements NodeList
The NodeListImpl class provides an ordered collection of nodes.

The items in the NodeList are accessible via an integral index, starting from 0.


Constructor Index

 o NodeListImpl(Node)

Method Index

 o getLength()
 o item(int)

Constructors

 o NodeListImpl
 public NodeListImpl(Node parent)

Methods

 o item
 public Node item(int index)
See Also:
item
 o getLength
 public int getLength()
See Also:
getLength

All Packages  Class Hierarchy  This Package  Previous  Next  Index