Class HtmlOrderedList

All Implemented Interfaces:
Serializable, Cloneable, Element, Node

public class HtmlOrderedList extends HtmlElement
Wrapper for the HTML element "ol".
See Also:
  • Field Details

  • Method Details

    • getTypeAttribute

      public final String getTypeAttribute()
      Returns the value of the attribute type. Refer to the HTML 4.01 documentation for details on the use of this attribute.
      Returns:
      the value of the attribute type or an empty string if that attribute isn't defined.
    • getCompactAttribute

      public final String getCompactAttribute()
      Returns the value of the attribute compact. Refer to the HTML 4.01 documentation for details on the use of this attribute.
      Returns:
      the value of the attribute compact or an empty string if that attribute isn't defined.
    • getStartAttribute

      public final String getStartAttribute()
      Returns the value of the attribute start. Refer to the HTML 4.01 documentation for details on the use of this attribute.
      Returns:
      the value of the attribute start or an empty string if that attribute isn't defined.
    • isEmptyXmlTagExpanded

      protected boolean isEmptyXmlTagExpanded()
      Indicates if a node without children should be written in expanded form as XML (i.e. with closing tag rather than with "/>")
      Overrides:
      isEmptyXmlTagExpanded in class DomElement
      Returns:
      false by default