Class HtmlDefinitionDescription

All Implemented Interfaces:
Serializable, Cloneable, Element, Node

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

  • Constructor Details

    • HtmlDefinitionDescription

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

    • 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