Class HamletSpec
java.lang.Object
org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec
- Direct Known Subclasses:
HamletImpl
HTML5 compatible HTML4 builder interfaces.
Generated from HTML 4.01 strict DTD and HTML5 diffs.
cf. http://www.w3.org/TR/html4/
cf. http://www.w3.org/TR/html5-diff/
The omitted attributes and elements (from the 4.01 DTD) are for HTML5 compatibility.
Note, the common argument selector uses the same syntax as Haml/Sass:
selector ::= (#id)?(.class)*cf. http://haml-lang.com/
The naming convention used in this class is slightly different from normal classes. A CamelCase interface corresponds to an entity in the DTD. _CamelCase is for internal refactoring. An element builder interface is in UPPERCASE, corresponding to an element definition in the DTD. $lowercase is used as attribute builder methods to differentiate from element builder methods.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic interface%block -(FORM|FIELDSET)static interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacePart of %pre.exclusionstatic interface%fontstyle -(%pre.exclusion)static interfacestatic interfacestatic interfacestatic interfacestatic interfacePart of %pre.exclusionstatic interfaceINS and DEL are unusual for HTML "in that they may serve as either block-level or inline elements (but not both)".static interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface%special -(A|%pre.exclusion)static interfacePart of %pre.exclusionstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface%attrsstatic interfacestatic interfacestatic interfaceThe dir attribute is required for the BDO elementstatic interface%blockstatic interfacestatic interfacestatic interfacestatic interfacestatic enumValues for button typesstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface%coreattrsstatic interfacestatic interfacestatic interfacestatic enumValues for the %18n dir attribute (case-insensitive)static interfacestatic interfacestatic interfacestatic @interfaceThe element annotation for specifying element options other than attributes and allowed child elementsstatic interfacestatic interface%eventsstatic interfacestatic interface%flowstatic interface%fontstylestatic interfacestatic interface%formctrlstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface%headingstatic interface%head.miscstatic interfacestatic interfaceThe root elementstatic interfacestatic interface%i18nstatic interfacestatic interface%inlinestatic interfacestatic enum%InputType (case-insensitive)static interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic enum%LinkTypes (case-insensitive)static interface%liststatic interfacestatic enum%MediaDesc (case-sensitive)static interfacestatic enumValues for form methods (case-insensitive)static interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface#PCDATAstatic interface%phrasestatic interfacestatic interface% preformattedstatic interfacestatic interfacestatic enum%Scope (case-insensitive)static interfacestatic interfacestatic enum%Shape (case-insensitive)static interfacestatic interfacestatic interface%specialstatic interfacestatic interfacestatic interfacestatic interfacestatic interfaceTBODY should be used after THEAD/TFOOT, iff there're no TABLE.TR elements.static interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HamletSpec
public HamletSpec()
-