Uses of Interface
org.w3c.dom.mathml.MathMLCaseElement
Packages that use MathMLCaseElement
-
Uses of MathMLCaseElement in org.w3c.dom.mathml
Methods in org.w3c.dom.mathml that return MathMLCaseElementModifier and TypeMethodDescriptionMathMLPiecewiseElement.getCase(int index) This interface represents the MathML MathMLPiecewiseElement element.MathMLPiecewiseElement.insertCase(int index, MathMLCaseElement newCase) This interface represents the MathML MathMLPiecewiseElement element.MathMLPiecewiseElement.removeCase(int index) This interface represents the MathML MathMLPiecewiseElement element.MathMLPiecewiseElement.setCase(int index, MathMLCaseElement newCase) This interface represents the MathML MathMLPiecewiseElement element.Methods in org.w3c.dom.mathml with parameters of type MathMLCaseElementModifier and TypeMethodDescriptionMathMLPiecewiseElement.insertCase(int index, MathMLCaseElement newCase) This interface represents the MathML MathMLPiecewiseElement element.MathMLPiecewiseElement.setCase(int index, MathMLCaseElement newCase) This interface represents the MathML MathMLPiecewiseElement element.