| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MathMLElement | |
|---|---|
| net.sourceforge.jeuclid.elements | Provides support for generic MathML elements. | 
| net.sourceforge.jeuclid.elements.content.semantic | Semantic Mapping Elements (4.11). | 
| net.sourceforge.jeuclid.elements.generic | Provides support for MathML elements. | 
| net.sourceforge.jeuclid.elements.presentation | Provides support for presentation markup (3). | 
| net.sourceforge.jeuclid.elements.presentation.enlivening | Enlivening Expressions presentation element support (3.6). | 
| net.sourceforge.jeuclid.elements.presentation.general | General Layout Schemata presentation element support (3.3). | 
| net.sourceforge.jeuclid.elements.presentation.script | Script and Limit Schemata presentation element support (3.4). | 
| net.sourceforge.jeuclid.elements.presentation.table | Tables and Matrices presentation element support (3.5). | 
| net.sourceforge.jeuclid.elements.presentation.token | Token Elements presentation element support (3.2). | 
| org.w3c.dom.mathml | Standard MathML DOM Model. | 
| Uses of MathMLElement in net.sourceforge.jeuclid.elements | 
|---|
| Subinterfaces of MathMLElement in net.sourceforge.jeuclid.elements | |
|---|---|
|  interface | JEuclidElementInterface for all MathElements within JEuclid. | 
| Classes in net.sourceforge.jeuclid.elements that implement MathMLElement | |
|---|---|
|  class | AbstractElementWithDelegatesGeneric class for all mathobjects that can be represented using other Math objects. | 
|  class | AbstractInvisibleJEuclidElementRepresents a MathElement with no content. | 
|  class | AbstractJEuclidElementThe basic class for all math elements. | 
| Methods in net.sourceforge.jeuclid.elements with parameters of type MathMLElement | |
|---|---|
|  void | AbstractJEuclidElement.addMathElement(MathMLElement child)Add a math element as a child. | 
| protected  void | AbstractJEuclidElement.setMathElement(int index,
                             MathMLElement newElement)Sets a specific child to the newElement, creating other subelements as necessary. | 
| Uses of MathMLElement in net.sourceforge.jeuclid.elements.content.semantic | 
|---|
| Classes in net.sourceforge.jeuclid.elements.content.semantic that implement MathMLElement | |
|---|---|
|  class | AnnotationThis class represents a annotation element. | 
|  class | SemanticsThis class represents a semantics element. | 
| Methods in net.sourceforge.jeuclid.elements.content.semantic that return MathMLElement | |
|---|---|
|  MathMLElement | Semantics.getAnnotation(int index)This method gives access to the index-th alternate content associated with a semantics element. | 
|  MathMLElement | Semantics.getBody()This attribute represents the first child of the semantics element, i.e. the child giving the primary content represented by the element. | 
|  MathMLElement | Semantics.insertAnnotation(MathMLElement newAnnotation,
                                 int index)This method inserts newAnnotation before the current index-th alternate content associated with a semantics element. | 
|  MathMLElement | Semantics.removeAnnotation(int index)A convenience method to delete the index-th alternate content associated with this semantics element, and to return it to the caller. | 
|  MathMLElement | Semantics.setAnnotation(MathMLElement newAnnotation,
                           int index)This method allows setting or replacement of the index-th alternate content associated with a semantics element. | 
| Methods in net.sourceforge.jeuclid.elements.content.semantic with parameters of type MathMLElement | |
|---|---|
|  MathMLElement | Semantics.insertAnnotation(MathMLElement newAnnotation,
                                 int index)This method inserts newAnnotation before the current index-th alternate content associated with a semantics element. | 
|  MathMLElement | Semantics.setAnnotation(MathMLElement newAnnotation,
                           int index)This method allows setting or replacement of the index-th alternate content associated with a semantics element. | 
