Interface MathMLFnElement

All Superinterfaces:
Element, MathMLContainer, MathMLContentContainer, MathMLContentElement, MathMLElement, Node

public interface MathMLFnElement extends MathMLContentContainer
The fn element makes explicit the fact that a more general MathML object is intended to be used in the same manner as if it were a pre-defined function such as sin or plus.
  • Method Details

    • getDefinitionURL

      String getDefinitionURL()
      A URI pointing to a definition for this function-type element. Note that there is no stipulation about the form this definition may take!
      Returns:
      value of the definitionURL attribute.
    • setDefinitionURL

      void setDefinitionURL(String definitionURL)
      setter for the definitionURL attribute.
      Parameters:
      definitionURL - new value for definitionURL.
      See Also:
    • getEncoding

      String getEncoding()
      A string describing the syntax in which the definition located at definitionURL is given.
      Returns:
      value of the encoding attribute.
    • setEncoding

      void setEncoding(String encoding)
      setter for the encoding attribute.
      Parameters:
      encoding - new value for encoding.
      See Also: