public abstract class Html4DocDesc extends HtmlDocDesc
Modifier and Type | Field and Description |
---|---|
protected static List |
bigAttrs
Big attributes list.
|
protected static List |
biggerAttrs
Big attributes plus reserved attributes.
|
protected static List |
blockContent
List of block elements.
|
protected static List |
bodyContent
List of elements for the BODY element and some other elements.
|
protected static List |
coreAttrs
Core attributes list.
|
protected static List |
eventAttrs
Event attributes list.
|
protected static List |
flowContent
List of flow elements.
|
protected static String[] |
fontMarkup
Names of font-related elements.
|
protected static String[] |
formMarkup
Names of form elements.
|
protected static HtmlAttributeDesc |
halignAtt
Horizontal alignment attribute for cells.
|
protected static List |
i18nAttrs
Internationalization attributes list.
|
protected static List |
inlineContent
List of inline elements.
|
protected static List |
listContent
List consisting of the LI element.
|
protected static String[] |
listMarkup
Names of list elements.
|
protected static String[] |
phraseMarkup
Names of phrase elements.
|
protected static List |
reservedAttrs
Attributes described as "reserved for future use."
|
protected static String[] |
specialMarkup
Names of special elements.
|
protected static List |
thtdAtts
Attributes for TH and TD elements
|
protected static HtmlAttributeDesc |
valignAtt
Vertical alignment attribute for cells.
|
bodyElement, commonTags, framesetElement, headElement, headings, htmlElement, supportedElements
Constructor and Description |
---|
Html4DocDesc() |
Modifier and Type | Method and Description |
---|---|
protected static void |
addAddressElement(Map stSupportedElements)
Defines the ADDRESS element.
|
protected static void |
addBdoElement(Map stSupportedElements)
Defines the BDO element.
|
protected static void |
addBodyElement(Map stSupportedElements)
Defines the BODY element.
|
protected static void |
addColElement(Map stSupportedElements,
List cellalignAttrs)
Defines the COL element.
|
protected static void |
addColgroupElement(Map stSupportedElements,
List cellalignAttrs)
Defines the COLGROUP element.
|
protected static void |
addDdElement(Map stSupportedElements)
Defines the DD element.
|
protected static void |
addDelElement(Map stSupportedElements)
Defines the DEL element.
|
protected static void |
addDtElement(Map stSupportedElements)
Defines the DT element.
|
protected static void |
addFieldsetElement(Map stSupportedElements)
Defines the FIELDSET element.
|
protected static void |
addInsElement(Map stSupportedElements)
Defines the INS element.
|
protected static void |
addLabelElement(Map stSupportedElements)
Defines the LABEL element.
|
protected static void |
addMapElement(Map stSupportedElements)
Defines the MAP element.
|
protected static void |
addMetaElement(Map stSupportedElements)
Defines the META element.
|
protected static void |
addOptgroupElement(Map stSupportedElements)
Defines the OPTGROUP (option group) element.
|
protected static void |
addOptionElement(Map stSupportedElements)
Defines the OPTION element.
|
protected static void |
addParamElement(Map stSupportedElements)
Defines the PARAM element.
|
protected static void |
addQElement(Map stSupportedElements)
Defines the Q (short quote) element.
|
protected static void |
addSelectElement(Map stSupportedElements)
Defines the SELECT element.
|
protected static void |
addSpanElement(Map stSupportedElements)
Defines the SPAN element.
|
protected static void |
addStyleElement(Map stSupportedElements)
Defines the STYLE element.
|
protected static void |
addSubElement(Map stSupportedElements)
Defines the SUB (subscript) element.
|
protected static void |
addSupElement(Map stSupportedElements)
Defines the SUP (superscript) element.
|
protected static void |
addTbodyElement(Map stSupportedElements,
List cellalignAttrs)
Defines the TBODY element.
|
protected static void |
addTdElement(Map stSupportedElements)
Defines the TD element.
|
protected static void |
addTextareaElement(Map stSupportedElements)
Defines the TEXTAREA element.
|
protected static void |
addTfootElement(Map stSupportedElements,
List cellalignAttrs)
Defines the TFOOT element.
|
protected static void |
addTheadElement(Map stSupportedElements,
List cellalignAttrs)
Defines the THEAD element.
|
protected static void |
addThElement(Map stSupportedElements)
Defines the TH element.
|
protected static void |
addTitleElement(Map stSupportedElements)
Defines the TITLE element.
|
protected static void |
classInit4(Map stSupportedElements)
Initialization code.
|
addRequiredAttribute, addSelfAttribute, addSimpleAttribute, addStringsToList, getMetadata, init, pushElementStack, removeStringsFromList, validate
protected static String[] fontMarkup
protected static String[] phraseMarkup
protected static String[] specialMarkup
protected static String[] formMarkup
protected static String[] listMarkup
protected static List blockContent
protected static List flowContent
protected static List inlineContent
protected static List listContent
protected static List bodyContent
protected static List coreAttrs
protected static List i18nAttrs
protected static List eventAttrs
protected static List bigAttrs
protected static List biggerAttrs
protected static List reservedAttrs
protected static HtmlAttributeDesc halignAtt
protected static HtmlAttributeDesc valignAtt
protected static List thtdAtts
protected static void classInit4(Map stSupportedElements)
protected static void addAddressElement(Map stSupportedElements)
protected static void addBdoElement(Map stSupportedElements)
protected static void addBodyElement(Map stSupportedElements)
protected static void addColElement(Map stSupportedElements, List cellalignAttrs)
protected static void addColgroupElement(Map stSupportedElements, List cellalignAttrs)
protected static void addDdElement(Map stSupportedElements)
protected static void addDelElement(Map stSupportedElements)
protected static void addDtElement(Map stSupportedElements)
protected static void addFieldsetElement(Map stSupportedElements)
protected static void addInsElement(Map stSupportedElements)
protected static void addLabelElement(Map stSupportedElements)
protected static void addMapElement(Map stSupportedElements)
protected static void addMetaElement(Map stSupportedElements)
protected static void addOptgroupElement(Map stSupportedElements)
protected static void addOptionElement(Map stSupportedElements)
protected static void addParamElement(Map stSupportedElements)
protected static void addQElement(Map stSupportedElements)
protected static void addSelectElement(Map stSupportedElements)
protected static void addSpanElement(Map stSupportedElements)
protected static void addStyleElement(Map stSupportedElements)
protected static void addSubElement(Map stSupportedElements)
protected static void addSupElement(Map stSupportedElements)
protected static void addTextareaElement(Map stSupportedElements)
protected static void addTbodyElement(Map stSupportedElements, List cellalignAttrs)
protected static void addTdElement(Map stSupportedElements)
protected static void addTfootElement(Map stSupportedElements, List cellalignAttrs)
protected static void addThElement(Map stSupportedElements)
protected static void addTheadElement(Map stSupportedElements, List cellalignAttrs)
protected static void addTitleElement(Map stSupportedElements)
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.