|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextHandlerIF | |
---|---|
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 | |
---|---|
class |
Document
INTERNAL: |
Methods in net.ontopia.topicmaps.classify with parameters of type TextHandlerIF | |
---|---|
protected org.xml.sax.ContentHandler |
XMLFormatModule.getContentHandler(TextHandlerIF handler)
|
protected org.xml.sax.ContentHandler |
HTMLFormatModule.getContentHandler(TextHandlerIF handler)
|
void |
XMLFormatModule.readContent(ClassifiableContentIF cc,
TextHandlerIF handler)
|
void |
WordFormatModule.readContent(ClassifiableContentIF cc,
TextHandlerIF handler)
|
void |
PowerPointFormatModule.readContent(ClassifiableContentIF cc,
TextHandlerIF handler)
|
void |
PlainTextFormatModule.readContent(ClassifiableContentIF cc,
TextHandlerIF handler)
|
void |
PDFFormatModule.readContent(ClassifiableContentIF cc,
TextHandlerIF handler)
|
void |
OOXMLWordFormatModule.readContent(ClassifiableContentIF cc,
TextHandlerIF handler)
|
void |
OOXMLPowerpointFormatModule.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 |
FormatModule.readContent(ClassifiableContentIF cc,
TextHandlerIF handler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |