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

Packages that use MathMLDeclareElement
net.sourceforge.jeuclid.elements.presentation Provides support for presentation markup (3). 
org.w3c.dom.mathml Standard MathML DOM Model. 
 

Uses of MathMLDeclareElement in net.sourceforge.jeuclid.elements.presentation
 

Methods in net.sourceforge.jeuclid.elements.presentation that return MathMLDeclareElement
 MathMLDeclareElement AbstractContainer.getDeclaration(int index)
          This method retrieves the index-th child declare element of this element.
 MathMLDeclareElement AbstractContainer.insertDeclaration(MathMLDeclareElement newDeclaration, int index)
          This method inserts newDeclaration before the current index-th child declare element of this element.
 MathMLDeclareElement AbstractContainer.removeDeclaration(int index)
          This method removes the MathMLDeclareElement representing the index-th declare child element of this element, and returns it to the caller.
 MathMLDeclareElement AbstractContainer.setDeclaration(MathMLDeclareElement newDeclaration, int index)
          This method inserts newDeclaration as the index-th child declaration of this element.
 

Methods in net.sourceforge.jeuclid.elements.presentation with parameters of type MathMLDeclareElement
 MathMLDeclareElement AbstractContainer.insertDeclaration(MathMLDeclareElement newDeclaration, int index)
          This method inserts newDeclaration before the current index-th child declare element of this element.
 MathMLDeclareElement AbstractContainer.setDeclaration(MathMLDeclareElement newDeclaration, int index)
          This method inserts newDeclaration as the index-th child declaration of this element.
 

Uses of MathMLDeclareElement in org.w3c.dom.mathml
 

Methods in org.w3c.dom.mathml that return MathMLDeclareElement
 MathMLDeclareElement MathMLContainer.getDeclaration(int index)
          This method retrieves the index-th child declare element of this element.
 MathMLDeclareElement MathMLContainer.insertDeclaration(MathMLDeclareElement newDeclaration, int index)
          This method inserts newDeclaration before the current index-th child declare element of this element.
 MathMLDeclareElement MathMLContainer.removeDeclaration(int index)
          This method removes the MathMLDeclareElement representing the index-th declare child element of this element, and returns it to the caller.
 MathMLDeclareElement MathMLContainer.setDeclaration(MathMLDeclareElement newDeclaration, int index)
          This method inserts newDeclaration as the index-th child declaration of this element.
 

Methods in org.w3c.dom.mathml with parameters of type MathMLDeclareElement
 MathMLDeclareElement MathMLContainer.insertDeclaration(MathMLDeclareElement newDeclaration, int index)
          This method inserts newDeclaration before the current index-th child declare element of this element.
 MathMLDeclareElement MathMLContainer.setDeclaration(MathMLDeclareElement newDeclaration, int index)
          This method inserts newDeclaration as the index-th child declaration of this element.
 



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