Uses of Interface
org.w3c.dom.mathml.MathMLElement
Packages that use MathMLElement
Package
Description
Provides the
module.
invalid reference
org.episteme.core.ml.mathml
Provides the
org.w3c.dom.mathml module.-
Uses of MathMLElement in org.episteme.core.mathematics.loaders.mathml
Classes in org.episteme.core.mathematics.loaders.mathml that implement MathMLElementModifier and TypeClassDescriptionclassImplements a MathML action element.classImplements a MathML align group element.classImplements a MathML align mark element.classImplements a MathML annotation element.classImplements a MathMLapplyelement.classImplements a MathML predefined symbol (binary operation).classImplements a MathML predefined symbol (binary relation).classImplements a MathML bounded variable element.classImplements a MathML content identifier element.classImplements a MathML numeric content element.classImplements a MathML condition element.classImplements a MathML content container.classImplements a MathML content token.classImplements a MathML content symbol element.classImplements a MathML element (and node list).classImplements a MathML enclose element.classImplements a MathML fenced element.classImplements a MathML function element.classImplements a MathML fraction element.classImplements a MathML predefined symbol (function).classImplements a MathML glyph element.classImplements a MathMLlistelement.classImplements a MathMLmathelement.classImplements a MathMLmatrixelement.classImplements a MathMLmatrixrowelement.classImplements a MathML predefined symbol (n-ary operation).classImplements a MathML predefined symbol (n-ary relation).classImplements a MathML padded element.classImplements a MathML predefined symbol.classImplements a MathML presentation container.classImplements a MathML presentation token.classImplements a MathML radical element.classImplements a MathML script element.classImplements a MathMLsetelement.classImplements a MathML space element.classImplements a MathML string literal element.classImplements a MathMLtendstoelement.classImplements a MathML predefined symbol (unary operation).classImplements a MathML under-over element.classImplements a MathMLvectorelement.classImplements a MathML XML annotation element.Methods in org.episteme.core.mathematics.loaders.mathml that return MathMLElementModifier and TypeMethodDescriptionMathMLContentContainerImpl.getArgument(int index) Returns the argument at the specified index.MathMLMathElementImpl.getArgument(int index) Gets a specific argument by index.MathMLPresentationContainerImpl.getArgument(int index) Gets a specific argument by index.MathMLScriptElementImpl.getBase()documentation for this item.MathMLUnderOverElementImpl.getBase()documentation for this item.MathMLFractionElementImpl.getDenominator()Gets the denominator element of the fraction.MathMLContentContainerImpl.getDomainOfApplication()Returns thedomainofapplicationchild element.MathMLRadicalElementImpl.getIndex()Gets the index of this radical (for mroot).MathMLApplyElementImpl.getLowLimit()Returns the lower limit element.MathMLContentContainerImpl.getMomentAbout()Returns themomentaboutchild element.MathMLFractionElementImpl.getNumerator()Gets the numerator element of the fraction.MathMLContentContainerImpl.getOpDegree()Returns thedegreechild element.MathMLApplyElementImpl.getOperator()Returns the operator element (first child).MathMLUnderOverElementImpl.getOverscript()documentation for this item.MathMLRadicalElementImpl.getRadicand()Gets the radicand of this element.MathMLScriptElementImpl.getSubscript()documentation for this item.MathMLScriptElementImpl.getSuperscript()documentation for this item.MathMLUnderOverElementImpl.getUnderscript()documentation for this item.MathMLApplyElementImpl.getUpLimit()Returns the upper limit element.MathMLContentContainerImpl.insertArgument(MathMLElement newArgument, int index) Inserts a new argument at the specified index.MathMLMathElementImpl.insertArgument(MathMLElement newArgument, int index) Inserts an argument at a specific index.MathMLPresentationContainerImpl.insertArgument(MathMLElement newArgument, int index) Inserts an argument at a specific index.MathMLContentContainerImpl.removeArgument(int index) Removes the argument at the specified index.MathMLMathElementImpl.removeArgument(int index) Removes an argument at a specific index.MathMLPresentationContainerImpl.removeArgument(int index) Removes an argument at a specific index.MathMLContentContainerImpl.setArgument(MathMLElement newArgument, int index) Sets the argument at the specified index.MathMLMathElementImpl.setArgument(MathMLElement newArgument, int index) Sets or replaces an argument at a specific index.MathMLPresentationContainerImpl.setArgument(MathMLElement newArgument, int index) Sets or replaces an argument at a specific index.Methods in org.episteme.core.mathematics.loaders.mathml with parameters of type MathMLElementModifier and TypeMethodDescriptionMathMLContentContainerImpl.insertArgument(MathMLElement newArgument, int index) Inserts a new argument at the specified index.MathMLMathElementImpl.insertArgument(MathMLElement newArgument, int index) Inserts an argument at a specific index.MathMLPresentationContainerImpl.insertArgument(MathMLElement newArgument, int index) Inserts an argument at a specific index.MathMLContentContainerImpl.setArgument(MathMLElement newArgument, int index) Sets the argument at the specified index.MathMLMathElementImpl.setArgument(MathMLElement newArgument, int index) Sets or replaces an argument at a specific index.MathMLPresentationContainerImpl.setArgument(MathMLElement newArgument, int index) Sets or replaces an argument at a specific index.voidMathMLScriptElementImpl.setBase(MathMLElement base) documentation for this item.voidMathMLUnderOverElementImpl.setBase(MathMLElement base) documentation for this item.voidMathMLFractionElementImpl.setDenominator(MathMLElement denominator) Sets the denominator element of the fraction.voidMathMLContentContainerImpl.setDomainOfApplication(MathMLElement domainOfApplication) Sets thedomainofapplicationchild element.voidMathMLRadicalElementImpl.setIndex(MathMLElement index) Sets the index of this radical.voidMathMLApplyElementImpl.setLowLimit(MathMLElement lowlimit) Sets the lower limit element.voidMathMLContentContainerImpl.setMomentAbout(MathMLElement momentAbout) Sets themomentaboutchild element.voidMathMLFractionElementImpl.setNumerator(MathMLElement numerator) Sets the numerator element of the fraction.voidMathMLContentContainerImpl.setOpDegree(MathMLElement opDegree) Sets thedegreechild element.voidMathMLApplyElementImpl.setOperator(MathMLElement operator) Sets the operator element.voidMathMLUnderOverElementImpl.setOverscript(MathMLElement overscript) documentation for this item.voidMathMLRadicalElementImpl.setRadicand(MathMLElement radicand) Sets the radicand of this element.voidMathMLScriptElementImpl.setSubscript(MathMLElement subscript) documentation for this item.voidMathMLScriptElementImpl.setSuperscript(MathMLElement superscript) documentation for this item.voidMathMLUnderOverElementImpl.setUnderscript(MathMLElement underscript) documentation for this item.voidMathMLApplyElementImpl.setUpLimit(MathMLElement uplimit) Sets the upper limit element. -
Uses of MathMLElement in org.w3c.dom.mathml
Subinterfaces of MathMLElement in org.w3c.dom.mathmlModifier and TypeInterfaceDescriptioninterfaceThis interface represents the MathML MathMLActionElement element.interfaceThis interface represents the MathML MathMLAlignGroupElement element.interfaceThis interface represents the MathML MathMLAlignMarkElement element.interfaceThis interface represents the MathML MathMLAnnotationElement element.interfaceThis interface represents theapplyelement in MathML Content.interfaceThis interface represents the MathML MathMLBvarElement element.interfaceThis interface represents the MathML MathMLCaseElement element.interfaceThis interface represents the MathML MathMLCiElement element.interfaceThis interface represents the MathML MathMLCnElement element.interfaceThe condition element is the container element for the condition in a MathML content element (like forall, exists, etc.).interfaceThis interface represents the MathML MathMLContentContainer element.interfaceThis interface is the base interface for all MathML content elements.interfaceThis interface represents the MathML MathMLContentToken element.interfaceThis interface represents the MathML MathMLCsymbolElement element.interfaceThis interface represents the MathML MathMLDeclareElement element.interfaceThis interface represents the MathML MathMLEncloseElement element.interfaceThis interface represents the MathML MathMLFencedElement element.interfaceThis interface represents the MathML MathMLFnElement element.interfaceThis interface represents the MathML MathMLFractionElement element.interfaceThis interface provides support for the mglyph element, used to display non-standard symbols.interfaceThis interface represents the MathML MathMLIntervalElement element.interfaceThis interface represents the MathML MathMLLabeledRowElement element.interfaceThis interface represents the MathML MathMLLambdaElement element.interfaceThis interface represents the MathML MathMLListElement element.interfaceThis interface represents the top-levelmathelement in MathML.interfaceThis interface represents thematrixelement in MathML Content.interfaceThis interface represents the MathML MathMLMatrixrowElement element.interfaceThis interface represents the mmultiscripts element, which is used to attach multiple subscripts and superscripts to a base element.interfaceThis interface represents the MathML MathMLOperatorElement element.interfaceThis interface represents the MathML MathMLPaddedElement element.interfaceThis interface represents the MathML MathMLPiecewiseElement element.interfaceThis interface represents the MathML MathMLPredefinedSymbol element.interfaceThis interface represents the MathML MathMLPresentationContainer element.interfaceThis interface is the base interface for all MathML presentation elements.interfaceThis interface represents the MathML MathMLPresentationToken element.interfaceThis interface represents the MathML MathMLRadicalElement element.interfaceThis interface represents the MathML MathMLScriptElement element.interfaceThis interface represents the MathML MathMLSemanticsElement element.interfaceThis interface represents thesetelement in MathML Content.interfaceThis interface represents the MathML MathMLSpaceElement element.interfaceThis interface represents the MathML MathMLStringLitElement element.interfaceThis interface represents the MathML MathMLStyleElement element.interfaceThis interface represents the MathML MathMLTableCellElement element.interfaceThis interface represents the MathML MathMLTableElement element.interfaceThis interface represents the MathML MathMLTableRowElement element.interfaceThis interface represents the MathML MathMLTendsToElement element.interfaceThis interface represents the MathML MathMLUnderOverElement element.interfaceThis interface represents thevectorelement in MathML Content.interfaceThe xml-annotation element is used to store XML-based annotations in MathML.Methods in org.w3c.dom.mathml that return MathMLElementModifier and TypeMethodDescriptionMathMLSemanticsElement.getAnnotation(int index) This interface represents the MathML MathMLSemanticsElement element.MathMLContainer.getArgument(int index) Retrieves an argument at the specified index.MathMLMultiScriptsElement.getBase()Returns the base element to which scripts are attached.MathMLScriptElement.getBase()This interface represents the MathML MathMLScriptElement element.MathMLUnderOverElement.getBase()This interface represents the MathML MathMLUnderOverElement element.MathMLSemanticsElement.getBody()This interface represents the MathML MathMLSemanticsElement element.MathMLDeclareElement.getConstructor()This interface represents the MathML MathMLDeclareElement element.MathMLFractionElement.getDenominator()This interface represents the MathML MathMLFractionElement element.MathMLContentContainer.getDomainOfApplication()This interface represents the MathML MathMLContentContainer element.MathMLLambdaElement.getExpression()This interface represents the MathML MathMLLambdaElement element.MathMLRadicalElement.getIndex()This interface represents the MathML MathMLRadicalElement element.MathMLLabeledRowElement.getLabel()This interface represents the MathML MathMLLabeledRowElement element.MathMLApplyElement.getLowLimit()Returns the lower limit for the operator (e.g., for summation or integration).MathMLContentContainer.getMomentAbout()This interface represents the MathML MathMLContentContainer element.MathMLFractionElement.getNumerator()This interface represents the MathML MathMLFractionElement element.MathMLContentContainer.getOpDegree()This interface represents the MathML MathMLContentContainer element.MathMLApplyElement.getOperator()Returns the operator applied by this element.MathMLUnderOverElement.getOverscript()This interface represents the MathML MathMLUnderOverElement element.MathMLMultiScriptsElement.getPreSubScript(int colIndex) Retrieves the prescript subscript at the specified column index.MathMLMultiScriptsElement.getPreSuperScript(int colIndex) Retrieves the prescript superscript at the specified column index.MathMLRadicalElement.getRadicand()This interface represents the MathML MathMLRadicalElement element.MathMLScriptElement.getSubscript()This interface represents the MathML MathMLScriptElement element.MathMLMultiScriptsElement.getSubScript(int colIndex) Retrieves the postscript subscript at the specified column index.MathMLScriptElement.getSuperscript()This interface represents the MathML MathMLScriptElement element.MathMLMultiScriptsElement.getSuperScript(int colIndex) Retrieves the postscript superscript at the specified column index.MathMLUnderOverElement.getUnderscript()This interface represents the MathML MathMLUnderOverElement element.MathMLApplyElement.getUpLimit()Returns the upper limit for the operator.MathMLSemanticsElement.insertAnnotation(MathMLElement newAnnotation, int index) This interface represents the MathML MathMLSemanticsElement element.MathMLContainer.insertArgument(MathMLElement newArgument, int index) Inserts an argument at the specified index.MathMLMultiScriptsElement.insertPreSubScriptBefore(int colIndex, MathMLElement newScript) Inserts a new prescript subscript before the specified column.MathMLMultiScriptsElement.insertPreSuperScriptBefore(int colIndex, MathMLElement newScript) Inserts a new prescript superscript before the specified column.MathMLMultiScriptsElement.insertSubScriptBefore(int colIndex, MathMLElement newScript) Inserts a new postscript subscript before the specified column.MathMLMultiScriptsElement.insertSuperScriptBefore(int colIndex, MathMLElement newScript) Inserts a new postscript superscript before the specified column.MathMLSemanticsElement.removeAnnotation(int index) This interface represents the MathML MathMLSemanticsElement element.MathMLContainer.removeArgument(int index) Removes the argument at the specified index and returns it.MathMLSemanticsElement.setAnnotation(MathMLElement newAnnotation, int index) This interface represents the MathML MathMLSemanticsElement element.MathMLContainer.setArgument(MathMLElement newArgument, int index) Sets or replaces an argument at the specified index.MathMLMultiScriptsElement.setPreSubScriptAt(int colIndex, MathMLElement newScript) Sets the prescript subscript at the specified column.MathMLMultiScriptsElement.setPreSuperScriptAt(int colIndex, MathMLElement newScript) Sets the prescript superscript at the specified column.MathMLMultiScriptsElement.setSubScriptAt(int colIndex, MathMLElement newScript) Sets the postscript subscript at the specified column.MathMLMultiScriptsElement.setSuperScriptAt(int colIndex, MathMLElement newScript) Sets the postscript superscript at the specified column.Methods in org.w3c.dom.mathml with parameters of type MathMLElementModifier and TypeMethodDescriptionMathMLSemanticsElement.insertAnnotation(MathMLElement newAnnotation, int index) This interface represents the MathML MathMLSemanticsElement element.MathMLContainer.insertArgument(MathMLElement newArgument, int index) Inserts an argument at the specified index.MathMLMultiScriptsElement.insertPreSubScriptBefore(int colIndex, MathMLElement newScript) Inserts a new prescript subscript before the specified column.MathMLMultiScriptsElement.insertPreSuperScriptBefore(int colIndex, MathMLElement newScript) Inserts a new prescript superscript before the specified column.MathMLMultiScriptsElement.insertSubScriptBefore(int colIndex, MathMLElement newScript) Inserts a new postscript subscript before the specified column.MathMLMultiScriptsElement.insertSuperScriptBefore(int colIndex, MathMLElement newScript) Inserts a new postscript superscript before the specified column.MathMLSemanticsElement.setAnnotation(MathMLElement newAnnotation, int index) This interface represents the MathML MathMLSemanticsElement element.MathMLContainer.setArgument(MathMLElement newArgument, int index) Sets or replaces an argument at the specified index.voidMathMLMultiScriptsElement.setBase(MathMLElement base) Sets the base element to which scripts are attached.voidMathMLScriptElement.setBase(MathMLElement base) This interface represents the MathML MathMLScriptElement element.voidMathMLUnderOverElement.setBase(MathMLElement base) This interface represents the MathML MathMLUnderOverElement element.voidMathMLSemanticsElement.setBody(MathMLElement body) This interface represents the MathML MathMLSemanticsElement element.voidMathMLDeclareElement.setConstructor(MathMLElement constructor) This interface represents the MathML MathMLDeclareElement element.voidMathMLFractionElement.setDenominator(MathMLElement denominator) This interface represents the MathML MathMLFractionElement element.voidMathMLContentContainer.setDomainOfApplication(MathMLElement domainOfApplication) This interface represents the MathML MathMLContentContainer element.voidMathMLLambdaElement.setExpression(MathMLElement expression) This interface represents the MathML MathMLLambdaElement element.voidMathMLRadicalElement.setIndex(MathMLElement index) This interface represents the MathML MathMLRadicalElement element.voidMathMLLabeledRowElement.setLabel(MathMLElement label) This interface represents the MathML MathMLLabeledRowElement element.voidMathMLApplyElement.setLowLimit(MathMLElement lowLimit) Sets the lower limit for the operator.voidMathMLContentContainer.setMomentAbout(MathMLElement momentAbout) This interface represents the MathML MathMLContentContainer element.voidMathMLFractionElement.setNumerator(MathMLElement numerator) This interface represents the MathML MathMLFractionElement element.voidMathMLContentContainer.setOpDegree(MathMLElement opDegree) This interface represents the MathML MathMLContentContainer element.voidMathMLApplyElement.setOperator(MathMLElement operator) Sets the operator to be applied by this element.voidMathMLUnderOverElement.setOverscript(MathMLElement overscript) This interface represents the MathML MathMLUnderOverElement element.MathMLMultiScriptsElement.setPreSubScriptAt(int colIndex, MathMLElement newScript) Sets the prescript subscript at the specified column.MathMLMultiScriptsElement.setPreSuperScriptAt(int colIndex, MathMLElement newScript) Sets the prescript superscript at the specified column.voidMathMLRadicalElement.setRadicand(MathMLElement radicand) This interface represents the MathML MathMLRadicalElement element.voidMathMLScriptElement.setSubscript(MathMLElement subscript) This interface represents the MathML MathMLScriptElement element.MathMLMultiScriptsElement.setSubScriptAt(int colIndex, MathMLElement newScript) Sets the postscript subscript at the specified column.voidMathMLScriptElement.setSuperscript(MathMLElement superscript) This interface represents the MathML MathMLScriptElement element.MathMLMultiScriptsElement.setSuperScriptAt(int colIndex, MathMLElement newScript) Sets the postscript superscript at the specified column.voidMathMLUnderOverElement.setUnderscript(MathMLElement underscript) This interface represents the MathML MathMLUnderOverElement element.voidMathMLApplyElement.setUpLimit(MathMLElement upLimit) Sets the upper limit for the operator.