net.sourceforge.jeuclid.elements.support
Class MathMLNodeListImpl

java.lang.Object
  extended by net.sourceforge.jeuclid.elements.support.MathMLNodeListImpl
All Implemented Interfaces:
MathMLNodeList, NodeList

public class MathMLNodeListImpl
extends Object
implements MathMLNodeList

Implements a MathMLNodeList based on a java.util.List.

Version:
$Revision: 8afef6dd0d58 $

Constructor Summary
MathMLNodeListImpl(List<Node> list)
          create a new MathMLNodeList based on a given java list of nodes.
 
Method Summary
 int getLength()
          
 Node item(int arg0)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MathMLNodeListImpl

public MathMLNodeListImpl(List<Node> list)
create a new MathMLNodeList based on a given java list of nodes.

Parameters:
list - the list of nodes.
Method Detail

getLength

public int getLength()

Specified by:
getLength in interface NodeList

item

public Node item(int arg0)

Specified by:
item in interface NodeList


Copyright © 2002-2010 The JEuclid project. All Rights Reserved.