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:
ImportFolderIndexHandler,IndexImportHandler
public abstract class AbstractIndexImportHandler extends IndexHandler
A base class to build handlers used in massive imports- Since:
- 8.8.3
- Author:
- Marco Meschieri - LogicalDOC
-
-
Constructor Summary
Constructors Constructor Description AbstractIndexImportHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcharacters(char[] ch, int start, int length)com.logicaldoc.core.document.DocumentgetCurrentDocument()-
Methods inherited from class com.logicaldoc.impex.IndexHandler
endElement, getArchive, getArchiveVersion, getCount, getCurrentVersion, getProgramVersion, getSizediplay, startElement
-
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
-
-
-
-
Method Detail
-
characters
public void characters(char[] ch, int start, int length)- Specified by:
charactersin interfaceContentHandler- Overrides:
charactersin classIndexHandler
-
getCurrentDocument
public com.logicaldoc.core.document.Document getCurrentDocument()
-
-