|  void | Semantics.setBody(MathMLElement body)setter for the body attribute. | 
| Uses of MathMLElement in net.sourceforge.jeuclid.elements.generic | 
|---|
| Classes in net.sourceforge.jeuclid.elements.generic that implement MathMLElement | |
|---|---|
|  class | ForeignElementThis class represents a foreign element. | 
|  class | MathImplThe root element for creating a MathElement tree. | 
| Uses of MathMLElement in net.sourceforge.jeuclid.elements.presentation | 
|---|
| Classes in net.sourceforge.jeuclid.elements.presentation that implement MathMLElement | |
|---|---|
|  class | AbstractContainerAbstract implementation for all classes that provide support for the DOM MathMLContainer interface. | 
| Methods in net.sourceforge.jeuclid.elements.presentation that return MathMLElement | |
|---|---|
|  MathMLElement | AbstractContainer.getArgument(int index)This method returns the indexth child argument element of this element. | 
|  MathMLElement | AbstractContainer.insertArgument(MathMLElement newArgument,
                             int index)This method inserts newArgument before the current index-th argument of this element. | 
|  MathMLElement | AbstractContainer.removeArgument(int index)This method deletes the index-th child element that is an argument of this element, and returns it to the caller. | 
|  MathMLElement | AbstractContainer.setArgument(MathMLElement newArgument,
                       int index)This method sets newArgument as the index-th argument of this element. | 
| Methods in net.sourceforge.jeuclid.elements.presentation with parameters of type MathMLElement | |
|---|---|
|  MathMLElement | AbstractContainer.insertArgument(MathMLElement newArgument,
                             int index)This method inserts newArgument before the current index-th argument of this element. | 
|  MathMLElement | AbstractContainer.setArgument(MathMLElement newArgument,
                       int index)This method sets newArgument as the index-th argument of this element. | 
| Uses of MathMLElement in net.sourceforge.jeuclid.elements.presentation.enlivening | 
|---|
| Classes in net.sourceforge.jeuclid.elements.presentation.enlivening that implement MathMLElement | |
|---|---|
|  class | MactionRepresents an maction element. | 
| Uses of MathMLElement in net.sourceforge.jeuclid.elements.presentation.general | 
|---|
| Classes in net.sourceforge.jeuclid.elements.presentation.general that implement MathMLElement | |
|---|---|
|  class | AbstractRootcommon superclass for root like elements (root, sqrt). | 
|  class | MencloseClass for supporting "menclose" elements. | 
|  class | MerrorRepresents an merror element. | 
|  class | MfencedThe class represents the mfenced element. | 
|  class | MfracThis math element presents a mathematical fraction. | 
|  class | MpaddedThis class implements the mpadded element. | 
|  class | MphantomThis class represents a phantom of a math element. | 
|  class | MrootThis class presents a mathematical root. | 
|  class | MrowThis class presents a row. | 
|  class | MsqrtThis class presents a mathematical square root. | 
|  class | MstyleThis class arrange an element lower to an other element. | 
| Methods in net.sourceforge.jeuclid.elements.presentation.general that return MathMLElement | |
|---|---|
|  MathMLElement | Mfrac.getDenominator()The second child MathMLElement of the MathMLFractionElement; represents the denominator of the represented fraction. | 
|  MathMLElement | Msqrt.getIndex()The second child MathMLElement of the MathMLRadicalElement; represents the index of the represented radical. | 
|  MathMLElement | Mroot.getIndex()The second child MathMLElement of the MathMLRadicalElement; represents the index of the represented radical. | 
|  MathMLElement | Mfrac.getNumerator()The first child MathMLElement of the MathMLFractionElement; represents the numerator of the represented fraction. | 
|  MathMLElement | Msqrt.getRadicand()The first child MathMLElement of the MathMLRadicalElement; represents the base of the represented radical. | 
|  MathMLElement | Mroot.getRadicand()The first child MathMLElement of the MathMLRadicalElement; represents the base of the represented radical. | 
| Methods in net.sourceforge.jeuclid.elements.presentation.general with parameters of type MathMLElement | |
|---|---|
|  void | Mfrac.setDenominator(MathMLElement denominator)setter for the denominator attribute. | 
|  void | Msqrt.setIndex(MathMLElement index)setter for the index attribute. | 
|  void | Mroot.setIndex(MathMLElement index)setter for the index attribute. | 
|  void | Mfrac.setNumerator(MathMLElement numerator)setter for the numerator attribute. | 
|  void | Msqrt.setRadicand(MathMLElement radicand)setter for the radicand attribute. | 
|  void | Mroot.setRadicand(MathMLElement radicand)setter for the radicand attribute. | 
| Uses of MathMLElement in net.sourceforge.jeuclid.elements.presentation.script | 
|---|
| Classes in net.sourceforge.jeuclid.elements.presentation.script that implement MathMLElement | |
|---|---|
|  class | AbstractScriptElementBase class for msub, msup, msubsup, and mmultiscripts. | 
|  class | AbstractSubSuperGeneric support for all elements that have a subscript or a superscript attribute. | 
|  class | AbstractUnderOverImplementation and helper methods for munder, mover, and munderover. | 
|  class | MmultiscriptsPrescripts and Tensor Indices. | 
|  class | MoverThis class arranges a element over an other element. | 
|  class | MprescriptsThis class represent the empty elements mprescripts. | 
|  class | MsubThis class arranges an element lower to an other element. | 
|  class | MsubsupThis class arranges a element lower, and a other elements upper to an element. | 
|  class | MsupThis class arranges an element lower to an other element. | 
|  class | MunderThis class arranges an element under an other element. | 
|  class | MunderoverThis class arranges an element under, and an other element over an element. | 
|  class | NoneThis class represent the empty elements none. | 
| Methods in net.sourceforge.jeuclid.elements.presentation.script that return MathMLElement | |
|---|---|
|  MathMLElement | Mmultiscripts.getPreSubScript(int colIndex)A convenience method to retrieve pre-subscript children of the element, referenced by column index . | 
|  MathMLElement | Mmultiscripts.getPreSuperScript(int colIndex)A convenience method to retrieve pre-superscript children of the element, referenced by column index . | 
|  MathMLElement | Mmultiscripts.getSubScript(int colIndex)A convenience method to retrieve subscript children of the element, referenced by column index. | 
|  MathMLElement | Mmultiscripts.getSuperScript(int colIndex)A convenience method to retrieve superscript children of the element, referenced by column index . | 
|  MathMLElement | Mmultiscripts.insertPreSubScriptBefore(int colIndex,
                                                 MathMLElement newScript)A convenience method to insert a pre-subscript before the position referenced by column index. | 
