first commit
This commit is contained in:
11
hrmsEjb/org/apache/xerces/impl/xs/psvi/XSObject.java
Normal file
11
hrmsEjb/org/apache/xerces/impl/xs/psvi/XSObject.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package org.apache.xerces.impl.xs.psvi;
|
||||
|
||||
public interface XSObject {
|
||||
short getType();
|
||||
|
||||
String getName();
|
||||
|
||||
String getNamespace();
|
||||
|
||||
XSNamespaceItem getNamespaceItem();
|
||||
}
|
Reference in New Issue
Block a user