Interface MathMLFnElement

    • Method Detail

      • getDefinitionURL

        java.lang.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​(java.lang.String definitionURL)
        setter for the definitionURL attribute.
        Parameters:
        definitionURL - new value for definitionURL.
        See Also:
        getDefinitionURL()
      • getEncoding

        java.lang.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​(java.lang.String encoding)
        setter for the encoding attribute.
        Parameters:
        encoding - new value for encoding.
        See Also:
        getEncoding()