Interface MathMLDeclareElement

All Superinterfaces:
Element, MathMLContentElement, MathMLElement, Node

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

    • getType

      String getType()
      This interface represents the MathML MathMLDeclareElement element.
      Returns:
      the requested attribute or element
    • setType

      void setType(String type)
      This interface represents the MathML MathMLDeclareElement element.
      Parameters:
      type - the value to set
    • getNargs

      int getNargs()
      This interface represents the MathML MathMLDeclareElement element.
      Returns:
      the requested attribute or element
    • setNargs

      void setNargs(int nargs)
      This interface represents the MathML MathMLDeclareElement element.
      Parameters:
      nargs - the value to set
    • getOccurrence

      String getOccurrence()
      This interface represents the MathML MathMLDeclareElement element.
      Returns:
      the requested attribute or element
    • setOccurrence

      void setOccurrence(String occurrence)
      This interface represents the MathML MathMLDeclareElement element.
      Parameters:
      occurrence - the value to set
    • getDefinitionURL

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

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

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

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

      MathMLCiElement getIdentifier()
      This interface represents the MathML MathMLDeclareElement element.
      Returns:
      the requested attribute or element
    • setIdentifier

      void setIdentifier(MathMLCiElement identifier)
      This interface represents the MathML MathMLDeclareElement element.
      Parameters:
      identifier - the value to set
    • getConstructor

      MathMLElement getConstructor()
      This interface represents the MathML MathMLDeclareElement element.
      Returns:
      the requested attribute or element
    • setConstructor

      void setConstructor(MathMLElement constructor)
      This interface represents the MathML MathMLDeclareElement element.
      Parameters:
      constructor - the value to set