Class AbstractContentLoaderHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.syncope.core.persistence.common.content.AbstractContentLoaderHandler
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
- Direct Known Subclasses:
ContentLoaderHandler
,ContentLoaderHandler
-
Field Summary
Modifier and TypeFieldDescriptionprotected final boolean
protected static final Logger
protected final org.apache.commons.text.StringSubstitutor
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractContentLoaderHandler
(String rootElement, boolean continueOnError, Environment env) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
create
(String qName, Attributes atts) protected abstract void
fetch
(Attributes atts) void
startElement
(String uri, String localName, String qName, Attributes atts) 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
-
Field Details
-
LOG
-
continueOnError
protected final boolean continueOnError -
fetches
-
paramSubstitutor
protected final org.apache.commons.text.StringSubstitutor paramSubstitutor
-
-
Constructor Details
-
AbstractContentLoaderHandler
protected AbstractContentLoaderHandler(String rootElement, boolean continueOnError, Environment env)
-
-
Method Details
-
fetch
-
create
-
startElement
- Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classDefaultHandler
-