public static interface HamletSpec.Heading
| Modifier and Type | Method and Description | 
|---|---|
| HamletSpec.H1 | h1()Add an H1 element. | 
| HamletSpec.Heading | h1(String cdata)Add a complete H1 element. | 
| HamletSpec.Heading | h1(String selector,
  String cdata)Add a complete H1 element | 
| HamletSpec.H2 | h2()Add an H2 element. | 
| HamletSpec.Heading | h2(String cdata)Add a complete H2 element. | 
| HamletSpec.Heading | h2(String selector,
  String cdata)Add a complete H1 element | 
| HamletSpec.H3 | h3()Add an H3 element. | 
| HamletSpec.Heading | h3(String cdata)Add a complete H3 element. | 
| HamletSpec.Heading | h3(String selector,
  String cdata)Add a complete H1 element | 
| HamletSpec.H4 | h4()Add an H4 element. | 
| HamletSpec.Heading | h4(String cdata)Add a complete H4 element. | 
| HamletSpec.Heading | h4(String selector,
  String cdata)Add a complete H4 element | 
| HamletSpec.H5 | h5()Add an H5 element. | 
| HamletSpec.Heading | h5(String cdata)Add a complete H5 element. | 
| HamletSpec.Heading | h5(String selector,
  String cdata)Add a complete H5 element | 
| HamletSpec.H6 | h6()Add an H6 element. | 
| HamletSpec.Heading | h6(String cdata)Add a complete H6 element. | 
| HamletSpec.Heading | h6(String selector,
  String cdata)Add a complete H6 element. | 
HamletSpec.H1 h1()
HamletSpec.Heading h1(String cdata)
cdata - the content of the elementHamletSpec.Heading h1(String selector, String cdata)
selector - the css selector in the form of (#id)?(.class)*cdata - the content of the elementHamletSpec.H2 h2()
HamletSpec.Heading h2(String cdata)
cdata - the content of the elementHamletSpec.Heading h2(String selector, String cdata)
selector - the css selector in the form of (#id)?(.class)*cdata - the content of the elementHamletSpec.H3 h3()
HamletSpec.Heading h3(String cdata)
cdata - the content of the elementHamletSpec.Heading h3(String selector, String cdata)
selector - the css selector in the form of (#id)?(.class)*cdata - the content of the elementHamletSpec.H4 h4()
HamletSpec.Heading h4(String cdata)
cdata - the content of the elementHamletSpec.Heading h4(String selector, String cdata)
selector - the css selector in the form of (#id)?(.class)*cdata - the content of the elementHamletSpec.H5 h5()
HamletSpec.Heading h5(String cdata)
cdata - the content of the elementHamletSpec.Heading h5(String selector, String cdata)
selector - the css selector in the form of (#id)?(.class)*cdata - the content of the elementHamletSpec.H6 h6()
HamletSpec.Heading h6(String cdata)
cdata - the content of the elementHamletSpec.Heading h6(String selector, String cdata)
selector - the css selector in the form of (#id)?(.class)*cdata - the content of the elementCopyright © 2008–2025 Apache Software Foundation. All rights reserved.