1 57 58 package com.sun.org.apache.xerces.internal.xs; 59 60 63 public interface XSAnnotation extends XSObject { 64 68 public static final short W3C_DOM_ELEMENT = 1; 69 72 public static final short SAX_CONTENTHANDLER = 2; 73 76 public static final short W3C_DOM_DOCUMENT = 3; 77 78 92 public boolean writeAnnotation(Object target, 93 short targetType); 94 95 98 public String getAnnotationString(); 99 100 } 101 | Popular Tags |