Package net.ontopia.topicmaps.classify
Class PDFFormatModule
java.lang.Object
net.ontopia.topicmaps.classify.PDFFormatModule
- All Implemented Interfaces:
FormatModuleIF
INTERNAL:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanINTERNAL: Returns true if the content of the classifiable content is considered to be of the supported format.booleanINTERNAL: Returns true if the identifier of the classifiable content is considered to be indicating the supported format.voidreadContent(ClassifiableContentIF cc, TextHandlerIF handler) INTERNAL: Reads and analyzes the classifiable content and triggers callbacks on the text handler to identify the text and the structure of the classifiable content.
-
Field Details
-
extensions
-
magicBytes
protected byte[] magicBytes
-
-
Constructor Details
-
PDFFormatModule
public PDFFormatModule()
-
-
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
-
matchesIdentifier
Description copied from interface:FormatModuleIFINTERNAL: Returns true if the identifier of the classifiable content is considered to be indicating the supported format.- Specified by:
matchesIdentifierin interfaceFormatModuleIF
-
readContent
Description copied from interface:FormatModuleIFINTERNAL: Reads and analyzes the classifiable content and triggers callbacks on the text handler to identify the text and the structure of the classifiable content.- Specified by:
readContentin interfaceFormatModuleIF
-