public class HTMLFormatModule extends XMLFormatModule
| Modifier and Type | Field and Description |
|---|---|
protected byte[][] |
magicBytes |
extensions, skipElements| Constructor and Description |
|---|
HTMLFormatModule() |
| Modifier and Type | Method and Description |
|---|---|
protected XMLReader |
createXMLReader() |
protected ContentHandler |
getContentHandler(TextHandlerIF handler) |
boolean |
matchesContent(ClassifiableContentIF cc)
INTERNAL: Returns true if the content of the classifiable content
is considered to be of the supported format.
|
matchesIdentifier, readContent, setSkipElementspublic boolean matchesContent(ClassifiableContentIF cc)
FormatModuleIFmatchesContent in interface FormatModuleIFmatchesContent in class XMLFormatModuleprotected XMLReader createXMLReader() throws SAXException
createXMLReader in class XMLFormatModuleSAXExceptionprotected ContentHandler getContentHandler(TextHandlerIF handler)
getContentHandler in class XMLFormatModule