1 16 17 package org.apache.xerces.xs; 18 19 22 public interface XSAnnotation extends XSObject { 23 27 public static final short W3C_DOM_ELEMENT = 1; 28 31 public static final short SAX_CONTENTHANDLER = 2; 32 35 public static final short W3C_DOM_DOCUMENT = 3; 36 37 51 public boolean writeAnnotation(Object target, 52 short targetType); 53 54 57 public String getAnnotationString(); 58 59 } 60 | Popular Tags |