|  MathMLElement | Mmultiscripts.insertPreSuperScriptBefore(int colIndex,
                                                     MathMLElement newScript)A convenience method to insert a pre-superscript before the position referenced by column index. | 
|  MathMLElement | Mmultiscripts.insertSubScriptBefore(int colIndex,
                                           MathMLElement newScript)A convenience method to insert a subscript before the position referenced by column index. | 
|  MathMLElement | Mmultiscripts.insertSuperScriptBefore(int colIndex,
                                               MathMLElement newScript)A convenience method to insert a superscript before the position referenced by column index. | 
|  MathMLElement | Mmultiscripts.setPreSubScriptAt(int colIndex,
                                   MathMLElement newScript)A convenience method to set the pre-subscript child at the position referenced by colIndex. | 
|  MathMLElement | Mmultiscripts.setPreSuperScriptAt(int colIndex,
                                       MathMLElement newScript)A convenience method to set the pre-superscript child at the position referenced by colIndex. | 
|  MathMLElement | Mmultiscripts.setSubScriptAt(int colIndex,
                             MathMLElement newScript)A convenience method to set the subscript child at the position referenced by colIndex. | 
|  MathMLElement | Mmultiscripts.setSuperScriptAt(int colIndex,
                                 MathMLElement newScript)A convenience method to set the superscript child at the position referenced by colIndex. | 
| Methods in net.sourceforge.jeuclid.elements.presentation.script with parameters of type MathMLElement | |
|---|---|
|  MathMLElement | Mmultiscripts.insertPreSubScriptBefore(int colIndex,
                                                 MathMLElement newScript)A convenience method to insert a pre-subscript before the position referenced by column index. | 
|  MathMLElement | Mmultiscripts.insertPreSuperScriptBefore(int colIndex,
                                                     MathMLElement newScript)A convenience method to insert a pre-superscript before the position referenced by column index. | 
|  MathMLElement | Mmultiscripts.insertSubScriptBefore(int colIndex,
                                           MathMLElement newScript)A convenience method to insert a subscript before the position referenced by column index. | 
|  MathMLElement | Mmultiscripts.insertSuperScriptBefore(int colIndex,
                                               MathMLElement newScript)A convenience method to insert a superscript before the position referenced by column index. | 
