Class ContentLoaderHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.syncope.core.persistence.common.content.AbstractContentLoaderHandler
org.apache.syncope.core.persistence.jpa.content.ContentLoaderHandler
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
SAX handler for generating SQL INSERT statements out of given XML file.
-
Field Summary
Fields inherited from class org.apache.syncope.core.persistence.common.content.AbstractContentLoaderHandler
continueOnError, fetches, LOG, paramSubstitutor
-
Constructor Summary
ConstructorDescriptionContentLoaderHandler
(DataSource dataSource, String rootElement, boolean continueOnError, Environment env) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
create
(String qName, Attributes atts) protected void
fetch
(Attributes atts) Methods inherited from class org.apache.syncope.core.persistence.common.content.AbstractContentLoaderHandler
startElement
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
ContentLoaderHandler
public ContentLoaderHandler(DataSource dataSource, String rootElement, boolean continueOnError, Environment env)
-
-
Method Details
-
fetch
- Specified by:
fetch
in classAbstractContentLoaderHandler
-
create
- Specified by:
create
in classAbstractContentLoaderHandler
-