public class TestRuleSet extends RuleSetBase
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
prefix
The prefix for each matching pattern added to the Digester instance, or an empty String for no prefix. 
 | 
| Constructor and Description | 
|---|
TestRuleSet()
Construct an instance of this RuleSet with default values. 
 | 
TestRuleSet(String prefix)
Construct an instance of this RuleSet associated with the specified prefix, associated with no namespace URI. 
 | 
TestRuleSet(String prefix,
                      String namespaceURI)
Construct an instance of this RuleSet associated with the specified prefix and namespace URI. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addRuleInstances(Digester digester) | 
getNamespaceURIpublic TestRuleSet()
public TestRuleSet(String prefix)
prefix - Matching pattern prefix (must end with '/') or null.public TestRuleSet(String prefix, String namespaceURI)
prefix - Matching pattern prefix (must end with '/') or null.namespaceURI - The namespace URI these rules belong topublic void addRuleInstances(Digester digester)
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.