Uses of Class
org.apache.commons.digester3.binder.DigesterLoader

Packages that use DigesterLoader
org.apache.commons.digester3.binder 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 DigesterLoader
static DigesterLoader DigesterLoader.newLoader(Iterable<RulesModule> rulesModules)
          Creates a new DigesterLoader instance given a collection of RulesModule instance.
static DigesterLoader DigesterLoader.newLoader(RulesModule... rulesModules)
          Creates a new DigesterLoader instance given one or more RulesModule instance.
 DigesterLoader DigesterLoader.register(String publicId, String entityURL)
          Convenience method that registers the string version of an entity URL instead of a URL version.
 DigesterLoader DigesterLoader.register(String publicId, URL entityURL)
          Register the specified DTD URL for the specified public identifier.
 DigesterLoader DigesterLoader.setClassLoader(ClassLoader classLoader)
          Set the class loader to be used for instantiating application objects when required.
 DigesterLoader DigesterLoader.setDocumentLocator(Locator locator)
          Sets the document locator associated with our parser.
 DigesterLoader DigesterLoader.setEntityResolver(EntityResolver entityResolver)
          Set the EntityResolver used by SAX when resolving public id and system id.
 DigesterLoader DigesterLoader.setErrorHandler(ErrorHandler errorHandler)
          Set the error handler for this Digester.
 DigesterLoader DigesterLoader.setExecutorService(ExecutorService executorService)
          Sets the executor service to run asynchronous parse method.
 DigesterLoader DigesterLoader.setNamespaceAware(boolean namespaceAware)
          Set the "namespace aware" flag for parsers we create.
 DigesterLoader DigesterLoader.setSchema(Schema schema)
          Set the XML Schema to be used when parsing.
 DigesterLoader DigesterLoader.setStackAction(StackAction stackAction)
          Sets the Object which will receive callbacks for every pop/push action on the default stack or named stacks.
 DigesterLoader DigesterLoader.setSubstitutor(Substitutor substitutor)
          Sets the Substitutor to be used to convert attributes and body text.
 DigesterLoader DigesterLoader.setUseContextClassLoader(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.
 DigesterLoader DigesterLoader.setValidating(boolean validating)
          Set the validating parser flag.
 DigesterLoader DigesterLoader.setXIncludeAware(boolean xIncludeAware)
          Set the XInclude-aware flag for parsers we create.
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.