|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface HamletSpec._SubSup
Part of %pre.exclusion
| Method Summary | |
|---|---|
HamletSpec.SUB |
sub()
Add a SUB (subscript) element. |
HamletSpec._SubSup |
sub(String cdata)
Add a complete SUB (subscript) element. |
HamletSpec._SubSup |
sub(String selector,
String cdata)
Add a complete SUB (subscript) element. |
HamletSpec.SUP |
sup()
Add a SUP (superscript) element. |
HamletSpec._SubSup |
sup(String cdata)
Add a SUP (superscript) element. |
HamletSpec._SubSup |
sup(String selector,
String cdata)
Add a SUP (superscript) element. |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Child |
|---|
_ |
| Method Detail |
|---|
HamletSpec.SUB sub()
HamletSpec._SubSup sub(String cdata)
cdata - the content
HamletSpec._SubSup sub(String selector,
String cdata)
selector - the css selector in the form of (#id)*(.class)*cdata - the content
HamletSpec.SUP sup()
HamletSpec._SubSup sup(String cdata)
cdata - the content
HamletSpec._SubSup sup(String selector,
String cdata)
selector - the css selector in the form of (#id)*(.class)*cdata - the content
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||