public static interface HamletSpec.Phrase extends HamletSpec._Child
Modifier and Type | Method and Description |
---|---|
HamletSpec.ABBR |
abbr()
Add an ABBR (abbreviation) element.
|
HamletSpec.Phrase |
abbr(String cdata)
Add a ABBR (abbreviation) element.
|
HamletSpec.Phrase |
abbr(String selector,
String cdata)
Add a ABBR (abbreviation) element.
|
HamletSpec.CITE |
cite()
Add a CITE element.
|
HamletSpec.Phrase |
cite(String cdata)
Add a CITE element.
|
HamletSpec.Phrase |
cite(String selector,
String cdata)
Add a CITE element.
|
HamletSpec.CODE |
code()
Add a CODE (code fragment) element.
|
HamletSpec.Phrase |
code(String cdata)
Add a complete CODE element.
|
HamletSpec.Phrase |
code(String selector,
String cdata)
Add a complete CODE element.
|
HamletSpec.DFN |
dfn()
Add a DFN element.
|
HamletSpec.Phrase |
dfn(String cdata)
Add a complete DFN element.
|
HamletSpec.Phrase |
dfn(String selector,
String cdata)
Add a complete DFN element.
|
HamletSpec.EM |
em()
Add an EM (emphasized) element.
|
HamletSpec.Phrase |
em(String cdata)
Add an EM (emphasized) element.
|
HamletSpec.Phrase |
em(String selector,
String cdata)
Add an EM (emphasized) element.
|
HamletSpec.KBD |
kbd()
Add a KBD (keyboard) element.
|
HamletSpec.Phrase |
kbd(String cdata)
Add a KBD (keyboard) element.
|
HamletSpec.Phrase |
kbd(String selector,
String cdata)
Add a KBD (keyboard) element.
|
HamletSpec.SAMP |
samp()
Add a SAMP (sample) element.
|
HamletSpec.Phrase |
samp(String cdata)
Add a complete SAMP (sample) element.
|
HamletSpec.Phrase |
samp(String selector,
String cdata)
Add a complete SAMP (sample) element.
|
HamletSpec.STRONG |
strong()
Add a STRONG (important) element.
|
HamletSpec.Phrase |
strong(String cdata)
Add a complete STRONG (important) element.
|
HamletSpec.Phrase |
strong(String selector,
String cdata)
Add a complete STRONG (important) element.
|
HamletSpec.VAR |
var()
Add a VAR (variable) element.
|
HamletSpec.Phrase |
var(String cdata)
Add a VAR (variable) element.
|
HamletSpec.Phrase |
var(String selector,
String cdata)
Add a VAR (variable) element.
|
_
HamletSpec.EM em()
HamletSpec.Phrase em(String cdata)
cdata
- the contentHamletSpec.Phrase em(String selector, String cdata)
selector
- the css selector in the form of (#id)*(.class)*cdata
- the contentHamletSpec.STRONG strong()
HamletSpec.Phrase strong(String cdata)
cdata
- the contentHamletSpec.Phrase strong(String selector, String cdata)
selector
- the css selector in the form of (#id)*(.class)*cdata
- the contentHamletSpec.DFN dfn()
HamletSpec.Phrase dfn(String cdata)
cdata
- the contentHamletSpec.Phrase dfn(String selector, String cdata)
selector
- the css selector in the form of (#id)*(.class)*cdata
- the contentHamletSpec.CODE code()
HamletSpec.Phrase code(String cdata)
cdata
- the codeHamletSpec.Phrase code(String selector, String cdata)
selector
- the css selector in the form of (#id)*(.class)*cdata
- the codeHamletSpec.SAMP samp()
HamletSpec.Phrase samp(String cdata)
cdata
- the contentHamletSpec.Phrase samp(String selector, String cdata)
selector
- the css selector in the form of (#id)*(.class)*cdata
- the contentHamletSpec.KBD kbd()
HamletSpec.Phrase kbd(String cdata)
cdata
- the contentHamletSpec.Phrase kbd(String selector, String cdata)
selector
- the css selector in the form of (#id)*(.class)*cdata
- the contentHamletSpec.VAR var()
HamletSpec.Phrase var(String cdata)
cdata
- the contentHamletSpec.Phrase var(String selector, String cdata)
selector
- the css selector in the form of (#id)*(.class)*cdata
- the contentHamletSpec.CITE cite()
HamletSpec.Phrase cite(String cdata)
cdata
- the contentHamletSpec.Phrase cite(String selector, String cdata)
selector
- the css selector in the form of (#id)*(.class)*cdata
- the contentHamletSpec.ABBR abbr()
HamletSpec.Phrase abbr(String cdata)
cdata
- the contentHamletSpec.Phrase abbr(String selector, String cdata)
selector
- the css selector in the form of (#id)*(.class)*cdata
- the contentCopyright © 2008–2019 Apache Software Foundation. All rights reserved.