|  void | Msup.setBase(MathMLElement base)setter for the base attribute. | 
|  void | Msubsup.setBase(MathMLElement base)setter for the base attribute. | 
|  void | Msub.setBase(MathMLElement base)setter for the base attribute. | 
|  void | Mmultiscripts.setBase(MathMLElement base)setter for the base attribute. | 
|  void | AbstractUnderOver.setBase(MathMLElement base)setter for the base attribute. | 
|  void | Munderover.setOverscript(MathMLElement overscript)setter for the overscript attribute. | 
|  void | Munder.setOverscript(MathMLElement overscript)setter for the overscript attribute. | 
|  void | Mover.setOverscript(MathMLElement overscript)setter for the overscript attribute. | 
|  MathMLElement | Mmultiscripts.setPreSubScriptAt(int colIndex,
                                   MathMLElement newScript)A convenience method to set the pre-subscript child at the position referenced by colIndex. | 
|  MathMLElement | Mmultiscripts.setPreSuperScriptAt(int colIndex,
                                       MathMLElement newScript)A convenience method to set the pre-superscript child at the position referenced by colIndex. | 
|  void | Msup.setSubscript(MathMLElement subscript)setter for the subscript attribute. | 
|  void | Msubsup.setSubscript(MathMLElement subscript)setter for the subscript attribute. | 
|  void | Msub.setSubscript(MathMLElement subscript)setter for the subscript attribute. | 
|  MathMLElement | Mmultiscripts.setSubScriptAt(int colIndex,
                             MathMLElement newScript)A convenience method to set the subscript child at the position referenced by colIndex. | 
|  void | Msup.setSuperscript(MathMLElement superscript)setter for the superscript attribute. | 
|  void | Msubsup.setSuperscript(MathMLElement superscript)setter for the superscript attribute. | 
|  void | Msub.setSuperscript(MathMLElement superscript)setter for the superscript attribute. | 
|  MathMLElement | Mmultiscripts.setSuperScriptAt(int colIndex,
                                 MathMLElement newScript)A convenience method to set the superscript child at the position referenced by colIndex. | 
