Uses of Interface
org.w3c.dom.mathml.MathMLBvarElement

Packages that use MathMLBvarElement
org.w3c.dom.mathml Standard MathML DOM Model. 
 

Uses of MathMLBvarElement in org.w3c.dom.mathml
 

Methods in org.w3c.dom.mathml that return MathMLBvarElement
 MathMLBvarElement MathMLContentContainer.getBoundVariable(int index)
          This method retrieves the index-th MathMLBvarElement child of the MathMLElement.
 MathMLBvarElement MathMLContentContainer.insertBoundVariable(MathMLBvarElement newBVar, int index)
          This method inserts a MathMLBvarElement as a child node before the current index-th bound variable child of this MathMLElement.
 MathMLBvarElement MathMLContentContainer.removeBoundVariable(int index)
          This method removes the index-th MathMLBvarElement child of the MathMLElement and returns it to the caller.
 MathMLBvarElement MathMLContentContainer.setBoundVariable(MathMLBvarElement newBVar, int index)
          This method sets the index-th bound variable child of this MathMLElement to newBVar.
 

Methods in org.w3c.dom.mathml with parameters of type MathMLBvarElement
 MathMLBvarElement MathMLContentContainer.insertBoundVariable(MathMLBvarElement newBVar, int index)
          This method inserts a MathMLBvarElement as a child node before the current index-th bound variable child of this MathMLElement.
 MathMLBvarElement MathMLContentContainer.setBoundVariable(MathMLBvarElement newBVar, int index)
          This method sets the index-th bound variable child of this MathMLElement to newBVar.
 



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