Uses of Class
org.apache.commons.digester3.binder.DigesterLoader
Packages that use DigesterLoader
Package
Description
The Digester EDSL allows configure Digester using fluent APIs.
-
Uses of DigesterLoader in org.apache.commons.digester3.binder
Methods in org.apache.commons.digester3.binder that return DigesterLoaderModifier and TypeMethodDescriptionstatic DigesterLoader
DigesterLoader.newLoader
(Iterable<RulesModule> rulesModules) Creates a newDigesterLoader
instance given a collection ofRulesModule
instance.static DigesterLoader
DigesterLoader.newLoader
(RulesModule... rulesModules) Creates a newDigesterLoader
instance given one or moreRulesModule
instance.Convenience method that registers the string version of an entity URL instead of a URL version.Register the specified DTD URL for the specified public identifier.DigesterLoader.setClassLoader
(ClassLoader classLoader) Set the class loader to be used for instantiating application objects when required.DigesterLoader.setDocumentLocator
(Locator locator) Sets the document locator associated with our parser.DigesterLoader.setEntityResolver
(EntityResolver entityResolver) Set theEntityResolver
used by SAX when resolving public id and system id.DigesterLoader.setErrorHandler
(ErrorHandler errorHandler) Set the error handler for this Digester.DigesterLoader.setExecutorService
(ExecutorService executorService) Sets the executor service to run asynchronous parse method.DigesterLoader.setNamespaceAware
(boolean namespaceAware) Set the "namespace aware" flag for parsers we create.Set the XML Schema to be used when parsing.DigesterLoader.setStackAction
(StackAction stackAction) Sets the Object which will receive callbacks for every pop/push action on the default stack or named stacks.DigesterLoader.setSubstitutor
(Substitutor substitutor) Sets theSubstitutor
to be used to convert attributes and body text.DigesterLoader.setUseContextClassLoader
(boolean useContextClassLoader) Determine whether to use the Context ClassLoader (the one found by callingThread.currentThread().getContextClassLoader()
) to resolve/load classes that are defined in various rules.DigesterLoader.setValidating
(boolean validating) Set the validating parser flag.DigesterLoader.setXIncludeAware
(boolean xIncludeAware) Set the XInclude-aware flag for parsers we create.