Package org.w3c.dom.mathml
Interface MathMLNodeList
-
- All Superinterfaces:
org.w3c.dom.NodeList
- All Known Implementing Classes:
MathMLNodeListImpl
public interface MathMLNodeList extends org.w3c.dom.NodeListThis 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.