Package | Description |
---|---|
edu.harvard.hul.ois.jhove.module.html |
Contains supporting classes for the HTML-HUL module.
|
Modifier and Type | Class and Description |
---|---|
class |
Html3_2DocDesc
This class describes the requirements of an HTML 3.2 document.
|
class |
Html4_01FrameDocDesc
This class describes the requirements of an HTML 4.01 Frameset document.
|
class |
Html4_01StrictDocDesc
This class describes the requirements of an HTML 4.01 Strict document.
|
class |
Html4_01TFDocDesc
Abstract class for the HTML 4.01 Transitional and Frameset document
types.
|
class |
Html4_01TransDocDesc
This class describes the requirements of an HTML 4.01 Transitional document.
|
class |
Html4_0FrameDocDesc
This class describes the requirements of an HTML 4.01 Frameset document.
|
class |
Html4_0StrictDocDesc
This class describes the requirements of an HTML 4.0 Strict document.
|
class |
Html4_0TFDocDesc
Abstract class for the HTML 4.0 Transitional and Frameset document
types.
|
class |
Html4_0TransDocDesc
This class describes the requirements of an HTML 4.0 Transitional document.
|
class |
Html4DocDesc
Abstract class for common features of HTML 4.0 and 4.01
documents.
|
class |
Html4StrictDocDesc
Abstract class for common features of HTML 4.0 and 4.01 strict
documents.
|
class |
Html4TFDocDesc
Abstract class for common features of HTML 4.0 and 4.01 transitional and frameset
documents.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
JHOpenTag.allowsTag(String tag,
HtmlDocDesc doc)
Returns
true if the tag given in the parameter is
allowable in our context. |
protected boolean |
HtmlTagDesc.allowsTag(String tag,
HtmlDocDesc doc)
Reports whether this element allows a given tag name
in its content.
|
protected boolean |
HtmlTempTagDesc.allowsTag(String tag,
int index,
HtmlDocDesc doc)
Reports whether this element allows a given tag name
in its content, at the specified index.
|
protected boolean |
HtmlTagDesc.allowsTag(String tag,
int index,
HtmlDocDesc doc)
Reports whether this element allows a given tag name
in its content, at the specified index.
|
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.