first commit
This commit is contained in:
15
hrmsEjb/org/apache/xerces/xni/Augmentations.java
Normal file
15
hrmsEjb/org/apache/xerces/xni/Augmentations.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package org.apache.xerces.xni;
|
||||
|
||||
import java.util.Enumeration;
|
||||
|
||||
public interface Augmentations {
|
||||
void removeAllItems();
|
||||
|
||||
Enumeration keys();
|
||||
|
||||
Object getItem(String paramString);
|
||||
|
||||
Object removeItem(String paramString);
|
||||
|
||||
Object putItem(String paramString, Object paramObject);
|
||||
}
|
Reference in New Issue
Block a user