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
FieldsModifier and TypeFieldDescriptionprotected final booleanprotected static final Loggerprotected final org.apache.commons.text.StringSubstitutor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractContentLoaderHandler(String rootElement, boolean continueOnError, Environment env) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidcreate(String qName, Attributes atts) protected abstract voidfetch(Attributes atts) voidstartElement(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, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler
-