Class HtmlDefinitionList

All Implemented Interfaces:
Serializable, Cloneable, Element, Node

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

  • Constructor Details

    • HtmlDefinitionList

      HtmlDefinitionList(String qualifiedName, SgmlPage page, Map<String,DomAttr> attributes)
      Creates a new instance.
      Parameters:
      qualifiedName - the qualified name of the element type to instantiate
      page - the page that contains this element
      attributes - the initial attributes
  • Method Details

    • 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