Interface MathMLContentElement

All Superinterfaces:
Element, MathMLElement, Node
All Known Subinterfaces:
MathMLApplyElement, MathMLBvarElement, MathMLCaseElement, MathMLCiElement, MathMLCnElement, MathMLConditionElement, MathMLContentContainer, MathMLContentToken, MathMLCsymbolElement, MathMLDeclareElement, MathMLFnElement, MathMLIntervalElement, MathMLLambdaElement, MathMLListElement, MathMLMatrixElement, MathMLMatrixrowElement, MathMLPiecewiseElement, MathMLPredefinedSymbol, MathMLSetElement, MathMLTendsToElement, MathMLVectorElement

public interface MathMLContentElement extends MathMLElement
This interface is provided to serve as a base interface for various MathML Content interfaces. It contains no new attributes or methods at this time; however, it is felt that the distinction between Presentation and Content MathML entities should be indicated in the MathMLElement hierarchy. In particular, future versions of the MathML DOM may add functionality on this interface; it may also serve as an aid to implementors.