Uses of Interface
org.w3c.dom.mathml.MathMLBvarElement
Packages that use MathMLBvarElement
Package
Description
Provides the
module.
invalid reference
org.episteme.core.ml.mathml
Provides the
org.w3c.dom.mathml module.-
Uses of MathMLBvarElement in org.episteme.core.mathematics.loaders.mathml
Classes in org.episteme.core.mathematics.loaders.mathml that implement MathMLBvarElementModifier and TypeClassDescriptionclassImplements a MathML bounded variable element.Methods in org.episteme.core.mathematics.loaders.mathml that return MathMLBvarElementModifier and TypeMethodDescriptionMathMLContentContainerImpl.getBoundVariable(int index) Returns the bound variable at the specified index.MathMLContentContainerImpl.insertBoundVariable(MathMLBvarElement newBvar, int index) Inserts a new bound variable at the specified index.MathMLContentContainerImpl.removeBoundVariable(int index) Removes the bound variable at the specified index.MathMLContentContainerImpl.setBoundVariable(MathMLBvarElement newBvar, int index) Sets the bound variable at the specified index.Methods in org.episteme.core.mathematics.loaders.mathml with parameters of type MathMLBvarElementModifier and TypeMethodDescriptionMathMLContentContainerImpl.insertBoundVariable(MathMLBvarElement newBvar, int index) Inserts a new bound variable at the specified index.MathMLContentContainerImpl.setBoundVariable(MathMLBvarElement newBvar, int index) Sets the bound variable at the specified index. -
Uses of MathMLBvarElement in org.w3c.dom.mathml
Methods in org.w3c.dom.mathml that return MathMLBvarElementModifier and TypeMethodDescriptionMathMLContentContainer.getBoundVariable(int index) This interface represents the MathML MathMLContentContainer element.MathMLContentContainer.insertBoundVariable(MathMLBvarElement newBVar, int index) This interface represents the MathML MathMLContentContainer element.MathMLContentContainer.removeBoundVariable(int index) This interface represents the MathML MathMLContentContainer element.MathMLContentContainer.setBoundVariable(MathMLBvarElement newBVar, int index) This interface represents the MathML MathMLContentContainer element.Methods in org.w3c.dom.mathml with parameters of type MathMLBvarElementModifier and TypeMethodDescriptionMathMLContentContainer.insertBoundVariable(MathMLBvarElement newBVar, int index) This interface represents the MathML MathMLContentContainer element.MathMLContentContainer.setBoundVariable(MathMLBvarElement newBVar, int index) This interface represents the MathML MathMLContentContainer element.