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