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, setSkipElements
public boolean matchesContent(ClassifiableContentIF cc)
FormatModuleIF
matchesContent
in interface FormatModuleIF
matchesContent
in class XMLFormatModule
protected XMLReader createXMLReader() throws SAXException
createXMLReader
in class XMLFormatModule
SAXException
protected ContentHandler getContentHandler(TextHandlerIF handler)
getContentHandler
in class XMLFormatModule