first commit
This commit is contained in:
7
hrmsEjb/org/apache/commons/digester/RuleSet.java
Normal file
7
hrmsEjb/org/apache/commons/digester/RuleSet.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package org.apache.commons.digester;
|
||||
|
||||
public interface RuleSet {
|
||||
String getNamespaceURI();
|
||||
|
||||
void addRuleInstances(Digester paramDigester);
|
||||
}
|
Reference in New Issue
Block a user