Lines Matching refs:runtime

51     protected final NGCCRuntimeEx $runtime;
58 return($runtime);
61 public notation(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) {
63 $runtime = runtime;
67 public notation(NGCCRuntimeEx runtime) {
68 this(null, runtime, runtime, -1);
72 loc = $runtime.copyLocator();
88 if((($ai = $runtime.getAttributeIndex("","name"))>=0 && ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation")))) {
89 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 554, null);
100 NGCCHandler h = new annotation(this, super._source, $runtime, 539, null,AnnotationContext.NOTATION);
105 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
111 if(($ai = $runtime.getAttributeIndex("","system"))>=0) {
112 $runtime.consumeAttribute($ai);
113 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
117 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
123 if(($ai = $runtime.getAttributeIndex("","name"))>=0) {
124 $runtime.consumeAttribute($ai);
125 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
134 if(($ai = $runtime.getAttributeIndex("","public"))>=0) {
135 $runtime.consumeAttribute($ai);
136 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
140 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
147 $runtime.onEnterElementConsumed($__uri, $__local, $__qname, $attrs);
178 $runtime.onLeaveElementConsumed($__uri, $__local, $__qname);
188 if((($ai = $runtime.getAttributeIndex("","name"))>=0 && ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("notation")))) {
189 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 554, null);
200 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
205 if(($ai = $runtime.getAttributeIndex("","system"))>=0) {
206 $runtime.consumeAttribute($ai);
207 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
211 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
217 if(($ai = $runtime.getAttributeIndex("","name"))>=0) {
218 $runtime.consumeAttribute($ai);
219 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
228 if(($ai = $runtime.getAttributeIndex("","public"))>=0) {
229 $runtime.consumeAttribute($ai);
230 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
234 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
260 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 554, null);
271 $runtime.sendEnterAttribute(super._cookie, $__uri, $__local, $__qname);
281 $runtime.sendEnterAttribute(super._cookie, $__uri, $__local, $__qname);
302 $runtime.sendEnterAttribute(super._cookie, $__uri, $__local, $__qname);
328 $runtime.sendLeaveAttribute(super._cookie, $__uri, $__local, $__qname);
334 $runtime.sendLeaveAttribute(super._cookie, $__uri, $__local, $__qname);
350 $runtime.sendLeaveAttribute(super._cookie, $__uri, $__local, $__qname);
397 if(($ai = $runtime.getAttributeIndex("","name"))>=0) {
398 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 554, null);
406 $runtime.sendText(super._cookie, $value);
417 if(($ai = $runtime.getAttributeIndex("","system"))>=0) {
418 $runtime.consumeAttribute($ai);
419 $runtime.sendText(super._cookie, $value);
423 $runtime.sendText(super._cookie, $value);
435 if(($ai = $runtime.getAttributeIndex("","name"))>=0) {
436 $runtime.consumeAttribute($ai);
437 $runtime.sendText(super._cookie, $value);
443 if(($ai = $runtime.getAttributeIndex("","public"))>=0) {
444 $runtime.consumeAttribute($ai);
445 $runtime.sendText(super._cookie, $value);
449 $runtime.sendText(super._cookie, $value);
480 return new NotationImpl( $runtime.document,ann,loc,fa,name,pub,sys);