Class 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
      int getLength()
      org.w3c.dom.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​(java.util.List<org.w3c.dom.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 org.w3c.dom.NodeList
      • item

        public org.w3c.dom.Node item​(int arg0)
        Specified by:
        item in interface org.w3c.dom.NodeList