first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package org.apache.xerces.impl.xs.psvi;
|
||||
|
||||
public interface XSNotationDeclaration extends XSObject {
|
||||
String getPublicId();
|
||||
|
||||
String getSystemId();
|
||||
|
||||
XSAnnotation getAnnotation();
|
||||
}
|
Reference in New Issue
Block a user