net.sourceforge.jeuclid.elements.support
Class MathMLNodeListImpl
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MathMLNodeListImpl
public MathMLNodeListImpl(List<Node> list)
- create a new MathMLNodeList based on a given java list of nodes.
- Parameters:
list
- the list of nodes.
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.