Interface MathMLListElement

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

public interface MathMLListElement extends MathMLContentContainer
The list element is the container element which represents a list of elements. Elements can be defined either by explicitly listing the elements, or by using the bvar and condition elements.
  • Method Details

    • getIsExplicit

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

      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(String ordering)
      setter for the ordering attribute.
      Parameters:
      ordering - new value for ordering.
      See Also: