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 Summary
Constructors -
Method Summary
Methods inherited from class com.logicaldoc.impex.IndexHandler
characters, endElement, getArchive, getArchiveVersion, getCount, getCurrentDocument, getProgramVersion, getSizediplay, startElementMethods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
AbstractIndexImportHandler
public AbstractIndexImportHandler()
-