Interface MathMLEncloseElement

    • Field Summary

      • Fields inherited from interface org.w3c.dom.Node

        ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
    • Method Detail

      • getNotation

        java.lang.String getNotation()
        A string giving a name for the notation enclosing the element's contents. Represents the notation attribute of the menclose. Any string is allowed as a value; predefined values include longdiv, actuarial, radical, box, roundedbox, circle, left, right, top, bottom, updiagonalstrike, downdiagonalstrike, verticalstrike, horizontalstrike, or combinations of these strings separated by whitespace (see ).
        Returns:
        value of the notation attribute.
      • setNotation

        void setNotation​(java.lang.String notation)
        setter for the notation attribute.
        Parameters:
        notation - new value for notation.
        See Also:
        getNotation()