static DigesterLoader |
DigesterLoader.newLoader(java.lang.Iterable<RulesModule> rulesModules) |
|
static DigesterLoader |
DigesterLoader.newLoader(RulesModule... rulesModules) |
|
DigesterLoader |
DigesterLoader.register(java.lang.String publicId,
java.lang.String entityURL) |
Convenience method that registers the string version of an entity URL
instead of a URL version.
|
DigesterLoader |
DigesterLoader.register(java.lang.String publicId,
java.net.URL entityURL) |
Register the specified DTD URL for the specified public identifier.
|
DigesterLoader |
DigesterLoader.setClassLoader(java.lang.ClassLoader classLoader) |
Set the class loader to be used for instantiating application objects when required.
|
DigesterLoader |
DigesterLoader.setDocumentLocator(org.xml.sax.Locator locator) |
Sets the document locator associated with our parser.
|
DigesterLoader |
DigesterLoader.setEntityResolver(org.xml.sax.EntityResolver entityResolver) |
Set the EntityResolver used by SAX when resolving public id and system id.
|
DigesterLoader |
DigesterLoader.setErrorHandler(org.xml.sax.ErrorHandler errorHandler) |
Set the error handler for this Digester.
|
DigesterLoader |
DigesterLoader.setExecutorService(java.util.concurrent.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(javax.xml.validation.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.
|