|  void | Munderover.setUnderscript(MathMLElement underscript)setter for the underscript attribute. | 
|  void | Munder.setUnderscript(MathMLElement underscript)setter for the underscript attribute. | 
|  void | Mover.setUnderscript(MathMLElement underscript)setter for the underscript attribute. | 
| Uses of MathMLElement in net.sourceforge.jeuclid.elements.presentation.table | 
|---|
| Classes in net.sourceforge.jeuclid.elements.presentation.table that implement MathMLElement | |
|---|---|
|  class | AbstractTableElementCommon functionality for all Table elements. | 
|  class | AbstractTableRowAbstract class for table rows with and without label. | 
|  class | MaligngroupThis class represents the maligngroup tag. | 
|  class | MalignmarkThis class represents the malignmark tag. | 
|  class | MlabeledtrThis class represents the mlabeledtr tag. | 
|  class | MtableThis class presents a table. | 
|  class | MtdThis class presents a cell of a table. | 
|  class | MtrThis class presents a row in MathTable. | 
| Methods in net.sourceforge.jeuclid.elements.presentation.table that return MathMLElement | |
|---|---|
|  MathMLElement | Mlabeledtr.getLabel()A MathMLElement representing the label of this row. | 
| Methods in net.sourceforge.jeuclid.elements.presentation.table with parameters of type MathMLElement | |
|---|---|
|  void | Mlabeledtr.setLabel(MathMLElement label)setter for the label attribute. | 
| Uses of MathMLElement in net.sourceforge.jeuclid.elements.presentation.token | 
|---|
| Classes in net.sourceforge.jeuclid.elements.presentation.token that implement MathMLElement | |
|---|---|
|  class | AbstractTokenWithTextLayoutCommon functionality for all tokens based on a text layout. | 
|  class | MglyphImplements the mglyph element. | 
|  class | MiThis class presents a mathematical identifier, like "x". | 
|  class | MnThis class presents numbers in a equation. | 
|  class | MoThis class presents a math operator, like "(" or "*". | 
|  class | MsThis class represents string in a equation. | 
|  class | MspaceThis class presents a mspace. | 
|  class | MtextThis class presents text in a equation and contains some utility methods. | 
| Uses of MathMLElement in org.w3c.dom.mathml | 
|---|
| Subinterfaces of MathMLElement in org.w3c.dom.mathml | |
|---|---|
|  interface | MathMLActionElementThis interface extends the MathMLPresentationContainer interface for the MathML enlivening expression element maction. | 
|  interface | MathMLAlignGroupElementThis interface extends the MathMLPresentationElement interface for the MathML group -alignment element maligngroup. | 
|  interface | MathMLAlignMarkElementThis interface extends the MathMLPresentationElement interface for the MathML alignment mark element malignmark. | 
|  interface | MathMLAnnotationElementThis interface represents the annotation element of MathML. | 
|  interface | MathMLApplyElementThe apply element allows a function or operator to be applied to its arguments. | 
|  interface | MathMLBvarElementThis interface represents the MathML bound variable element bvar. | 
|  interface | MathMLCaseElementThe piece element represents one of a sequence of cases used in the piecewise definition of a function. | 
|  interface | MathMLCiElementThe ci element is used to specify a symbolic name. | 
|  interface | MathMLCnElementThe cn element is used to specify actual numeric constants. | 
|  interface | MathMLConditionElementThe condition element is used to place a condition on one or more free variables or identifiers. | 
|  interface | MathMLContentContainerThis interface supports the MathML Content elements that may contain child Content elements. | 
|  interface | MathMLContentElementThis interface is provided to serve as a base interface for various MathML Content interfaces. | 
|  interface | MathMLContentTokenThis is the interface from which the interfaces representing the MathML Content token elements (ci, cn and csymbol) are derived. | 
|  interface | MathMLCsymbolElementThis interface represents the csymbol element. | 
|  interface | MathMLDeclareElementThe declare construct has two primary roles. | 
|  interface | MathMLEncloseElementThis interface supports the menclose element . | 
|  interface | MathMLFencedElementThis interface extends the MathMLPresentationContainer interface for the MathML fenced content element mfenced. | 
|  interface | MathMLFnElementThe fn element makes explicit the fact that a more general MathML object is intended to be used in the same manner as if it were a pre-defined function such as sin or plus. | 
|  interface | MathMLFractionElementThis interface extends the MathMLPresentationElement interface for the MathML fraction element mfrac. | 
|  interface | MathMLGlyphElementThis interface supports the mglyph element . | 
|  interface | MathMLIntervalElementThe interval element is used to represent simple mathematical intervals on the real number line. | 
|  interface | MathMLLabeledRowElementThis interface extends the MathMLTableRowElement interface to represent the mlabeledtr element . | 
|  interface | MathMLLambdaElementThe lambda element is used to construct a user-defined function from an expression and one or more free variables. | 
|  interface | MathMLListElementThe list element is the container element which represents a list of elements. | 
|  interface | MathMLMathElementThis interface represents the top-level MathML math element. | 
|  interface | MathMLMatrixElementThe matrix element is the container element for matrixrow elements. | 
|  interface | MathMLMatrixrowElementThe matrixrow element is the container element for the elements of a matrix. | 
|  interface | MathMLMultiScriptsElementThis interface extends the MathMLPresentationElement interface for the MathML multiscripts (including prescripts or tensors) element mmultiscripts. | 
|  interface | MathMLOperatorElementThis interface extends the MathMLPresentationToken interface for the MathML operator element mo. | 
|  interface | MathMLPaddedElementThis interface extends the MathMLElement interface for the MathML spacing adjustment element mpadded. | 
|  interface | MathMLPiecewiseElementThe piecewise element represents the piecewise definition of a function. | 
|  interface | MathMLPredefinedSymbolThis interface supports all of the empty built-in operator, relation, function, and constant and symbol elements that have the definitionURL and encoding attributes in addition to the standard set of attributes. | 
|  interface | MathMLPresentationContainerThis interface represents MathML Presentation elements that may contain arbitrarily many child elements. | 
|  interface | MathMLPresentationElementThis interface is provided to serve as a base interface for various MathML Presentation interfaces. | 
|  interface | MathMLPresentationTokenThis interface extends the MathMLElement interface to include access for attributes specific to text presentation. | 
|  interface | MathMLRadicalElementThis interface extends the MathMLPresentationElement interface for the MathML radical and square root elements mroot and msqrt. | 
|  interface | MathMLScriptElementThis interface extends the MathMLPresentationElement interface for the MathML subscript, superscript and subscript-superscript pair elements msub, msup, and msubsup. | 
|  interface | MathMLSemanticsElementThis interface represents the semantics element in MathML. | 
|  interface | MathMLSetElementThe set element is the container element that represents a set of elements. | 
|  interface | MathMLSpaceElementThis interface extends the MathMLPresentationElement interface for the MathML space element mspace. | 
|  interface | MathMLStringLitElementThis interface extends the MathMLPresentationToken interface for the MathML string literal element ms. | 
|  interface | MathMLStyleElementThis interface extends the MathMLElement interface for the MathML style element mstyle. | 
|  interface | MathMLTableCellElementThis interface extends the MathMLPresentationContainer interface for the MathML table or matrix cell element mtd. | 
|  interface | MathMLTableElementThis interface extends the MathMLPresentationElement interface for the MathML table or matrix element mtable. | 
|  interface | MathMLTableRowElementThis interface extends the MathMLPresentationElement interface for the MathML table or matrix row element mtr. | 
|  interface | MathMLTendsToElementThe tendsto element expresses that a quantity is tending to a specified value. | 
|  interface | MathMLUnderOverElementThis interface extends the MathMLPresentationElement interface for the MathML underscript, overscript and overscript-underscript pair elements munder, mover and munderover. | 
|  interface | MathMLVectorElementvector is the container element for a vector. | 
|  interface | MathMLXMLAnnotationElementThis interface represents the annotation-xml element of MathML. | 
| Methods in org.w3c.dom.mathml that return MathMLElement | |
|---|---|
|  MathMLElement | MathMLSemanticsElement.getAnnotation(int index)This method gives access to the index-th alternate content associated with a semantics element. | 
|  MathMLElement | MathMLContainer.getArgument(int index)This method returns the indexth child argument element of this element. | 
|  MathMLElement | MathMLUnderOverElement.getBase()A MathMLElement representing the base of the script. | 
|  MathMLElement | MathMLScriptElement.getBase()A MathMLElement representing the base of the script. | 
|  MathMLElement | MathMLMultiScriptsElement.getBase()A MathMLElement representing the base of the script. | 
|  MathMLElement | MathMLSemanticsElement.getBody()This attribute represents the first child of the semantics element, i.e. the child giving the primary content represented by the element. | 
|  MathMLElement | MathMLDeclareElement.getConstructor()An optional MathMLElement providing an initial value for the object being declared. | 
|  MathMLElement | MathMLFractionElement.getDenominator()The second child MathMLElement of the MathMLFractionElement; represents the denominator of the represented fraction. | 
|  MathMLElement | MathMLContentContainer.getDomainOfApplication()This attribute represents the domainofapplication child element of this node, if present. | 
|  MathMLElement | MathMLLambdaElement.getExpression()The MathMLElement representing the expression. | 
|  MathMLElement | MathMLRadicalElement.getIndex()The second child MathMLElement of the MathMLRadicalElement; represents the index of the represented radical. | 
|  MathMLElement | MathMLLabeledRowElement.getLabel()A MathMLElement representing the label of this row. | 
|  MathMLElement | MathMLApplyElement.getLowLimit()This attribute represents the lowlimit child element of this node (if any). | 
|  MathMLElement | MathMLContentContainer.getMomentAbout()This attribute represents the momentabout child element of this node, if present. | 
|  MathMLElement | MathMLFractionElement.getNumerator()The first child MathMLElement of the MathMLFractionElement; represents the numerator of the represented fraction. | 
|  MathMLElement | MathMLContentContainer.getOpDegree()This attribute represents the degree child element of this node. | 
|  MathMLElement | MathMLApplyElement.getOperator()The MathML element representing the function or operator that is applied to the list of arguments. | 
|  MathMLElement | MathMLUnderOverElement.getOverscript()A MathMLElement representing the overscript of the script. | 
|  MathMLElement | MathMLMultiScriptsElement.getPreSubScript(int colIndex)A convenience method to retrieve pre-subscript children of the element, referenced by column index . | 
|  MathMLElement | MathMLMultiScriptsElement.getPreSuperScript(int colIndex)A convenience method to retrieve pre-superscript children of the element, referenced by column index . | 
|  MathMLElement | MathMLRadicalElement.getRadicand()The first child MathMLElement of the MathMLRadicalElement; represents the base of the represented radical. | 
|  MathMLElement | MathMLScriptElement.getSubscript()A MathMLElement representing the subscript of the script. | 
|  MathMLElement | MathMLMultiScriptsElement.getSubScript(int colIndex)A convenience method to retrieve subscript children of the element, referenced by column index. | 
|  MathMLElement | MathMLScriptElement.getSuperscript()A MathMLElement representing the superscript of the script. | 
|  MathMLElement | MathMLMultiScriptsElement.getSuperScript(int colIndex)A convenience method to retrieve superscript children of the element, referenced by column index . | 
|  MathMLElement | MathMLUnderOverElement.getUnderscript()A MathMLElement representing the underscript of the script. | 
|  MathMLElement | MathMLApplyElement.getUpLimit()This attribute represents the uplimit child element of this node (if any). | 
|  MathMLElement | MathMLSemanticsElement.insertAnnotation(MathMLElement newAnnotation,
                                 int index)This method inserts newAnnotation before the current index-th alternate content associated with a semantics element. | 
