Interface MathMLContentToken

All Superinterfaces:
Element, MathMLContentElement, MathMLElement, Node
All Known Subinterfaces:
MathMLCiElement, MathMLCnElement, MathMLCsymbolElement
All Known Implementing Classes:
MathMLCiElementImpl, MathMLCnElementImpl, MathMLContentTokenImpl, MathMLCsymbolElementImpl

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

    • getArguments

      MathMLNodeList getArguments()
      This interface represents the MathML MathMLContentToken element.
      Returns:
      the requested attribute or element
    • getDefinitionURL

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

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

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

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

      Node getArgument(int index)
      This interface represents the MathML MathMLContentToken element.
      Parameters:
      index - the value to set
      Returns:
      the requested attribute or element
    • insertArgument

      Node insertArgument(Node newArgument, int index)
      This interface represents the MathML MathMLContentToken element.
      Parameters:
      newArgument - the value to set
      index - the index at which to insert the argument.
      Returns:
      the requested attribute or element
    • setArgument

      Node setArgument(Node newArgument, int index)
      This interface represents the MathML MathMLContentToken element.
      Parameters:
      newArgument - the value to set
      index - the index of the argument to set.
      Returns:
      the requested attribute or element
    • deleteArgument

      void deleteArgument(int index)
      This interface represents the MathML MathMLContentToken element.
      Parameters:
      index - the value to set
    • removeArgument

      Node removeArgument(int index)
      This interface represents the MathML MathMLContentToken element.
      Parameters:
      index - the value to set
      Returns:
      the requested attribute or element