first commit
This commit is contained in:
13
hrmsEjb/org/apache/xerces/impl/xs/psvi/XSAnnotation.java
Normal file
13
hrmsEjb/org/apache/xerces/impl/xs/psvi/XSAnnotation.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package org.apache.xerces.impl.xs.psvi;
|
||||
|
||||
public interface XSAnnotation extends XSObject {
|
||||
public static final short W3C_DOM_ELEMENT = 1;
|
||||
|
||||
public static final short SAX_CONTENTHANDLER = 2;
|
||||
|
||||
public static final short W3C_DOM_DOCUMENT = 3;
|
||||
|
||||
boolean writeAnnotation(Object paramObject, short paramShort);
|
||||
|
||||
String getAnnotationString();
|
||||
}
|
Reference in New Issue
Block a user