first commit
This commit is contained in:
13
hrmsEjb/org/apache/xerces/xni/psvi/ElementPSVI.java
Normal file
13
hrmsEjb/org/apache/xerces/xni/psvi/ElementPSVI.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package org.apache.xerces.xni.psvi;
|
||||
|
||||
import org.apache.xerces.impl.xs.psvi.XSElementDeclaration;
|
||||
import org.apache.xerces.impl.xs.psvi.XSModel;
|
||||
import org.apache.xerces.impl.xs.psvi.XSNotationDeclaration;
|
||||
|
||||
public interface ElementPSVI extends ItemPSVI {
|
||||
XSElementDeclaration getElementDeclaration();
|
||||
|
||||
XSModel getSchemaInformation();
|
||||
|
||||
XSNotationDeclaration getNotation();
|
||||
}
|
Reference in New Issue
Block a user