|
||||||||||
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 |
JEuclidElement
Interface for all MathElements within JEuclid. |
Classes in net.sourceforge.jeuclid.elements that implement MathMLElement | |
---|---|
class |
AbstractElementWithDelegates
Generic class for all mathobjects that can be represented using other Math objects. |
class |
AbstractInvisibleJEuclidElement
Represents a MathElement with no content. |
class |
AbstractJEuclidElement
The 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 |
Annotation
This class represents a annotation element. |
class |
Semantics
This 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 |
ForeignElement
This class represents a foreign element. |
class |
MathImpl
The 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 |
AbstractContainer
Abstract 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 |
Maction
Represents 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 |
AbstractRoot
common superclass for root like elements (root, sqrt). |
class |
Menclose
Class for supporting "menclose" elements. |
class |
Merror
Represents an merror element. |
class |
Mfenced
The class represents the mfenced element. |
class |
Mfrac
This math element presents a mathematical fraction. |
class |
Mpadded
This class implements the mpadded element. |
class |
Mphantom
This class represents a phantom of a math element. |
class |
Mroot
This class presents a mathematical root. |
class |
Mrow
This class presents a row. |
class |
Msqrt
This class presents a mathematical square root. |
class |
Mstyle
This 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 |
AbstractScriptElement
Base class for msub, msup, msubsup, and mmultiscripts. |
class |
AbstractSubSuper
Generic support for all elements that have a subscript or a superscript attribute. |
class |
AbstractUnderOver
Implementation and helper methods for munder, mover, and munderover. |
class |
Mmultiscripts
Prescripts and Tensor Indices. |
class |
Mover
This class arranges a element over an other element. |
class |
Mprescripts
This class represent the empty elements mprescripts. |
class |
Msub
This class arranges an element lower to an other element. |
class |
Msubsup
This class arranges a element lower, and a other elements upper to an element. |
class |
Msup
This class arranges an element lower to an other element. |
class |
Munder
This class arranges an element under an other element. |
class |
Munderover
This class arranges an element under, and an other element over an element. |
class |
None
This 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 |
AbstractTableElement
Common functionality for all Table elements. |
class |
AbstractTableRow
Abstract class for table rows with and without label. |
class |
Maligngroup
This class represents the maligngroup tag. |
class |
Malignmark
This class represents the malignmark tag. |
class |
Mlabeledtr
This class represents the mlabeledtr tag. |
class |
Mtable
This class presents a table. |
class |
Mtd
This class presents a cell of a table. |
class |
Mtr
This 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 |
AbstractTokenWithTextLayout
Common functionality for all tokens based on a text layout. |
class |
Mglyph
Implements the mglyph element. |
class |
Mi
This class presents a mathematical identifier, like "x". |
class |
Mn
This class presents numbers in a equation. |
class |
Mo
This class presents a math operator, like "(" or "*". |
class |
Ms
This class represents string in a equation. |
class |
Mspace
This class presents a mspace. |
class |
Mtext
This 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 |
MathMLActionElement
This interface extends the MathMLPresentationContainer interface for the MathML enlivening expression element maction. |
interface |
MathMLAlignGroupElement
This interface extends the MathMLPresentationElement interface for the MathML group -alignment element maligngroup. |
interface |
MathMLAlignMarkElement
This interface extends the MathMLPresentationElement interface for the MathML alignment mark element malignmark. |
interface |
MathMLAnnotationElement
This interface represents the annotation element of MathML. |
interface |
MathMLApplyElement
The apply element allows a function or operator to be applied to its arguments. |
interface |
MathMLBvarElement
This interface represents the MathML bound variable element bvar. |
interface |
MathMLCaseElement
The piece element represents one of a sequence of cases used in the piecewise definition of a function. |
interface |
MathMLCiElement
The ci element is used to specify a symbolic name. |
interface |
MathMLCnElement
The cn element is used to specify actual numeric constants. |
interface |
MathMLConditionElement
The condition element is used to place a condition on one or more free variables or identifiers. |
interface |
MathMLContentContainer
This interface supports the MathML Content elements that may contain child Content elements. |
interface |
MathMLContentElement
This interface is provided to serve as a base interface for various MathML Content interfaces. |
interface |
MathMLContentToken
This is the interface from which the interfaces representing the MathML Content token elements (ci, cn and csymbol) are derived. |
interface |
MathMLCsymbolElement
This interface represents the csymbol element. |
interface |
MathMLDeclareElement
The declare construct has two primary roles. |
interface |
MathMLEncloseElement
This interface supports the menclose element . |
interface |
MathMLFencedElement
This interface extends the MathMLPresentationContainer interface for the MathML fenced content element mfenced. |
interface |
MathMLFnElement
The 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 |
MathMLFractionElement
This interface extends the MathMLPresentationElement interface for the MathML fraction element mfrac. |
interface |
MathMLGlyphElement
This interface supports the mglyph element . |
interface |
MathMLIntervalElement
The interval element is used to represent simple mathematical intervals on the real number line. |
interface |
MathMLLabeledRowElement
This interface extends the MathMLTableRowElement interface to represent the mlabeledtr element . |
interface |
MathMLLambdaElement
The lambda element is used to construct a user-defined function from an expression and one or more free variables. |
interface |
MathMLListElement
The list element is the container element which represents a list of elements. |
interface |
MathMLMathElement
This interface represents the top-level MathML math element. |
interface |
MathMLMatrixElement
The matrix element is the container element for matrixrow elements. |
interface |
MathMLMatrixrowElement
The matrixrow element is the container element for the elements of a matrix. |
interface |
MathMLMultiScriptsElement
This interface extends the MathMLPresentationElement interface for the MathML multiscripts (including prescripts or tensors) element mmultiscripts. |
interface |
MathMLOperatorElement
This interface extends the MathMLPresentationToken interface for the MathML operator element mo. |
interface |
MathMLPaddedElement
This interface extends the MathMLElement interface for the MathML spacing adjustment element mpadded. |
interface |
MathMLPiecewiseElement
The piecewise element represents the piecewise definition of a function. |
interface |
MathMLPredefinedSymbol
This 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 |
MathMLPresentationContainer
This interface represents MathML Presentation elements that may contain arbitrarily many child elements. |
interface |
MathMLPresentationElement
This interface is provided to serve as a base interface for various MathML Presentation interfaces. |
interface |
MathMLPresentationToken
This interface extends the MathMLElement interface to include access for attributes specific to text presentation. |
interface |
MathMLRadicalElement
This interface extends the MathMLPresentationElement interface for the MathML radical and square root elements mroot and msqrt. |
interface |
MathMLScriptElement
This interface extends the MathMLPresentationElement interface for the MathML subscript, superscript and subscript-superscript pair elements msub, msup, and msubsup. |
interface |
MathMLSemanticsElement
This interface represents the semantics element in MathML. |
interface |
MathMLSetElement
The set element is the container element that represents a set of elements. |
interface |
MathMLSpaceElement
This interface extends the MathMLPresentationElement interface for the MathML space element mspace. |
interface |
MathMLStringLitElement
This interface extends the MathMLPresentationToken interface for the MathML string literal element ms. |
interface |
MathMLStyleElement
This interface extends the MathMLElement interface for the MathML style element mstyle. |
interface |
MathMLTableCellElement
This interface extends the MathMLPresentationContainer interface for the MathML table or matrix cell element mtd. |
interface |
MathMLTableElement
This interface extends the MathMLPresentationElement interface for the MathML table or matrix element mtable. |
interface |
MathMLTableRowElement
This interface extends the MathMLPresentationElement interface for the MathML table or matrix row element mtr. |
interface |
MathMLTendsToElement
The tendsto element expresses that a quantity is tending to a specified value. |
interface |
MathMLUnderOverElement
This interface extends the MathMLPresentationElement interface for the MathML underscript, overscript and overscript-underscript pair elements munder, mover and munderover. |
interface |
MathMLVectorElement
vector is the container element for a vector. |
interface |
MathMLXMLAnnotationElement
This 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 |