Package com.logicaldoc.impex.application
Class DatabaseHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.logicaldoc.impex.IndexHandler
com.logicaldoc.impex.application.DatabaseHandler
- All Implemented Interfaces:
- ContentHandler,- DTDHandler,- EntityResolver,- ErrorHandler
This class extends the IndexHandler class to insert the rows values into the
 version database table from the index file values.
- Since:
- 4.5
- Author:
- Matteo Caruso - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidendElement(String uri, String localName, String name) When the index file parsing is ended, it insert all the versions that are remained into the versions' buffer.Methods inherited from class com.logicaldoc.impex.IndexHandlercharacters, 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- 
DatabaseHandlerpublic DatabaseHandler()
 
- 
- 
Method Details- 
endElementWhen the index file parsing is ended, it insert all the versions that are remained into the versions' buffer.- Specified by:
- endElementin interface- ContentHandler
- Overrides:
- endElementin class- IndexHandler
 
 
-