Interface HamletSpec._Dl

All Superinterfaces:
HamletSpec.__, HamletSpec._Child
All Known Subinterfaces:
HamletSpec.DL
All Known Implementing Classes:
Hamlet.DL
Enclosing class:
HamletSpec

public static interface HamletSpec._Dl extends HamletSpec._Child
  • Method Details

    • dt

      Add a DT (term of the item) element.
      Returns:
      a new DT element builder
    • dt

      Add a complete DT element.
      Parameters:
      cdata - the content
      Returns:
      the current element builder
    • dd

      Add a DD (definition/description) element.
      Returns:
      a new DD element builder
    • dd

      Add a complete DD element.
      Parameters:
      cdata - the content
      Returns:
      the current element builder