public abstract class RuleSetBase extends Object implements RuleSet
Convenience base class that implements the RuleSet
interface. Concrete implementations should list all of
their actual rule creation logic in the addRuleSet()
implementation.
Constructor and Description |
---|
RuleSetBase()
Build a new RuleSetBase with a null namespaceURI
|
RuleSetBase(String namespaceURI)
Build a new RuleSetBase with the given namespaceURI
|
Modifier and Type | Method and Description |
---|---|
String |
getNamespaceURI()
Return the namespace URI that will be applied to all Rule instances created from this RuleSet.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRuleInstances
public RuleSetBase()
public RuleSetBase(String namespaceURI)
namespaceURI
- The namespace URI that all Rule instances will be associated with.public String getNamespaceURI()
getNamespaceURI
in interface RuleSet
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.