Java org.apache.commons.digester3.binder DigesterLoader fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.digester3.binder DigesterLoader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.digester3.binder DigesterLoader.

The text is from its open source code.

Method

DigesternewDigester()
Creates a new Digester instance that relies on the default Rules implementation.
DigesterLoadernewLoader(RulesModule... rulesModules)
Creates a new DigesterLoader instance given one or more RulesModule instance.
DigesterLoadernewLoader(Iterable rulesModules)
Creates a new DigesterLoader instance given a collection of RulesModule instance.
DigesterLoadersetClassLoader(ClassLoader classLoader)
Set the class loader to be used for instantiating application objects when required.
DigesterLoadersetErrorHandler(ErrorHandler errorHandler)
Set the error handler for this Digester.
DigesterLoadersetNamespaceAware(boolean namespaceAware)
Set the "namespace aware" flag for parsers we create.
DigesterLoadersetSchema(Schema schema)
Set the XML Schema to be used when parsing.
DigesterLoadersetUseContextClassLoader(boolean useContextClassLoader)
Determine whether to use the Context ClassLoader (the one found by calling Thread.currentThread().getContextClassLoader()) to resolve/load classes that are defined in various rules.