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 $
  • Constructor Details

    • 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 Details