edu.harvard.hul.ois.jhove.module.html
Class Html4_0TFDocDesc

java.lang.Object
  extended by edu.harvard.hul.ois.jhove.module.html.HtmlDocDesc
      extended by edu.harvard.hul.ois.jhove.module.html.Html4DocDesc
          extended by edu.harvard.hul.ois.jhove.module.html.Html4TFDocDesc
              extended by edu.harvard.hul.ois.jhove.module.html.Html4_0TFDocDesc
Direct Known Subclasses:
Html4_0FrameDocDesc, Html4_0TransDocDesc

public abstract class Html4_0TFDocDesc
extends Html4TFDocDesc

Abstract class for the HTML 4.0 Transitional and Frameset document types. These are identical except for one element apiece, so nearly all the code is here or in its superclasses.

Author:
Gary McGath

Field Summary
 
Fields inherited from class edu.harvard.hul.ois.jhove.module.html.Html4DocDesc
bigAttrs, biggerAttrs, blockContent, bodyContent, coreAttrs, eventAttrs, flowContent, fontMarkup, formMarkup, halignAtt, i18nAttrs, inlineContent, listContent, listMarkup, phraseMarkup, reservedAttrs, specialMarkup, thtdAtts, valignAtt
 
Fields inherited from class edu.harvard.hul.ois.jhove.module.html.HtmlDocDesc
bodyElement, commonTags, framesetElement, headElement, headings, htmlElement, supportedElements
 
Constructor Summary
Html4_0TFDocDesc()
           
 
Method Summary
protected static void classInit4(java.util.Map stSupportedElements, int version)
           
 
Methods inherited from class edu.harvard.hul.ois.jhove.module.html.Html4TFDocDesc
addAElement, addAppletElement, addAreaElement, addBaseElement, addBasefontElement, addBlockquoteElement, addBrElement, addButtonElement, addCaptionElement, addCenterElement, addDirElement, addDivElement, addDlElement, addFontElement, addFrameElement, addFramesetElement, addHeadElement, addHrElement, addInputElement, addLegendElement, addLiElement, addLinkElement, addMenuElement, addNoframesElement, addNoscriptElement, addObjectElement, addOlElement, addPElement, addPreElement, addScriptElement, addTableElement, addTrElement, addUlElement, classInit4
 
Methods inherited from class edu.harvard.hul.ois.jhove.module.html.Html4DocDesc
addAddressElement, addBdoElement, addBodyElement, addColElement, addColgroupElement, addDdElement, addDelElement, addDtElement, addFieldsetElement, addInsElement, addLabelElement, addMapElement, addMetaElement, addOptgroupElement, addOptionElement, addParamElement, addQElement, addSelectElement, addSpanElement, addStyleElement, addSubElement, addSupElement, addTbodyElement, addTdElement, addTextareaElement, addTfootElement, addTheadElement, addThElement, addTitleElement
 
Methods inherited from class edu.harvard.hul.ois.jhove.module.html.HtmlDocDesc
addRequiredAttribute, addSelfAttribute, addSimpleAttribute, addStringsToList, getMetadata, init, pushElementStack, removeStringsFromList, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Html4_0TFDocDesc

public Html4_0TFDocDesc()
Method Detail

classInit4

protected static void classInit4(java.util.Map stSupportedElements,
                                 int version)