Interface MathMLNodeList

  • All Superinterfaces:
    org.w3c.dom.NodeList
    All Known Implementing Classes:
    MathMLNodeListImpl

    public interface MathMLNodeList
    extends org.w3c.dom.NodeList
    This interface is provided as a specialization of the NodeList interface. The child Nodes of this NodeList must be MathMLElements or Text nodes. Note that MathMLNodeLists are frequently used in the DOM as values of readonly attributes, encapsulating, for instance, various collections of child elements. When used in this way, these objects are always understood to be live, in the sense that changes to the document are immediately reflected in them.
    • Method Summary

      • Methods inherited from interface org.w3c.dom.NodeList

        getLength, item