Interface MathMLListElement

    • Method Detail

      • getIsExplicit

        boolean getIsExplicit()
        This is true if the list is specified by giving its elements explicitly.
        Returns:
        value of the isExplicit attribute.
      • getOrdering

        java.lang.String getOrdering()
        The order attribute of the represented element. Predefined values are numeric and lexicographic. See and .
        Returns:
        value of the ordering attribute.
      • setOrdering

        void setOrdering​(java.lang.String ordering)
        setter for the ordering attribute.
        Parameters:
        ordering - new value for ordering.
        See Also:
        getOrdering()