|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MathMLCaseElement | |
---|---|
org.w3c.dom.mathml | Standard MathML DOM Model. |
Uses of MathMLCaseElement in org.w3c.dom.mathml |
---|
Methods in org.w3c.dom.mathml that return MathMLCaseElement | |
---|---|
MathMLCaseElement |
MathMLPiecewiseElement.getCase(int index)
A convenience method to retrieve the child piece at the position referenced by index. |
MathMLCaseElement |
MathMLPiecewiseElement.insertCase(int index,
MathMLCaseElement newCase)
A convenience method to insert a new piece child into this element. |
MathMLCaseElement |
MathMLPiecewiseElement.removeCase(int index)
A convenience method to remove the child piece at the position referenced by index and return it to the caller. |
MathMLCaseElement |
MathMLPiecewiseElement.setCase(int index,
MathMLCaseElement caseElement)
A convenience method to set the value of the child piece at the position referenced by index to the value of case. |
Methods in org.w3c.dom.mathml with parameters of type MathMLCaseElement | |
---|---|
MathMLCaseElement |
MathMLPiecewiseElement.insertCase(int index,
MathMLCaseElement newCase)
A convenience method to insert a new piece child into this element. |
MathMLCaseElement |
MathMLPiecewiseElement.setCase(int index,
MathMLCaseElement caseElement)
A convenience method to set the value of the child piece at the position referenced by index to the value of case. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |