Uses of Interface
net.ontopia.topicmaps.classify.FormatModuleIF
-
Packages that use FormatModuleIF Package Description net.ontopia.topicmaps.classify To classify content, use the SimpleClassifier class. -
-
Uses of FormatModuleIF in net.ontopia.topicmaps.classify
Classes in net.ontopia.topicmaps.classify that implement FormatModuleIF Modifier and Type Class Description class
FormatModule
INTERNAL:class
HTMLFormatModule
INTERNAL:class
OOXMLPowerpointFormatModule
INTERNAL: A format module for the OOXML PresentationML format.class
OOXMLWordFormatModule
INTERNAL: A format module for the OOXML WordProcessingML format.class
PDFFormatModule
INTERNAL:class
PlainTextFormatModule
INTERNAL:class
PowerPointFormatModule
INTERNAL:class
WordFormatModule
INTERNAL: A format module for the old binary Word format.class
XMLFormatModule
INTERNAL:Fields in net.ontopia.topicmaps.classify declared as FormatModuleIF Modifier and Type Field Description protected FormatModuleIF
FormatModule. fallout_module
Fields in net.ontopia.topicmaps.classify with type parameters of type FormatModuleIF Modifier and Type Field Description protected List<FormatModuleIF>
FormatModule. modules
Methods in net.ontopia.topicmaps.classify that return FormatModuleIF Modifier and Type Method Description FormatModuleIF
FormatModule. detectFormat(ClassifiableContentIF cc)
-