first commit
This commit is contained in:
11
hrmsEjb/org/apache/commons/digester/RuleSetBase.java
Normal file
11
hrmsEjb/org/apache/commons/digester/RuleSetBase.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package org.apache.commons.digester;
|
||||
|
||||
public abstract class RuleSetBase implements RuleSet {
|
||||
protected String namespaceURI = null;
|
||||
|
||||
public String getNamespaceURI() {
|
||||
return this.namespaceURI;
|
||||
}
|
||||
|
||||
public abstract void addRuleInstances(Digester paramDigester);
|
||||
}
|
Reference in New Issue
Block a user