org.w3c.dom.mathml
Interface MathMLNodeList

All Superinterfaces:
NodeList
All Known Implementing Classes:
MathMLNodeListImpl

public interface MathMLNodeList
extends 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
 



Copyright © 2002-2010 The JEuclid project. All Rights Reserved.