Uses of Interface
net.ontopia.topicmaps.classify.TextHandlerIF
Packages that use TextHandlerIF
Package
Description
To classify content, use the SimpleClassifier class.
-
Uses of TextHandlerIF in net.ontopia.topicmaps.classify
Classes in net.ontopia.topicmaps.classify that implement TextHandlerIFMethods in net.ontopia.topicmaps.classify with parameters of type TextHandlerIFModifier and TypeMethodDescriptionprotected ContentHandlerHTMLFormatModule.getContentHandler(TextHandlerIF handler) protected ContentHandlerXMLFormatModule.getContentHandler(TextHandlerIF handler) voidFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler) voidFormatModuleIF.readContent(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.voidOOXMLPowerpointFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler) voidOOXMLWordFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler) voidPDFFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler) voidPlainTextFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler) voidPowerPointFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler) voidWordFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler) voidXMLFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler)