Searched defs:AnnotationContext (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/parser/
H A DAnnotationContext.java35 final public class AnnotationContext { class
40 private AnnotationContext( String _name ) { method in class:AnnotationContext
48 public static final AnnotationContext SCHEMA
49 = new AnnotationContext("schema");
50 public static final AnnotationContext NOTATION
51 = new AnnotationContext("notation");
52 public static final AnnotationContext ELEMENT_DECL
53 = new AnnotationContext("element");
54 public static final AnnotationContext IDENTITY_CONSTRAINT
55 = new AnnotationContext("identityConstrain
[all...]

Completed in 29 milliseconds