public abstract class AbstractNamespaceURIBasedRulesModule extends AbstractRulesModule
Constructor and Description |
---|
AbstractNamespaceURIBasedRulesModule(String namespaceURI)
Creates a new (nullable) namespaceURI-based
RulesModule that automatically binds every
rule to the input namespaceURI. |
Modifier and Type | Method and Description |
---|---|
protected LinkedRuleBuilder |
forPattern(String pattern)
Allows user binding one or more Digester rules to the input pattern.
|
addError, addError, configure, configure, install, rulesBinder
public AbstractNamespaceURIBasedRulesModule(String namespaceURI)
RulesModule
that automatically binds every
rule to the input namespaceURI.namespaceURI
- Namespace URI for which this Rule is relevant, or null
to match
independent of namespace.protected LinkedRuleBuilder forPattern(String pattern)
forPattern
in class AbstractRulesModule
pattern
- The pattern used to bind rulesRulesBinder.forPattern(String)
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.