|  MathMLElement | MathMLContainer.insertArgument(MathMLElement newArgument,
                             int index)This method inserts newArgument before the current index-th argument of this element. | 
|  MathMLElement | MathMLMultiScriptsElement.insertPreSubScriptBefore(int colIndex,
                                                 MathMLElement newScript)A convenience method to insert a pre-subscript before the position referenced by column index. | 
|  MathMLElement | MathMLMultiScriptsElement.insertPreSuperScriptBefore(int colIndex,
                                                     MathMLElement newScript)A convenience method to insert a pre-superscript before the position referenced by column index. | 
|  MathMLElement | MathMLMultiScriptsElement.insertSubScriptBefore(int colIndex,
                                           MathMLElement newScript)A convenience method to insert a subscript before the position referenced by column index. | 
|  MathMLElement | MathMLMultiScriptsElement.insertSuperScriptBefore(int colIndex,
                                               MathMLElement newScript)A convenience method to insert a superscript before the position referenced by column index. | 
|  MathMLElement | MathMLSemanticsElement.removeAnnotation(int index)A convenience method to delete the index-th alternate content associated with this semantics element, and to return it to the caller. | 
|  MathMLElement | MathMLContainer.removeArgument(int index)This method deletes the index-th child element that is an argument of this element, and returns it to the caller. | 
|  MathMLElement | MathMLSemanticsElement.setAnnotation(MathMLElement newAnnotation,
                           int index)This method allows setting or replacement of the index-th alternate content associated with a semantics element. | 
