Interface MathMLElement

All Superinterfaces:
Element, Node
All Known Subinterfaces:
MathMLActionElement, MathMLAlignGroupElement, MathMLAlignMarkElement, MathMLAnnotationElement, MathMLApplyElement, MathMLBvarElement, MathMLCaseElement, MathMLCiElement, MathMLCnElement, MathMLConditionElement, MathMLContentContainer, MathMLContentElement, MathMLContentToken, MathMLCsymbolElement, MathMLDeclareElement, MathMLEncloseElement, MathMLFencedElement, MathMLFnElement, MathMLFractionElement, MathMLGlyphElement, MathMLIntervalElement, MathMLLabeledRowElement, MathMLLambdaElement, MathMLListElement, MathMLMathElement, MathMLMatrixElement, MathMLMatrixrowElement, MathMLMultiScriptsElement, MathMLOperatorElement, MathMLPaddedElement, MathMLPiecewiseElement, MathMLPredefinedSymbol, MathMLPresentationContainer, MathMLPresentationElement, MathMLPresentationToken, MathMLRadicalElement, MathMLScriptElement, MathMLSemanticsElement, MathMLSetElement, MathMLSpaceElement, MathMLStringLitElement, MathMLStyleElement, MathMLTableCellElement, MathMLTableElement, MathMLTableRowElement, MathMLTendsToElement, MathMLUnderOverElement, MathMLVectorElement, MathMLXMLAnnotationElement
All Known Implementing Classes:
MathMLActionElementImpl, MathMLAlignGroupElementImpl, MathMLAlignMarkElementImpl, MathMLAnnotationElementImpl, MathMLApplyElementImpl, MathMLBinaryOpImpl, MathMLBinaryRelImpl, MathMLBvarElementImpl, MathMLCiElementImpl, MathMLCnElementImpl, MathMLConditionElementImpl, MathMLContentContainerImpl, MathMLContentTokenImpl, MathMLCsymbolElementImpl, MathMLElementImpl, MathMLEncloseElementImpl, MathMLFencedElementImpl, MathMLFnElementImpl, MathMLFractionElementImpl, MathMLFunctionImpl, MathMLGlyphElementImpl, MathMLListElementImpl, MathMLMathElementImpl, MathMLMatrixElementImpl, MathMLMatrixrowElementImpl, MathMLNaryOpImpl, MathMLNaryRelImpl, MathMLPaddedElementImpl, MathMLPredefinedSymbolImpl, MathMLPresentationContainerImpl, MathMLPresentationTokenImpl, MathMLRadicalElementImpl, MathMLScriptElementImpl, MathMLSetElementImpl, MathMLSpaceElementImpl, MathMLStringLitElementImpl, MathMLTendsToElementImpl, MathMLUnaryOpImpl, MathMLUnderOverElementImpl, MathMLVectorElementImpl, MathMLXMLAnnotationElementImpl

public interface MathMLElement extends Element
This interface represents the MathML MathMLElement element.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Details

    • getClassName

      String getClassName()
      This interface represents the MathML MathMLElement element.
      Returns:
      the requested attribute or element
    • setClassName

      void setClassName(String className)
      This interface represents the MathML MathMLElement element.
      Parameters:
      className - the value to set
    • getMathElementStyle

      String getMathElementStyle()
      This interface represents the MathML MathMLElement element.
      Returns:
      the requested attribute or element
    • setMathElementStyle

      void setMathElementStyle(String mathElementStyle)
      This interface represents the MathML MathMLElement element.
      Parameters:
      mathElementStyle - the value to set
    • getId

      String getId()
      This interface represents the MathML MathMLElement element.
      Returns:
      the requested attribute or element
    • setId

      void setId(String id)
      This interface represents the MathML MathMLElement element.
      Parameters:
      id - the value to set
    • getXref

      String getXref()
      This interface represents the MathML MathMLElement element.
      Returns:
      the requested attribute or element
    • setXref

      void setXref(String xref)
      This interface represents the MathML MathMLElement element.
      Parameters:
      xref - the value to set
    • getHref

      String getHref()
      This interface represents the MathML MathMLElement element.
      Returns:
      the requested attribute or element
    • setHref

      void setHref(String href)
      This interface represents the MathML MathMLElement element.
      Parameters:
      href - the value to set
    • getOwnerMathElement

      MathMLMathElement getOwnerMathElement()
      This interface represents the MathML MathMLElement element.
      Returns:
      the requested attribute or element