Lines Matching defs:__local

64     public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException {
67 $localName = $__local;
74 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
78 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
86 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
90 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
96 if(($__uri.equals("") && $__local.equals("schema"))) {
97 $runtime.onEnterElementConsumed($__uri, $__local, $__qname, $attrs);
107 revertToParentFromEnterElement(this, super._cookie, $__uri, $__local, $__qname, $attrs);
118 public void leaveElement(String $__uri, String $__local, String $__qname) throws SAXException {
121 $localName = $__local;
126 if(($__uri.equals("") && $__local.equals("schema"))) {
127 $runtime.onLeaveElementConsumed($__uri, $__local, $__qname);
139 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
143 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
151 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
155 $runtime.sendLeaveElement(super._cookie, $__uri, $__local, $__qname);
161 revertToParentFromLeaveElement(this, super._cookie, $__uri, $__local, $__qname);
172 public void enterAttribute(String $__uri, String $__local, String $__qname) throws SAXException {
175 $localName = $__local;
180 if(($__uri.equals("") && $__local.equals("location"))) {
185 $runtime.sendEnterAttribute(super._cookie, $__uri, $__local, $__qname);
191 if(($__uri.equals("") && $__local.equals("namespace"))) {
196 $runtime.sendEnterAttribute(super._cookie, $__uri, $__local, $__qname);
202 revertToParentFromEnterAttribute(this, super._cookie, $__uri, $__local, $__qname);
213 public void leaveAttribute(String $__uri, String $__local, String $__qname) throws SAXException {
216 $localName = $__local;
221 if(($__uri.equals("") && $__local.equals("namespace"))) {
232 $runtime.sendLeaveAttribute(super._cookie, $__uri, $__local, $__qname);
238 $runtime.sendLeaveAttribute(super._cookie, $__uri, $__local, $__qname);
243 revertToParentFromLeaveAttribute(this, super._cookie, $__uri, $__local, $__qname);
248 if(($__uri.equals("") && $__local.equals("location"))) {