Lines Matching refs:runtime

53     protected final NGCCRuntimeEx $runtime;
60 return($runtime);
63 public wildcardBody(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, Locator _locator) {
65 $runtime = runtime;
70 public wildcardBody(NGCCRuntimeEx runtime, Locator _locator) {
71 this(null, runtime, runtime, -1, _locator);
82 if(($ai = $runtime.getAttributeIndex("","processContents"))>=0) {
83 $runtime.consumeAttribute($ai);
84 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
88 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
94 if((($ai = $runtime.getAttributeIndex("","processContents"))>=0 || ($ai = $runtime.getAttributeIndex("","namespace"))>=0)) {
95 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 412, null);
99 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 412, null);
107 NGCCHandler h = new annotation(this, super._source, $runtime, 414, null,AnnotationContext.WILDCARD);
112 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
118 if(($ai = $runtime.getAttributeIndex("","namespace"))>=0) {
119 $runtime.consumeAttribute($ai);
120 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
124 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
149 if(($ai = $runtime.getAttributeIndex("","processContents"))>=0) {
150 $runtime.consumeAttribute($ai);
151 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
155 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
161 if((($ai = $runtime.getAttributeIndex("","processContents"))>=0 || ($ai = $runtime.getAttributeIndex("","namespace"))>=0)) {
162 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 412, null);
166 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 412, null);
174 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
179 if(($ai = $runtime.getAttributeIndex("","namespace"))>=0) {
180 $runtime.consumeAttribute($ai);
181 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
185 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
215 $runtime.sendEnterAttribute(super._cookie, $__uri, $__local, $__qname);
222 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 412, null);
226 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 412, null);
234 $runtime.sendEnterAttribute(super._cookie, $__uri, $__local, $__qname);
244 $runtime.sendEnterAttribute(super._cookie, $__uri, $__local, $__qname);
270 $runtime.sendLeaveAttribute(super._cookie, $__uri, $__local, $__qname);
275 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 412, null);
292 $runtime.sendLeaveAttribute(super._cookie, $__uri, $__local, $__qname);
298 $runtime.sendLeaveAttribute(super._cookie, $__uri, $__local, $__qname);
329 if(($ai = $runtime.getAttributeIndex("","processContents"))>=0) {
330 $runtime.consumeAttribute($ai);
331 $runtime.sendText(super._cookie, $value);
335 $runtime.sendText(super._cookie, $value);
347 if(($ai = $runtime.getAttributeIndex("","namespace"))>=0) {
348 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 412, null);
352 if(($ai = $runtime.getAttributeIndex("","processContents"))>=0) {
353 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 412, null);
357 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 412, null);
372 $runtime.sendText(super._cookie, $value);
377 if(($ai = $runtime.getAttributeIndex("","namespace"))>=0) {
378 $runtime.consumeAttribute($ai);
379 $runtime.sendText(super._cookie, $value);
383 $runtime.sendText(super._cookie, $value);
427 return new WildcardImpl.Any( $runtime.document, annotation,locator,fa,mode);
430 return new WildcardImpl.Other( $runtime.document,
432 $runtime.currentSchema.getTargetNamespace(),mode);
439 if(ns.equals("##targetNamespace")) ns=$runtime.currentSchema.getTargetNamespace();
443 return new WildcardImpl.Finite( $runtime.document, annotation,locator,fa,s,mode);