first commit
This commit is contained in:
9
hrmsEjb/org/apache/xerces/impl/xs/psvi/XSNamedMap.java
Normal file
9
hrmsEjb/org/apache/xerces/impl/xs/psvi/XSNamedMap.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package org.apache.xerces.impl.xs.psvi;
|
||||
|
||||
public interface XSNamedMap {
|
||||
int getLength();
|
||||
|
||||
XSObject item(int paramInt);
|
||||
|
||||
XSObject itemByName(String paramString1, String paramString2);
|
||||
}
|
Reference in New Issue
Block a user