Package net.ontopia.topicmaps.classify
Class HTMLFormatModule
- java.lang.Object
-
- net.ontopia.topicmaps.classify.XMLFormatModule
-
- net.ontopia.topicmaps.classify.HTMLFormatModule
-
- All Implemented Interfaces:
FormatModuleIF
public class HTMLFormatModule extends XMLFormatModule
INTERNAL:
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[][]
magicBytes
-
Fields inherited from class net.ontopia.topicmaps.classify.XMLFormatModule
extensions, skipElements
-
-
Constructor Summary
Constructors Constructor Description HTMLFormatModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class net.ontopia.topicmaps.classify.XMLFormatModule
matchesIdentifier, readContent, setSkipElements
-
-
-
-
Method Detail
-
matchesContent
public boolean matchesContent(ClassifiableContentIF cc)
Description copied from interface:FormatModuleIF
INTERNAL: Returns true if the content of the classifiable content is considered to be of the supported format.- Specified by:
matchesContent
in interfaceFormatModuleIF
- Overrides:
matchesContent
in classXMLFormatModule
-
createXMLReader
protected XMLReader createXMLReader() throws SAXException
- Overrides:
createXMLReader
in classXMLFormatModule
- Throws:
SAXException
-
getContentHandler
protected ContentHandler getContentHandler(TextHandlerIF handler)
- Overrides:
getContentHandler
in classXMLFormatModule
-
-