Package com.logicaldoc.impex
Class AbstractIndexImportHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.logicaldoc.impex.IndexHandler
com.logicaldoc.impex.AbstractIndexImportHandler
- All Implemented Interfaces:
- ContentHandler,- DTDHandler,- EntityResolver,- ErrorHandler
- Direct Known Subclasses:
- CustomIdsExtractorHandler,- ImportFolderIndexHandler,- IndexImportHandler
A base class to build handlers used in massive imports
- Since:
- 8.8.3
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.logicaldoc.impex.IndexHandlercharacters, endElement, getArchive, getArchiveVersion, getCount, getCurrentDocument, getProgramVersion, getSizediplay, startElementMethods inherited from class org.xml.sax.helpers.DefaultHandlerendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandlerdeclaration
- 
Constructor Details- 
AbstractIndexImportHandlerpublic AbstractIndexImportHandler()
 
-