Searched refs:AnnotationContext (Results 1 - 25 of 27) sorted by relevance

12

/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...]
H A DAnnotationParser.java61 AnnotationContext context,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DDefaultAnnotationParser.java28 import com.sun.xml.internal.xsom.parser.AnnotationContext;
50 AnnotationContext contest, String elementName,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/util/
H A DDomAnnotationParserFactory.java29 import com.sun.xml.internal.xsom.parser.AnnotationContext;
81 public ContentHandler getContentHandler(AnnotationContext context, String parentElementName, ErrorHandler errorHandler, EntityResolver entityResolver) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A Dannotation.java47 private AnnotationContext context;
59 public annotation(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AnnotationImpl _existing, AnnotationContext _context) {
67 public annotation(NGCCRuntimeEx runtime, AnnotationImpl _existing, AnnotationContext _context) {
H A Dredefine.java124 NGCCHandler h = new annotation(this, super._source, $runtime, 581, null,AnnotationContext.SCHEMA);
187 NGCCHandler h = new annotation(this, super._source, $runtime, 576, null,AnnotationContext.SCHEMA);
H A DimportDecl.java112 NGCCHandler h = new annotation(this, super._source, $runtime, 498, null,AnnotationContext.SCHEMA);
H A DincludeDecl.java91 NGCCHandler h = new annotation(this, super._source, $runtime, 610, null,AnnotationContext.SCHEMA);
H A Dxpath.java78 NGCCHandler h = new annotation(this, super._source, $runtime, 679, null,AnnotationContext.XPATH);
H A DcomplexType.java195 NGCCHandler h = new annotation(this, super._source, $runtime, 81, null,AnnotationContext.COMPLEXTYPE_DECL);
315 NGCCHandler h = new annotation(this, super._source, $runtime, 64, annotation,AnnotationContext.COMPLEXTYPE_DECL);
396 NGCCHandler h = new annotation(this, super._source, $runtime, 9, annotation,AnnotationContext.COMPLEXTYPE_DECL);
470 NGCCHandler h = new annotation(this, super._source, $runtime, 20, annotation,AnnotationContext.COMPLEXTYPE_DECL);
482 NGCCHandler h = new annotation(this, super._source, $runtime, 44, annotation,AnnotationContext.COMPLEXTYPE_DECL);
529 NGCCHandler h = new annotation(this, super._source, $runtime, 73, annotation,AnnotationContext.COMPLEXTYPE_DECL);
541 NGCCHandler h = new annotation(this, super._source, $runtime, 29, annotation,AnnotationContext.COMPLEXTYPE_DECL);
H A DattributeUses.java183 NGCCHandler h = new annotation(this, super._source, $runtime, 455, null,AnnotationContext.ATTRIBUTE_USE);
246 NGCCHandler h = new annotation(this, super._source, $runtime, 466, null,AnnotationContext.ATTRIBUTE_USE);
H A DSimpleType_List.java105 NGCCHandler h = new annotation(this, super._source, $runtime, 693, annotation,AnnotationContext.SIMPLETYPE_DECL);
H A DSimpleType_Union.java168 NGCCHandler h = new annotation(this, super._source, $runtime, 663, annotation,AnnotationContext.SIMPLETYPE_DECL);
H A DattributeGroupDecl.java107 NGCCHandler h = new annotation(this, super._source, $runtime, 525, null,AnnotationContext.ATTRIBUTE_GROUP);
H A Dfacet.java91 NGCCHandler h = new annotation(this, super._source, $runtime, 418, null,AnnotationContext.SIMPLETYPE_DECL);
H A Dgroup.java169 NGCCHandler h = new annotation(this, super._source, $runtime, 597, null,AnnotationContext.MODELGROUP_DECL);
H A DmodelGroupBody.java145 NGCCHandler h = new annotation(this, super._source, $runtime, 518, null,AnnotationContext.MODELGROUP);
H A Dnotation.java100 NGCCHandler h = new annotation(this, super._source, $runtime, 539, null,AnnotationContext.NOTATION);
H A DSimpleType_Restriction.java186 NGCCHandler h = new annotation(this, super._source, $runtime, 443, annotation,AnnotationContext.SIMPLETYPE_DECL);
H A DattributeDeclBody.java98 NGCCHandler h = new annotation(this, super._source, $runtime, 210, null,AnnotationContext.ATTRIBUTE_DECL);
H A DidentityConstraint.java185 NGCCHandler h = new annotation(this, super._source, $runtime, 244, null,AnnotationContext.IDENTITY_CONSTRAINT);
H A DsimpleType.java169 NGCCHandler h = new annotation(this, super._source, $runtime, 186, null,AnnotationContext.SIMPLETYPE_DECL);
H A DwildcardBody.java107 NGCCHandler h = new annotation(this, super._source, $runtime, 414, null,AnnotationContext.WILDCARD);
H A DSchema.java224 NGCCHandler h = new annotation(this, super._source, $runtime, 351, anno,AnnotationContext.SCHEMA);
338 NGCCHandler h = new annotation(this, super._source, $runtime, 362, anno,AnnotationContext.SCHEMA);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DAnnotationParserFactoryImpl.java36 import com.sun.xml.internal.xsom.parser.AnnotationContext;
75 AnnotationContext context, String parentElementName,

Completed in 72 milliseconds

12