Class MathMLNodeListImpl
- java.lang.Object
-
- net.sourceforge.jeuclid.elements.support.MathMLNodeListImpl
-
- All Implemented Interfaces:
MathMLNodeList,org.w3c.dom.NodeList
public class MathMLNodeListImpl extends java.lang.Object implements MathMLNodeList
Implements a MathMLNodeList based on a java.util.List.- Version:
- $Revision: 8afef6dd0d58 $
-
-
Constructor Summary
Constructors Constructor Description MathMLNodeListImpl(java.util.List<org.w3c.dom.Node> list)create a new MathMLNodeList based on a given java list of nodes.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLength()org.w3c.dom.Nodeitem(int arg0)
-