Searched defs:__uri (Results 1 - 25 of 32) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A Dqname.java67 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
69 $uri = $__uri;
75 revertToParentFromEnterElement($runtime.parseUName(qvalue), super._cookie, $__uri, $__local, $__qname, $attrs);
86 public void leaveElement(String $__uri, String $__local, String $__qname) throws SAXException { argument
88 $uri = $__uri;
94 revertToParentFromLeaveElement($runtime.parseUName(qvalue), super._cookie, $__uri, $__local, $__qname);
105 public void enterAttribute(String $__uri, String $__local, String $__qname) throws SAXException { argument
107 $uri = $__uri;
113 revertToParentFromEnterAttribute($runtime.parseUName(qvalue), super._cookie, $__uri, $__local, $__qname);
124 public void leaveAttribute(String $__uri, Strin argument
[all...]
H A Dqualification.java67 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
69 $uri = $__uri;
75 revertToParentFromEnterElement(new Boolean(text.trim().equals("qualified")), super._cookie, $__uri, $__local, $__qname, $attrs);
86 public void leaveElement(String $__uri, String $__local, String $__qname) throws SAXException { argument
88 $uri = $__uri;
94 revertToParentFromLeaveElement(new Boolean(text.trim().equals("qualified")), super._cookie, $__uri, $__local, $__qname);
105 public void enterAttribute(String $__uri, String $__local, String $__qname) throws SAXException { argument
107 $uri = $__uri;
113 revertToParentFromEnterAttribute(new Boolean(text.trim().equals("qualified")), super._cookie, $__uri, $__local, $__qname);
124 public void leaveAttribute(String $__uri, Strin argument
[all...]
H A DSimpleType_List.java96 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
98 $uri = $__uri;
104 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation"))) {
106 spawnChildFromEnterElement(h, $__uri, $__local, $__qname, $attrs);
110 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
116 revertToParentFromEnterElement(result, super._cookie, $__uri, $__local, $__qname, $attrs);
123 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
126 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("simpleType"))) {
128 spawnChildFromEnterElement(h, $__uri, $__local, $__qname, $attrs);
138 if((($__uri
167 leaveElement(String $__uri, String $__local, String $__qname) argument
226 enterAttribute(String $__uri, String $__local, String $__qname) argument
272 leaveAttribute(String $__uri, String $__local, String $__qname) argument
[all...]
H A DSimpleType_Restriction.java102 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
104 $uri = $__uri;
110 revertToParentFromEnterElement(result, super._cookie, $__uri, $__local, $__qname, $attrs);
115 if(((($ai = $runtime.getAttributeIndex("","base"))>=0 && (((((((((((((($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("minExclusive")) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("maxExclusive"))) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("minInclusive"))) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("maxInclusive"))) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("totalDigits"))) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("fractionDigits"))) || ($__uri
203 leaveElement(String $__uri, String $__local, String $__qname) argument
274 enterAttribute(String $__uri, String $__local, String $__qname) argument
333 leaveAttribute(String $__uri, String $__local, String $__qname) argument
[all...]
H A DSimpleType_Union.java108 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
110 $uri = $__uri;
116 if((($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation")) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("simpleType")))) {
118 spawnChildFromEnterElement(h, $__uri, $__local, $__qname, $attrs);
127 revertToParentFromEnterElement(result, super._cookie, $__uri, $__local, $__qname, $attrs);
132 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("union"))) {
133 $runtime.onEnterElementConsumed($__uri, $__local, $__qname, $attrs);
144 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("simpleType"))) {
146 spawnChildFromEnterElement(h, $__uri,
197 leaveElement(String $__uri, String $__local, String $__qname) argument
263 enterAttribute(String $__uri, String $__local, String $__qname) argument
305 leaveAttribute(String $__uri, String $__local, String $__qname) argument
[all...]
H A Dannotation.java84 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
86 $uri = $__uri;
92 revertToParentFromEnterElement(makeResult(), super._cookie, $__uri, $__local, $__qname, $attrs);
97 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation"))) {
98 $runtime.onEnterElementConsumed($__uri, $__local, $__qname, $attrs);
115 public void leaveElement(String $__uri, String $__local, String $__qname) throws SAXException { argument
117 $uri = $__uri;
123 revertToParentFromLeaveElement(makeResult(), super._cookie, $__uri, $__local, $__qname);
128 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation"))) {
129 $runtime.onLeaveElementConsumed($__uri,
145 enterAttribute(String $__uri, String $__local, String $__qname) argument
164 leaveAttribute(String $__uri, String $__local, String $__qname) argument
[all...]
H A DattributeDeclBody.java89 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
91 $uri = $__uri;
97 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation"))) {
99 spawnChildFromEnterElement(h, $__uri, $__local, $__qname, $attrs);
103 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
109 revertToParentFromEnterElement(makeResult(), super._cookie, $__uri, $__local, $__qname, $attrs);
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
173 leaveElement(String $__uri, String $__local, String $__qname) argument
245 enterAttribute(String $__uri, String $__local, String $__qname) argument
314 leaveAttribute(String $__uri, String $__local, String $__qname) argument
[all...]
H A DattributeGroupDecl.java80 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
82 $uri = $__uri;
90 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
97 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
106 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation"))) {
108 spawnChildFromEnterElement(h, $__uri, $__local, $__qname, $attrs);
112 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
118 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("attributeGroup"))) {
119 $runtime.onEnterElementConsumed($__uri, $__local, $__qname, $attrs);
132 $runtime.sendEnterElement(super._cookie, $__uri,
175 leaveElement(String $__uri, String $__local, String $__qname) argument
263 enterAttribute(String $__uri, String $__local, String $__qname) argument
316 leaveAttribute(String $__uri, String $__local, String $__qname) argument
[all...]
H A DattributeUses.java140 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
142 $uri = $__uri;
150 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
154 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
160 if((($ai = $runtime.getAttributeIndex("","processContents"))>=0 || (($ai = $runtime.getAttributeIndex("","namespace"))>=0 || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation"))))) {
162 spawnChildFromEnterElement(h, $__uri, $__local, $__qname, $attrs);
173 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
182 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation"))) {
184 spawnChildFromEnterElement(h, $__uri, $__local, $__qname, $attrs);
188 $runtime.sendEnterElement(super._cookie, $__uri,
319 leaveElement(String $__uri, String $__local, String $__qname) argument
495 enterAttribute(String $__uri, String $__local, String $__qname) argument
622 leaveAttribute(String $__uri, String $__local, String $__qname) argument
[all...]
H A DcomplexType_complexContent_body.java73 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
75 $uri = $__uri;
81 revertToParentFromEnterElement(particle, super._cookie, $__uri, $__local, $__qname, $attrs);
86 if((($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("attribute")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("anyAttribute")) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("attributeGroup"))))) {
88 spawnChildFromEnterElement(h, $__uri, $__local, $__qname, $attrs);
92 spawnChildFromEnterElement(h, $__uri, $__local, $__qname, $attrs);
98 if((($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("group")) || (($__uri
116 leaveElement(String $__uri, String $__local, String $__qname) argument
147 enterAttribute(String $__uri, String $__local, String $__qname) argument
178 leaveAttribute(String $__uri, String $__local, String $__qname) argument
[all...]
H A DerSet.java67 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
69 $uri = $__uri;
75 revertToParentFromEnterElement(makeResult(), super._cookie, $__uri, $__local, $__qname, $attrs);
86 public void leaveElement(String $__uri, String $__local, String $__qname) throws SAXException { argument
88 $uri = $__uri;
94 revertToParentFromLeaveElement(makeResult(), super._cookie, $__uri, $__local, $__qname);
105 public void enterAttribute(String $__uri, String $__local, String $__qname) throws SAXException { argument
107 $uri = $__uri;
113 revertToParentFromEnterAttribute(makeResult(), super._cookie, $__uri, $__local, $__qname);
124 public void leaveAttribute(String $__uri, Strin argument
[all...]
H A DersSet.java67 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
69 $uri = $__uri;
75 revertToParentFromEnterElement(makeResult(), super._cookie, $__uri, $__local, $__qname, $attrs);
86 public void leaveElement(String $__uri, String $__local, String $__qname) throws SAXException { argument
88 $uri = $__uri;
94 revertToParentFromLeaveElement(makeResult(), super._cookie, $__uri, $__local, $__qname);
105 public void enterAttribute(String $__uri, String $__local, String $__qname) throws SAXException { argument
107 $uri = $__uri;
113 revertToParentFromEnterAttribute(makeResult(), super._cookie, $__uri, $__local, $__qname);
124 public void leaveAttribute(String $__uri, Strin argument
[all...]
H A Dfacet.java82 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
84 $uri = $__uri;
90 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation"))) {
92 spawnChildFromEnterElement(h, $__uri, $__local, $__qname, $attrs);
96 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
102 if((((((((((((($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("minExclusive")) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("maxExclusive"))) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("minInclusive"))) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("maxInclusive"))) || ($__uri
159 leaveElement(String $__uri, String $__local, String $__qname) argument
230 enterAttribute(String $__uri, String $__local, String $__qname) argument
276 leaveAttribute(String $__uri, String $__local, String $__qname) argument
[all...]
H A DforeignAttributes.java68 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
70 $uri = $__uri;
76 revertToParentFromEnterElement(makeResult(), super._cookie, $__uri, $__local, $__qname, $attrs);
87 public void leaveElement(String $__uri, String $__local, String $__qname) throws SAXException { argument
89 $uri = $__uri;
95 revertToParentFromLeaveElement(makeResult(), super._cookie, $__uri, $__local, $__qname);
106 public void enterAttribute(String $__uri, String $__local, String $__qname) throws SAXException { argument
108 $uri = $__uri;
114 revertToParentFromEnterAttribute(makeResult(), super._cookie, $__uri, $__local, $__qname);
125 public void leaveAttribute(String $__uri, Strin argument
[all...]
H A Dgroup.java92 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
94 $uri = $__uri;
100 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("group"))) {
101 $runtime.onEnterElementConsumed($__uri, $__local, $__qname, $attrs);
112 if((($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("group")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("any")) || (((($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("all")) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("choice"))) || ($__uri
191 leaveElement(String $__uri, String $__local, String $__qname) argument
273 enterAttribute(String $__uri, String $__local, String $__qname) argument
319 leaveAttribute(String $__uri, String $__local, String $__qname) argument
[all...]
H A DidentityConstraint.java93 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
95 $uri = $__uri;
101 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("field"))) {
102 $runtime.onEnterElementConsumed($__uri, $__local, $__qname, $attrs);
112 if((($ai = $runtime.getAttributeIndex("","name"))>=0 && (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation")) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("selector"))))) {
114 spawnChildFromEnterElement(h, $__uri, $__local, $__qname, $attrs);
125 spawnChildFromEnterElement(h, $__uri, $__local, $__qname, $attrs);
136 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
147 spawnChildFromEnterElement(h, $__uri,
225 leaveElement(String $__uri, String $__local, String $__qname) argument
339 enterAttribute(String $__uri, String $__local, String $__qname) argument
418 leaveAttribute(String $__uri, String $__local, String $__qname) argument
[all...]
H A DimportDecl.java75 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
77 $uri = $__uri;
83 revertToParentFromEnterElement(this, super._cookie, $__uri, $__local, $__qname, $attrs);
90 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
94 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
100 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("import"))) {
101 $runtime.onEnterElementConsumed($__uri, $__local, $__qname, $attrs);
111 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation"))) {
113 spawnChildFromEnterElement(h, $__uri, $__local, $__qname, $attrs);
117 $runtime.sendEnterElement(super._cookie, $__uri,
141 leaveElement(String $__uri, String $__local, String $__qname) argument
202 enterAttribute(String $__uri, String $__local, String $__qname) argument
249 leaveAttribute(String $__uri, String $__local, String $__qname) argument
[all...]
H A DincludeDecl.java71 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
73 $uri = $__uri;
81 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
90 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation"))) {
92 spawnChildFromEnterElement(h, $__uri, $__local, $__qname, $attrs);
96 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
102 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("include"))) {
103 $runtime.onEnterElementConsumed($__uri, $__local, $__qname, $attrs);
113 revertToParentFromEnterElement(this, super._cookie, $__uri, $__local, $__qname, $attrs);
124 public void leaveElement(String $__uri, Strin argument
172 enterAttribute(String $__uri, String $__local, String $__qname) argument
207 leaveAttribute(String $__uri, String $__local, String $__qname) argument
[all...]
H A DmodelGroupBody.java94 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
96 $uri = $__uri;
102 if((($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("group")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("any")) || (((($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("all")) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("choice"))) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("sequence"))) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("element")))))) {
104 spawnChildFromEnterElement(h, $__uri, $__local, $__qname, $attrs);
108 $runtime.sendEnterElement(super._cookie, $__uri,
162 leaveElement(String $__uri, String $__local, String $__qname) argument
206 enterAttribute(String $__uri, String $__local, String $__qname) argument
250 leaveAttribute(String $__uri, String $__local, String $__qname) argument
[all...]
H A Dnotation.java75 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
77 $uri = $__uri;
83 revertToParentFromEnterElement(makeResult(), super._cookie, $__uri, $__local, $__qname, $attrs);
88 if((($ai = $runtime.getAttributeIndex("","name"))>=0 && ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation")))) {
90 spawnChildFromEnterElement(h, $__uri, $__local, $__qname, $attrs);
99 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation"))) {
101 spawnChildFromEnterElement(h, $__uri, $__local, $__qname, $attrs);
105 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
113 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
117 $runtime.sendEnterElement(super._cookie, $__uri,
164 leaveElement(String $__uri, String $__local, String $__qname) argument
246 enterAttribute(String $__uri, String $__local, String $__qname) argument
314 leaveAttribute(String $__uri, String $__local, String $__qname) argument
[all...]
H A Doccurs.java80 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
82 $uri = $__uri;
90 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
94 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
102 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
106 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
112 revertToParentFromEnterElement(this, super._cookie, $__uri, $__local, $__qname, $attrs);
123 public void leaveElement(String $__uri, String $__local, String $__qname) throws SAXException { argument
125 $uri = $__uri;
133 $runtime.sendLeaveElement(super._cookie, $__uri,
166 enterAttribute(String $__uri, String $__local, String $__qname) argument
207 leaveAttribute(String $__uri, String $__local, String $__qname) argument
[all...]
H A Dparticle.java128 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
130 $uri = $__uri;
136 if(((($ai = $runtime.getAttributeIndex("","minOccurs"))>=0 && ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation"))) || ((($ai = $runtime.getAttributeIndex("","processContents"))>=0 && ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation"))) || ((($ai = $runtime.getAttributeIndex("","maxOccurs"))>=0 && ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation"))) || ((($ai = $runtime.getAttributeIndex("","namespace"))>=0 && ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation"))) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation"))))))) {
138 spawnChildFromEnterElement(h, $__uri, $__local, $__qname, $attrs);
147 if((($ai = $runtime.getAttributeIndex("","processContents"))>=0 || (($ai = $runtime.getAttributeIndex("","namespace"))>=0 || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation"))))) {
149 spawnChildFromEnterElement(h, $__uri,
312 leaveElement(String $__uri, String $__local, String $__qname) argument
495 enterAttribute(String $__uri, String $__local, String $__qname) argument
621 leaveAttribute(String $__uri, String $__local, String $__qname) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/gen/config/
H A DClasses.java75 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
77 $uri = $__uri;
83 if(($__uri.equals("") && $__local.equals("excludes"))) {
84 $runtime.onEnterElementConsumed($__uri, $__local, $__qname, $attrs);
89 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
96 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
101 if(($__uri.equals("") && $__local.equals("includes"))) {
102 $runtime.onEnterElementConsumed($__uri, $__local, $__qname, $attrs);
112 if(($__uri.equals("") && $__local.equals("classes"))) {
113 $runtime.onEnterElementConsumed($__uri,
134 leaveElement(String $__uri, String $__local, String $__qname) argument
198 enterAttribute(String $__uri, String $__local, String $__qname) argument
229 leaveAttribute(String $__uri, String $__local, String $__qname) argument
[all...]
H A DConfig.java71 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
73 $uri = $__uri;
79 if(($__uri.equals("") && $__local.equals("schema"))) {
81 spawnChildFromEnterElement(h, $__uri, $__local, $__qname, $attrs);
90 if(($__uri.equals("") && $__local.equals("classes"))) {
92 spawnChildFromEnterElement(h, $__uri, $__local, $__qname, $attrs);
103 $runtime.sendEnterElement(super._cookie, $__uri, $__local, $__qname, $attrs);
112 revertToParentFromEnterElement(this, super._cookie, $__uri, $__local, $__qname, $attrs);
117 if(($__uri.equals("") && $__local.equals("schema"))) {
119 spawnChildFromEnterElement(h, $__uri,
146 leaveElement(String $__uri, String $__local, String $__qname) argument
193 enterAttribute(String $__uri, String $__local, String $__qname) argument
228 leaveAttribute(String $__uri, String $__local, String $__qname) argument
[all...]
H A DSchema.java64 public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException { argument
66 $uri = $__uri;
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, Strin argument
172 enterAttribute(String $__uri, String $__local, String $__qname) argument
213 leaveAttribute(String $__uri, String $__local, String $__qname) argument
[all...]

Completed in 1736 milliseconds

12