Uses of Interface
org.w3c.dom.mathml.MathMLContentElement
Packages that use MathMLContentElement
Package
Description
Provides the
module.
invalid reference
org.episteme.core.ml.mathml
Provides the
org.w3c.dom.mathml module.-
Uses of MathMLContentElement in org.episteme.core.mathematics.loaders.mathml
Classes in org.episteme.core.mathematics.loaders.mathml that implement MathMLContentElementModifier and TypeClassDescriptionclassImplements 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 function element.classImplements a MathML predefined symbol (function).classImplements a MathMLlistelement.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 predefined symbol.classImplements a MathMLsetelement.classImplements a MathMLtendstoelement.classImplements a MathML predefined symbol (unary operation).classImplements a MathMLvectorelement.Methods in org.episteme.core.mathematics.loaders.mathml that return MathMLContentElementModifier and TypeMethodDescriptionMathMLVectorElementImpl.getComponent(int index) Returns the component at the specified index.MathMLMatrixrowElementImpl.getEntry(int index) Returns the entry at the specified index.MathMLVectorElementImpl.insertComponent(MathMLContentElement newComponent, int index) Inserts a component at the specified index.MathMLMatrixrowElementImpl.insertEntry(MathMLContentElement newEntry, int index) Inserts a new entry at the specified index.MathMLVectorElementImpl.removeComponent(int index) Removes the component at the specified index.MathMLMatrixrowElementImpl.removeEntry(int index) Removes the entry at the specified index.MathMLVectorElementImpl.setComponent(MathMLContentElement newComponent, int index) Sets the component at the specified index.MathMLMatrixrowElementImpl.setEntry(MathMLContentElement newEntry, int index) Sets the entry at the specified index, replacing any existing entry.Methods in org.episteme.core.mathematics.loaders.mathml with parameters of type MathMLContentElementModifier and TypeMethodDescriptionMathMLVectorElementImpl.insertComponent(MathMLContentElement newComponent, int index) Inserts a component at the specified index.MathMLMatrixrowElementImpl.insertEntry(MathMLContentElement newEntry, int index) Inserts a new entry at the specified index.MathMLVectorElementImpl.setComponent(MathMLContentElement newComponent, int index) Sets the component at the specified index.MathMLMatrixrowElementImpl.setEntry(MathMLContentElement newEntry, int index) Sets the entry at the specified index, replacing any existing entry. -
Uses of MathMLContentElement in org.w3c.dom.mathml
Subinterfaces of MathMLContentElement in org.w3c.dom.mathmlModifier and TypeInterfaceDescriptioninterfaceThis 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 represents the MathML MathMLContentToken element.interfaceThis interface represents the MathML MathMLCsymbolElement element.interfaceThis interface represents the MathML MathMLDeclareElement element.interfaceThis interface represents the MathML MathMLFnElement element.interfaceThis interface represents the MathML MathMLIntervalElement element.interfaceThis interface represents the MathML MathMLLambdaElement element.interfaceThis interface represents the MathML MathMLListElement element.interfaceThis interface represents thematrixelement in MathML Content.interfaceThis interface represents the MathML MathMLMatrixrowElement element.interfaceThis interface represents the MathML MathMLPiecewiseElement element.interfaceThis interface represents the MathML MathMLPredefinedSymbol element.interfaceThis interface represents thesetelement in MathML Content.interfaceThis interface represents the MathML MathMLTendsToElement element.interfaceThis interface represents thevectorelement in MathML Content.Methods in org.w3c.dom.mathml that return MathMLContentElementModifier and TypeMethodDescriptionMathMLCaseElement.getCaseCondition()This interface represents the MathML MathMLCaseElement element.MathMLPiecewiseElement.getCaseCondition(int index) This interface represents the MathML MathMLPiecewiseElement element.MathMLCaseElement.getCaseValue()This interface represents the MathML MathMLCaseElement element.MathMLPiecewiseElement.getCaseValue(int index) This interface represents the MathML MathMLPiecewiseElement element.MathMLVectorElement.getComponent(int index) Returns theindex-th component of this vector.MathMLMatrixrowElement.getEntry(int index) This interface represents the MathML MathMLMatrixrowElement element.MathMLPiecewiseElement.getOtherwise()This interface represents the MathML MathMLPiecewiseElement element.MathMLVectorElement.insertComponent(MathMLContentElement newComponent, int index) Inserts a new component into the vector at the specifiedindex.MathMLMatrixrowElement.insertEntry(MathMLContentElement newEntry, int index) This interface represents the MathML MathMLMatrixrowElement element.MathMLVectorElement.removeComponent(int index) Removes and returns the component at the specifiedindex.MathMLMatrixrowElement.removeEntry(int index) This interface represents the MathML MathMLMatrixrowElement element.MathMLPiecewiseElement.setCaseCondition(int index, MathMLContentElement condition) This interface represents the MathML MathMLPiecewiseElement element.MathMLPiecewiseElement.setCaseValue(int index, MathMLContentElement value) This interface represents the MathML MathMLPiecewiseElement element.MathMLVectorElement.setComponent(MathMLContentElement newComponent, int index) Replaces the component at the specifiedindexwith a new component.MathMLMatrixrowElement.setEntry(MathMLContentElement newEntry, int index) This interface represents the MathML MathMLMatrixrowElement element.Methods in org.w3c.dom.mathml with parameters of type MathMLContentElementModifier and TypeMethodDescriptionMathMLVectorElement.insertComponent(MathMLContentElement newComponent, int index) Inserts a new component into the vector at the specifiedindex.MathMLMatrixrowElement.insertEntry(MathMLContentElement newEntry, int index) This interface represents the MathML MathMLMatrixrowElement element.voidMathMLCaseElement.setCaseCondition(MathMLContentElement caseCondition) This interface represents the MathML MathMLCaseElement element.MathMLPiecewiseElement.setCaseCondition(int index, MathMLContentElement condition) This interface represents the MathML MathMLPiecewiseElement element.voidMathMLCaseElement.setCaseValue(MathMLContentElement caseValue) This interface represents the MathML MathMLCaseElement element.MathMLPiecewiseElement.setCaseValue(int index, MathMLContentElement value) This interface represents the MathML MathMLPiecewiseElement element.MathMLVectorElement.setComponent(MathMLContentElement newComponent, int index) Replaces the component at the specifiedindexwith a new component.MathMLMatrixrowElement.setEntry(MathMLContentElement newEntry, int index) This interface represents the MathML MathMLMatrixrowElement element.voidMathMLPiecewiseElement.setOtherwise(MathMLContentElement otherwise) This interface represents the MathML MathMLPiecewiseElement element.