Interface MathMLPredefinedSymbol

All Superinterfaces:
Element, MathMLContentElement, MathMLElement, Node
All Known Subinterfaces:
MathMLTendsToElement
All Known Implementing Classes:
MathMLBinaryOpImpl, MathMLBinaryRelImpl, MathMLFunctionImpl, MathMLNaryOpImpl, MathMLNaryRelImpl, MathMLPredefinedSymbolImpl, MathMLTendsToElementImpl, MathMLUnaryOpImpl

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

    • getDefinitionURL

      String getDefinitionURL()
      This interface represents the MathML MathMLPredefinedSymbol element.
      Returns:
      the requested attribute or element
    • setDefinitionURL

      void setDefinitionURL(String definitionURL)
      This interface represents the MathML MathMLPredefinedSymbol element.
      Parameters:
      definitionURL - the value to set
    • getEncoding

      String getEncoding()
      This interface represents the MathML MathMLPredefinedSymbol element.
      Returns:
      the requested attribute or element
    • setEncoding

      void setEncoding(String encoding)
      This interface represents the MathML MathMLPredefinedSymbol element.
      Parameters:
      encoding - the value to set
    • getArity

      String getArity()
      This interface represents the MathML MathMLPredefinedSymbol element.
      Returns:
      the requested attribute or element
    • getSymbolName

      String getSymbolName()
      This interface represents the MathML MathMLPredefinedSymbol element.
      Returns:
      the requested attribute or element