Interface HamletSpec._Special

All Superinterfaces:
HamletSpec._InsDel, HamletSpec._Script
All Known Subinterfaces:
HamletSpec._Cell, HamletSpec.A, HamletSpec.ABBR, HamletSpec.ACRONYM, HamletSpec.ADDRESS, HamletSpec.B, HamletSpec.BDO, HamletSpec.BUTTON, HamletSpec.CAPTION, HamletSpec.CITE, HamletSpec.CODE, HamletSpec.DD, HamletSpec.DEL, HamletSpec.DFN, HamletSpec.DIV, HamletSpec.DT, HamletSpec.EM, HamletSpec.FIELDSET, HamletSpec.Flow, HamletSpec.H1, HamletSpec.H2, HamletSpec.H3, HamletSpec.H4, HamletSpec.H5, HamletSpec.H6, HamletSpec.I, HamletSpec.Inline, HamletSpec.INS, HamletSpec.KBD, HamletSpec.LABEL, HamletSpec.LEGEND, HamletSpec.LI, HamletSpec.OBJECT, HamletSpec.P, HamletSpec.PRE, HamletSpec.Q, HamletSpec.SAMP, HamletSpec.SMALL, HamletSpec.SPAN, HamletSpec.Special, HamletSpec.STRONG, HamletSpec.SUB, HamletSpec.SUP, HamletSpec.TD, HamletSpec.TH, HamletSpec.VAR
All Known Implementing Classes:
Hamlet.A, Hamlet.ABBR, Hamlet.ACRONYM, Hamlet.ADDRESS, Hamlet.B, Hamlet.BDO, Hamlet.BUTTON, Hamlet.CAPTION, Hamlet.CITE, Hamlet.CODE, Hamlet.DD, Hamlet.DEL, Hamlet.DFN, Hamlet.DIV, Hamlet.DT, Hamlet.EM, Hamlet.FIELDSET, Hamlet.H1, Hamlet.H2, Hamlet.H3, Hamlet.H4, Hamlet.H5, Hamlet.H6, Hamlet.I, Hamlet.INS, Hamlet.KBD, Hamlet.LABEL, Hamlet.LEGEND, Hamlet.LI, Hamlet.OBJECT, Hamlet.P, Hamlet.PRE, Hamlet.Q, Hamlet.SAMP, Hamlet.SMALL, Hamlet.SPAN, Hamlet.STRONG, Hamlet.SUB, Hamlet.SUP, Hamlet.TD, Hamlet.TH, Hamlet.VAR
Enclosing class:
HamletSpec

public static interface HamletSpec._Special extends HamletSpec._Script, HamletSpec._InsDel
%special -(A|%pre.exclusion)
  • Method Details

    • br

      Add a BR (line break) element.
      Returns:
      a new BR element builder
    • br

      Add a BR (line break) element.
      Parameters:
      selector - the css selector in the form of (#id)*(.class)*
      Returns:
      the current element builder
    • map

      Add a MAP element.
      Returns:
      a new MAP element builder
    • map

      HamletSpec.MAP map(String selector)
      Add a MAP element.
      Parameters:
      selector - the css selector in the form of (#id)*(.class)*
      Returns:
      a new MAP element builder
    • q

      Add a Q (inline quotation) element.
      Returns:
      a q (inline quotation) element builder
    • q

      Add a complete Q element.
      Parameters:
      cdata - the content
      Returns:
      the current element builder
    • q

      HamletSpec._Special q(String selector, String cdata)
      Add a Q element.
      Parameters:
      selector - the css selector in the form of (#id)*(.class)*
      cdata - the content
      Returns:
      the current element builder
    • span

      Add a SPAN element.
      Returns:
      a new SPAN element builder
    • span

      Add a SPAN element.
      Parameters:
      cdata - the content
      Returns:
      the current element builder
    • span

      HamletSpec._Special span(String selector, String cdata)
      Add a SPAN element.
      Parameters:
      selector - the css selector in the form of (#id)*(.class)*
      cdata - the content
      Returns:
      the current element builder
    • bdo

      Add a bdo (bidirectional override) element
      Returns:
      a bdo element builder
    • bdo

      Add a bdo (bidirectional override) element
      Parameters:
      dir - the direction of the text
      cdata - the text
      Returns:
      the current element builder