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
All Known Implementing Classes:
MathMLApplyElementImpl, MathMLBinaryOpImpl, MathMLBinaryRelImpl, MathMLBvarElementImpl, MathMLCiElementImpl, MathMLCnElementImpl, MathMLConditionElementImpl, MathMLContentContainerImpl, MathMLContentTokenImpl, MathMLCsymbolElementImpl, MathMLFnElementImpl, MathMLFunctionImpl, MathMLListElementImpl, MathMLMatrixElementImpl, MathMLMatrixrowElementImpl, MathMLNaryOpImpl, MathMLNaryRelImpl, MathMLPredefinedSymbolImpl, MathMLSetElementImpl, MathMLTendsToElementImpl, MathMLUnaryOpImpl, MathMLVectorElementImpl

public interface MathMLContentElement extends MathMLElement
This interface is the base interface for all MathML content elements. Content elements are used to represent mathematical meaning.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)