Lines Matching refs:runtime

54     protected final NGCCRuntimeEx $runtime;
61 return($runtime);
64 public attributeDeclBody(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, Locator _locator, boolean _isLocal, String _defaultValue, String _fixedValue) {
66 $runtime = runtime;
74 public attributeDeclBody(NGCCRuntimeEx runtime, Locator _locator, boolean _isLocal, String _defaultValue, String _fixedValue) {
75 this(null, runtime, runtime, -1, _locator, _isLocal, _defaultValue, _fixedValue);
81 $runtime, locator, $runtime.currentSchema, typeName );
98 NGCCHandler h = new annotation(this, super._source, $runtime, 210, null,AnnotationContext.ATTRIBUTE_DECL);
103 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
114 if(($ai = $runtime.getAttributeIndex("","form"))>=0) {
115 $runtime.consumeAttribute($ai);
116 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
120 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
126 if((($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation")) || ((($ai = $runtime.getAttributeIndex("","type"))>=0 && (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("simpleType")) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation")))) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("simpleType"))))) {
127 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 212, fa);
131 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 212, fa);
138 if(($ai = $runtime.getAttributeIndex("","name"))>=0) {
139 $runtime.consumeAttribute($ai);
140 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
149 if(($ai = $runtime.getAttributeIndex("","type"))>=0) {
150 $runtime.consumeAttribute($ai);
151 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
155 NGCCHandler h = new simpleType(this, super._source, $runtime, 201);
160 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
182 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
192 if(($ai = $runtime.getAttributeIndex("","form"))>=0) {
193 $runtime.consumeAttribute($ai);
194 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
198 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
204 if(($ai = $runtime.getAttributeIndex("","type"))>=0) {
205 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 212, fa);
209 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 212, fa);
216 if(($ai = $runtime.getAttributeIndex("","name"))>=0) {
217 $runtime.consumeAttribute($ai);
218 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
227 if(($ai = $runtime.getAttributeIndex("","type"))>=0) {
228 $runtime.consumeAttribute($ai);
229 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
233 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
254 $runtime.sendEnterAttribute(super._cookie, $__uri, $__local, $__qname);
269 $runtime.sendEnterAttribute(super._cookie, $__uri, $__local, $__qname);
276 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 212, fa);
280 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 212, fa);
302 $runtime.sendEnterAttribute(super._cookie, $__uri, $__local, $__qname);
333 $runtime.sendLeaveAttribute(super._cookie, $__uri, $__local, $__qname);
344 $runtime.sendLeaveAttribute(super._cookie, $__uri, $__local, $__qname);
349 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 212, fa);
376 $runtime.sendLeaveAttribute(super._cookie, $__uri, $__local, $__qname);
393 $runtime.sendText(super._cookie, $value);
398 NGCCHandler h = new qname(this, super._source, $runtime, 203);
409 if(($ai = $runtime.getAttributeIndex("","form"))>=0) {
410 $runtime.consumeAttribute($ai);
411 $runtime.sendText(super._cookie, $value);
415 $runtime.sendText(super._cookie, $value);
421 if(($ai = $runtime.getAttributeIndex("","type"))>=0) {
422 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 212, fa);
426 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 212, fa);
439 if(($ai = $runtime.getAttributeIndex("","name"))>=0) {
440 $runtime.consumeAttribute($ai);
441 $runtime.sendText(super._cookie, $value);
447 if(($ai = $runtime.getAttributeIndex("","type"))>=0) {
448 $runtime.consumeAttribute($ai);
449 $runtime.sendText(super._cookie, $value);
453 $runtime.sendText(super._cookie, $value);
460 NGCCHandler h = new qualification(this, super._source, $runtime, 217);
465 NGCCHandler h = new qualification(this, super._source, $runtime, 217);
523 type = $runtime.parser.schemaSet.anySimpleType;
525 if(!formSpecified) form = $runtime.attributeFormDefault;
530 if(form==true) tns = $runtime.currentSchema.getTargetNamespace();
534 return new AttributeDeclImpl( $runtime.document, tns, name,
536 $runtime.createXmlString(defaultValue),
537 $runtime.createXmlString(fixedValue),