Package net.ontopia.topicmaps.classify
Class HTMLFormatModule
java.lang.Object
net.ontopia.topicmaps.classify.XMLFormatModule
net.ontopia.topicmaps.classify.HTMLFormatModule
- All Implemented Interfaces:
FormatModuleIF
INTERNAL:
-
Field Summary
FieldsFields inherited from class net.ontopia.topicmaps.classify.XMLFormatModule
extensions, skipElements -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected XMLReaderprotected ContentHandlergetContentHandler(TextHandlerIF handler) booleanINTERNAL: 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
-
Field Details
-
magicBytes
protected byte[][] magicBytes
-
-
Constructor Details
-
HTMLFormatModule
public HTMLFormatModule()
-
-
Method Details
-
matchesContent
Description copied from interface:FormatModuleIFINTERNAL: Returns true if the content of the classifiable content is considered to be of the supported format.- Specified by:
matchesContentin interfaceFormatModuleIF- Overrides:
matchesContentin classXMLFormatModule
-
createXMLReader
- Overrides:
createXMLReaderin classXMLFormatModule- Throws:
SAXException
-
getContentHandler
- Overrides:
getContentHandlerin classXMLFormatModule
-