Lines Matching refs:runtime

49     protected final NGCCRuntimeEx $runtime;
56 return($runtime);
59 public xpath(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) {
61 $runtime = runtime;
65 public xpath(NGCCRuntimeEx runtime) {
66 this(null, runtime, runtime, -1);
78 NGCCHandler h = new annotation(this, super._source, $runtime, 679, null,AnnotationContext.XPATH);
83 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
89 if(($ai = $runtime.getAttributeIndex("","xpath"))>=0) {
90 $runtime.consumeAttribute($ai);
91 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
100 if((($ai = $runtime.getAttributeIndex("","xpath"))>=0 && ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation")))) {
101 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 684, null);
131 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
136 if(($ai = $runtime.getAttributeIndex("","xpath"))>=0) {
137 $runtime.consumeAttribute($ai);
138 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
147 if(($ai = $runtime.getAttributeIndex("","xpath"))>=0) {
148 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 684, null);
178 $runtime.sendEnterAttribute(super._cookie, $__uri, $__local, $__qname);
194 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 684, null);
224 $runtime.sendLeaveAttribute(super._cookie, $__uri, $__local, $__qname);
256 $runtime.sendText(super._cookie, $value);
261 if(($ai = $runtime.getAttributeIndex("","xpath"))>=0) {
262 $runtime.consumeAttribute($ai);
263 $runtime.sendText(super._cookie, $value);
269 if(($ai = $runtime.getAttributeIndex("","xpath"))>=0) {
270 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 684, null);
312 return new XPathImpl($runtime.document,ann,$runtime.copyLocator(),fa,
313 $runtime.createXmlString(xpath));