Searched refs:currentSchema (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A Dredefine.java72 XSAttGroupDecl oldAg = $runtime.currentSchema.getAttGroupDecl(newAg.getName());
77 $runtime.currentSchema.addAttGroupDecl(newAg,true);
82 XSModelGroupDecl oldGrp = $runtime.currentSchema.getModelGroupDecl(newGrp.getName());
87 $runtime.currentSchema.addModelGroupDecl(newGrp,true);
92 XSComplexType oldCt = $runtime.currentSchema.getComplexType(newCt.getName());
97 $runtime.currentSchema.addComplexType(newCt,true);
102 XSSimpleType oldSt = $runtime.currentSchema.getSimpleType(newSt.getName());
107 $runtime.currentSchema.addSimpleType(newSt,true);
H A DSchema.java88 $runtime.checkDoubleDefError( $runtime.currentSchema.getAttGroupDecl(ag.getName()) );
89 $runtime.currentSchema.addAttGroupDecl(ag,false);
93 $runtime.currentSchema.addNotation(notation);
97 $runtime.checkDoubleDefError( $runtime.currentSchema.getModelGroupDecl(group.getName()) );
98 $runtime.currentSchema.addModelGroupDecl(group,false);
102 $runtime.checkDoubleDefError( $runtime.currentSchema.getAttributeDecl(ad.getName()) );
103 $runtime.currentSchema.addAttributeDecl(ad);
113 $runtime.checkDoubleDefError( $runtime.currentSchema.getType(ct.getName()) );
114 $runtime.currentSchema.addComplexType(ct,false);
118 $runtime.checkDoubleDefError( $runtime.currentSchema
[all...]
H A DattributeDeclBody.java81 $runtime, locator, $runtime.currentSchema, typeName );
530 if(form==true) tns = $runtime.currentSchema.getTargetNamespace();
H A DwildcardBody.java432 $runtime.currentSchema.getTargetNamespace(),mode);
439 if(ns.equals("##targetNamespace")) ns=$runtime.currentSchema.getTargetNamespace();
H A DattributeUses.java90 $runtime, locator, $runtime.currentSchema, groupName ));
114 $runtime, locator, $runtime.currentSchema, attDeclName );
H A DSimpleType_List.java88 $runtime, lloc, $runtime.currentSchema, itemTypeName);
H A DSimpleType_Union.java97 $runtime, uloc, $runtime.currentSchema, memberTypeName));
H A Dgroup.java74 $runtime.currentSchema.getTargetNamespace(),
H A DelementDeclBody.java89 $runtime, locator, $runtime.currentSchema, typeName );
96 $runtime, locator, $runtime.currentSchema, substRef );
1143 if(form) tns = $runtime.currentSchema.getTargetNamespace();
H A DSimpleType_Restriction.java94 $runtime, rloc, $runtime.currentSchema, baseTypeName );
H A DcomplexType.java100 $runtime, locator2, $runtime.currentSchema, baseTypeName );
118 $runtime, locator2, $runtime.currentSchema, baseTypeName );
138 $runtime, locator2, $runtime.currentSchema, baseTypeName );
174 $runtime, locator2, $runtime.currentSchema, baseTypeName );
H A DidentityConstraint.java78 $runtime, $runtime.copyLocator(), $runtime.currentSchema, ref );
H A Dparticle.java94 $runtime, loc, $runtime.currentSchema, elementTypeName ),
106 $runtime, loc, $runtime.currentSchema, groupName ),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DNGCCRuntimeEx.java66 public SchemaImpl currentSchema; field in class:NGCCRuntimeEx
223 runtime.currentSchema = this.currentSchema;
235 true, currentSchema.getTargetNamespace(), getLocator() );
297 document = new SchemaDocumentImpl( currentSchema, documentSystemId );
458 uri = currentSchema.getTargetNamespace();

Completed in 58 milliseconds