Uses of Interface
org.w3c.dom.mathml.MathMLCnElement
Packages that use MathMLCnElement
Package
Description
Provides the
module.
invalid reference
org.episteme.core.ml.mathml
Provides the
org.w3c.dom.mathml module.-
Uses of MathMLCnElement in org.episteme.core.mathematics.loaders.mathml
Classes in org.episteme.core.mathematics.loaders.mathml that implement MathMLCnElementModifier and TypeClassDescriptionclassImplements a MathML numeric content element. -
Uses of MathMLCnElement in org.w3c.dom.mathml
Methods in org.w3c.dom.mathml that return MathMLCnElementModifier and TypeMethodDescriptionMathMLIntervalElement.getEnd()This interface represents the MathML MathMLIntervalElement element.MathMLIntervalElement.getStart()This interface represents the MathML MathMLIntervalElement element.Methods in org.w3c.dom.mathml with parameters of type MathMLCnElementModifier and TypeMethodDescriptionvoidMathMLIntervalElement.setEnd(MathMLCnElement end) This interface represents the MathML MathMLIntervalElement element.voidMathMLIntervalElement.setStart(MathMLCnElement start) This interface represents the MathML MathMLIntervalElement element.