Lines Matching refs:runtime

51     protected final NGCCRuntimeEx $runtime;
58 return($runtime);
61 public redefine(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) {
63 $runtime = runtime;
67 public redefine(NGCCRuntimeEx runtime) {
68 this(null, runtime, runtime, -1);
72 XSAttGroupDecl oldAg = $runtime.currentSchema.getAttGroupDecl(newAg.getName());
74 $runtime.reportError( Messages.format(Messages.ERR_UNDEFINED_ATTRIBUTEGROUP,newAg.getName()) );
77 $runtime.currentSchema.addAttGroupDecl(newAg,true);
82 XSModelGroupDecl oldGrp = $runtime.currentSchema.getModelGroupDecl(newGrp.getName());
84 $runtime.reportError( Messages.format(Messages.ERR_UNDEFINED_MODELGROUP,newGrp.getName()) );
87 $runtime.currentSchema.addModelGroupDecl(newGrp,true);
92 XSComplexType oldCt = $runtime.currentSchema.getComplexType(newCt.getName());
94 $runtime.reportError( Messages.format(Messages.ERR_UNDEFINED_COMPLEXTYPE,newCt.getName()) );
97 $runtime.currentSchema.addComplexType(newCt,true);
102 XSSimpleType oldSt = $runtime.currentSchema.getSimpleType(newSt.getName());
104 $runtime.reportError( Messages.format(Messages.ERR_UNDEFINED_SIMPLETYPE,newSt.getName()) );
107 $runtime.currentSchema.addSimpleType(newSt,true);
112 $runtime.includeSchema( schemaLocation );
124 NGCCHandler h = new annotation(this, super._source, $runtime, 581, null,AnnotationContext.SCHEMA);
129 NGCCHandler h = new simpleType(this, super._source, $runtime, 582);
134 NGCCHandler h = new complexType(this, super._source, $runtime, 583);
139 NGCCHandler h = new group(this, super._source, $runtime, 584);
144 NGCCHandler h = new attributeGroupDecl(this, super._source, $runtime, 585);
149 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
160 $runtime.onEnterElementConsumed($__uri, $__local, $__qname, $attrs);
175 if(($ai = $runtime.getAttributeIndex("","schemaLocation"))>=0) {
176 $runtime.consumeAttribute($ai);
177 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
187 NGCCHandler h = new annotation(this, super._source, $runtime, 576, null,AnnotationContext.SCHEMA);
192 NGCCHandler h = new simpleType(this, super._source, $runtime, 577);
197 NGCCHandler h = new complexType(this, super._source, $runtime, 578);
202 NGCCHandler h = new group(this, super._source, $runtime, 579);
207 NGCCHandler h = new attributeGroupDecl(this, super._source, $runtime, 580);
236 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
246 if(($ai = $runtime.getAttributeIndex("","schemaLocation"))>=0) {
247 $runtime.consumeAttribute($ai);
248 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
258 $runtime.onLeaveElementConsumed($__uri, $__local, $__qname);
283 $runtime.sendEnterAttribute(super._cookie, $__uri, $__local, $__qname);
318 $runtime.sendLeaveAttribute(super._cookie, $__uri, $__local, $__qname);
350 $runtime.sendText(super._cookie, $value);
367 if(($ai = $runtime.getAttributeIndex("","schemaLocation"))>=0) {
368 $runtime.consumeAttribute($ai);
369 $runtime.sendText(super._cookie, $value);