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 class
Document
INTERNAL:Methods in net.ontopia.topicmaps.classify with parameters of type TextHandlerIF Modifier and Type Method Description protected ContentHandler
HTMLFormatModule. getContentHandler(TextHandlerIF handler)
protected ContentHandler
XMLFormatModule. getContentHandler(TextHandlerIF handler)
void
FormatModule. readContent(ClassifiableContentIF cc, TextHandlerIF handler)
void
FormatModuleIF. 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.void
OOXMLPowerpointFormatModule. readContent(ClassifiableContentIF cc, TextHandlerIF handler)
void
OOXMLWordFormatModule. readContent(ClassifiableContentIF cc, TextHandlerIF handler)
void
PDFFormatModule. readContent(ClassifiableContentIF cc, TextHandlerIF handler)
void
PlainTextFormatModule. readContent(ClassifiableContentIF cc, TextHandlerIF handler)
void
PowerPointFormatModule. readContent(ClassifiableContentIF cc, TextHandlerIF handler)
void
WordFormatModule. readContent(ClassifiableContentIF cc, TextHandlerIF handler)
void
XMLFormatModule. readContent(ClassifiableContentIF cc, TextHandlerIF handler)
-