Uses of Interface
net.ontopia.topicmaps.classify.TextHandlerIF
-
Packages that use TextHandlerIF Package Description net.ontopia.topicmaps.classify To classify content, use the SimpleClassifier class. -
-
Uses of TextHandlerIF in net.ontopia.topicmaps.classify
Classes in net.ontopia.topicmaps.classify that implement TextHandlerIF Modifier and Type Class Description classDocumentINTERNAL:Methods in net.ontopia.topicmaps.classify with parameters of type TextHandlerIF Modifier and Type Method Description protected 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)
-