|  MathMLElement | MathMLContainer.setArgument(MathMLElement newArgument,
                       int index)This method sets newArgument as the index-th argument of this element. | 
|  MathMLElement | MathMLMultiScriptsElement.setPreSubScriptAt(int colIndex,
                                   MathMLElement newScript)A convenience method to set the pre-subscript child at the position referenced by colIndex. | 
|  MathMLElement | MathMLMultiScriptsElement.setPreSuperScriptAt(int colIndex,
                                       MathMLElement newScript)A convenience method to set the pre-superscript child at the position referenced by colIndex. | 
|  MathMLElement | MathMLMultiScriptsElement.setSubScriptAt(int colIndex,
                             MathMLElement newScript)A convenience method to set the subscript child at the position referenced by colIndex. | 
|  MathMLElement | MathMLMultiScriptsElement.setSuperScriptAt(int colIndex,
                                 MathMLElement newScript)A convenience method to set the superscript child at the position referenced by colIndex. | 
| Methods in org.w3c.dom.mathml with parameters of type MathMLElement | |
|---|---|
|  MathMLElement | MathMLSemanticsElement.insertAnnotation(MathMLElement newAnnotation,
                                 int index)This method inserts newAnnotation before the current index-th alternate content associated with a semantics element. | 
|  MathMLElement | MathMLContainer.insertArgument(MathMLElement newArgument,
                             int index)This method inserts newArgument before the current index-th argument of this element. | 
|  MathMLElement | MathMLMultiScriptsElement.insertPreSubScriptBefore(int colIndex,
                                                 MathMLElement newScript)A convenience method to insert a pre-subscript before the position referenced by column index. | 
|  MathMLElement | MathMLMultiScriptsElement.insertPreSuperScriptBefore(int colIndex,
                                                     MathMLElement newScript)A convenience method to insert a pre-superscript before the position referenced by column index. | 
|  MathMLElement | MathMLMultiScriptsElement.insertSubScriptBefore(int colIndex,
                                           MathMLElement newScript)A convenience method to insert a subscript before the position referenced by column index. | 
|  MathMLElement | MathMLMultiScriptsElement.insertSuperScriptBefore(int colIndex,
                                               MathMLElement newScript)A convenience method to insert a superscript before the position referenced by column index. | 
|  MathMLElement | MathMLSemanticsElement.setAnnotation(MathMLElement newAnnotation,
                           int index)This method allows setting or replacement of the index-th alternate content associated with a semantics element. | 
|  MathMLElement | MathMLContainer.setArgument(MathMLElement newArgument,
                       int index)This method sets newArgument as the index-th argument of this element. | 
|  void | MathMLUnderOverElement.setBase(MathMLElement base)setter for the base attribute. | 
|  void | MathMLScriptElement.setBase(MathMLElement base)setter for the base attribute. | 
|  void | MathMLMultiScriptsElement.setBase(MathMLElement base)setter for the base attribute. | 
|  void | MathMLSemanticsElement.setBody(MathMLElement body)setter for the body attribute. | 
|  void | MathMLDeclareElement.setConstructor(MathMLElement constructor)setter for the constructor attribute. | 
|  void | MathMLFractionElement.setDenominator(MathMLElement denominator)setter for the denominator attribute. | 
|  void | MathMLContentContainer.setDomainOfApplication(MathMLElement domainOfApplication)setter for the domainOfApplication attribute. | 
|  void | MathMLLambdaElement.setExpression(MathMLElement expression)setter for the expression attribute. | 
|  void | MathMLRadicalElement.setIndex(MathMLElement index)setter for the index attribute. | 
|  void | MathMLLabeledRowElement.setLabel(MathMLElement label)setter for the label attribute. | 
|  void | MathMLApplyElement.setLowLimit(MathMLElement lowLimit)setter for the lowLimit attribute. | 
|  void | MathMLContentContainer.setMomentAbout(MathMLElement momentAbout)setter for the momentAbout attribute. | 
|  void | MathMLFractionElement.setNumerator(MathMLElement numerator)setter for the numerator attribute. | 
|  void | MathMLContentContainer.setOpDegree(MathMLElement opDegree)setter for the opDegree attribute. | 
|  void | MathMLApplyElement.setOperator(MathMLElement operator)setter for the operator attribute. | 
|  void | MathMLUnderOverElement.setOverscript(MathMLElement overscript)setter for the overscript attribute. | 
|  MathMLElement | MathMLMultiScriptsElement.setPreSubScriptAt(int colIndex,
                                   MathMLElement newScript)A convenience method to set the pre-subscript child at the position referenced by colIndex. | 
|  MathMLElement | MathMLMultiScriptsElement.setPreSuperScriptAt(int colIndex,
                                       MathMLElement newScript)A convenience method to set the pre-superscript child at the position referenced by colIndex. | 
|  void | MathMLRadicalElement.setRadicand(MathMLElement radicand)setter for the radicand attribute. | 
|  void | MathMLScriptElement.setSubscript(MathMLElement subscript)setter for the subscript attribute. | 
|  MathMLElement | MathMLMultiScriptsElement.setSubScriptAt(int colIndex,
                             MathMLElement newScript)A convenience method to set the subscript child at the position referenced by colIndex. | 
|  void | MathMLScriptElement.setSuperscript(MathMLElement superscript)setter for the superscript attribute. | 
|  MathMLElement | MathMLMultiScriptsElement.setSuperScriptAt(int colIndex,
                                 MathMLElement newScript)A convenience method to set the superscript child at the position referenced by colIndex. | 
|  void | MathMLUnderOverElement.setUnderscript(MathMLElement underscript)setter for the underscript attribute. | 
|  void | MathMLApplyElement.setUpLimit(MathMLElement upLimit)setter for the upLimit attribute. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||