1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.nehInstitutionalProfileV10;
10
11
12
13
14
15
16
17 public interface NEHInstitutionalProfileDocument extends org.apache.xmlbeans.XmlObject
18 {
19 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
20 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NEHInstitutionalProfileDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nehinstitutionalprofile093bdoctype");
21
22
23
24
25 gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile getNEHInstitutionalProfile();
26
27
28
29
30 void setNEHInstitutionalProfile(gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile nehInstitutionalProfile);
31
32
33
34
35 gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile addNewNEHInstitutionalProfile();
36
37
38
39
40
41
42 public interface NEHInstitutionalProfile extends org.apache.xmlbeans.XmlObject
43 {
44 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
45 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NEHInstitutionalProfile.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nehinstitutionalprofile3558elemtype");
46
47
48
49
50 gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.OperatingBudget.Enum getOperatingBudget();
51
52
53
54
55 gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.OperatingBudget xgetOperatingBudget();
56
57
58
59
60 void setOperatingBudget(gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.OperatingBudget.Enum operatingBudget);
61
62
63
64
65 void xsetOperatingBudget(gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.OperatingBudget operatingBudget);
66
67
68
69
70 gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType.Enum getFullTimeStaff();
71
72
73
74
75 gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType xgetFullTimeStaff();
76
77
78
79
80 void setFullTimeStaff(gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType.Enum fullTimeStaff);
81
82
83
84
85 void xsetFullTimeStaff(gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType fullTimeStaff);
86
87
88
89
90 gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType.Enum getPartTimeStaff();
91
92
93
94
95 gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType xgetPartTimeStaff();
96
97
98
99
100 void setPartTimeStaff(gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType.Enum partTimeStaff);
101
102
103
104
105 void xsetPartTimeStaff(gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType partTimeStaff);
106
107
108
109
110 gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType.Enum getVolunteers();
111
112
113
114
115 gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType xgetVolunteers();
116
117
118
119
120 void setVolunteers(gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType.Enum volunteers);
121
122
123
124
125 void xsetVolunteers(gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType volunteers);
126
127
128
129
130 gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.DaysOpen.Enum getDaysOpen();
131
132
133
134
135 gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.DaysOpen xgetDaysOpen();
136
137
138
139
140 void setDaysOpen(gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.DaysOpen.Enum daysOpen);
141
142
143
144
145 void xsetDaysOpen(gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.DaysOpen daysOpen);
146
147
148
149
150 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNewToAgency();
151
152
153
154
155 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNewToAgency();
156
157
158
159
160 boolean isSetNewToAgency();
161
162
163
164
165 void setNewToAgency(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum newToAgency);
166
167
168
169
170 void xsetNewToAgency(gov.grants.apply.system.globalLibraryV20.YesNoDataType newToAgency);
171
172
173
174
175 void unsetNewToAgency();
176
177
178
179
180 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNewToProgram();
181
182
183
184
185 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNewToProgram();
186
187
188
189
190 boolean isSetNewToProgram();
191
192
193
194
195 void setNewToProgram(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum newToProgram);
196
197
198
199
200 void xsetNewToProgram(gov.grants.apply.system.globalLibraryV20.YesNoDataType newToProgram);
201
202
203
204
205 void unsetNewToProgram();
206
207
208
209
210 java.lang.String getFormVersion();
211
212
213
214
215 gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
216
217
218
219
220 void setFormVersion(java.lang.String formVersion);
221
222
223
224
225 void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
226
227
228
229
230
231
232 public interface OperatingBudget extends org.apache.xmlbeans.XmlString
233 {
234 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
235 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OperatingBudget.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("operatingbudget3ae6elemtype");
236
237 org.apache.xmlbeans.StringEnumAbstractBase enumValue();
238 void set(org.apache.xmlbeans.StringEnumAbstractBase e);
239
240 static final Enum BELOW_$_250_000 = Enum.forString("below $250,000");
241 static final Enum $_250_000_$_749_999 = Enum.forString("$250,000 - $749,999");
242 static final Enum $_750_000_$_2_000_000 = Enum.forString("$750,000 - $2,000,000");
243 static final Enum ABOVE_$_2_000_000 = Enum.forString("above $2,000,000");
244
245 static final int INT_BELOW_$_250_000 = Enum.INT_BELOW_$_250_000;
246 static final int INT_$_250_000_$_749_999 = Enum.INT_$_250_000_$_749_999;
247 static final int INT_$_750_000_$_2_000_000 = Enum.INT_$_750_000_$_2_000_000;
248 static final int INT_ABOVE_$_2_000_000 = Enum.INT_ABOVE_$_2_000_000;
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265 static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
266 {
267
268
269
270 public static Enum forString(java.lang.String s)
271 { return (Enum)table.forString(s); }
272
273
274
275 public static Enum forInt(int i)
276 { return (Enum)table.forInt(i); }
277
278 private Enum(java.lang.String s, int i)
279 { super(s, i); }
280
281 static final int INT_BELOW_$_250_000 = 1;
282 static final int INT_$_250_000_$_749_999 = 2;
283 static final int INT_$_750_000_$_2_000_000 = 3;
284 static final int INT_ABOVE_$_2_000_000 = 4;
285
286 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
287 new org.apache.xmlbeans.StringEnumAbstractBase.Table
288 (
289 new Enum[]
290 {
291 new Enum("below $250,000", INT_BELOW_$_250_000),
292 new Enum("$250,000 - $749,999", INT_$_250_000_$_749_999),
293 new Enum("$750,000 - $2,000,000", INT_$_750_000_$_2_000_000),
294 new Enum("above $2,000,000", INT_ABOVE_$_2_000_000),
295 }
296 );
297 private static final long serialVersionUID = 1L;
298 private java.lang.Object readResolve() { return forInt(intValue()); }
299 }
300
301
302
303
304
305
306 public static final class Factory
307 {
308 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.OperatingBudget newValue(java.lang.Object obj) {
309 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.OperatingBudget) type.newValue( obj ); }
310
311 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.OperatingBudget newInstance() {
312 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.OperatingBudget) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
313
314 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.OperatingBudget newInstance(org.apache.xmlbeans.XmlOptions options) {
315 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.OperatingBudget) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
316
317 private Factory() { }
318 }
319 }
320
321
322
323
324
325
326 public interface DaysOpen extends org.apache.xmlbeans.XmlString
327 {
328 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
329 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DaysOpen.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("daysopen5bbbelemtype");
330
331 org.apache.xmlbeans.StringEnumAbstractBase enumValue();
332 void set(org.apache.xmlbeans.StringEnumAbstractBase e);
333
334 static final Enum LESS_THAN_119 = Enum.forString("Less than 119");
335 static final Enum X_120_OR_MORE = Enum.forString("120 or more");
336
337 static final int INT_LESS_THAN_119 = Enum.INT_LESS_THAN_119;
338 static final int INT_X_120_OR_MORE = Enum.INT_X_120_OR_MORE;
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355 static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
356 {
357
358
359
360 public static Enum forString(java.lang.String s)
361 { return (Enum)table.forString(s); }
362
363
364
365 public static Enum forInt(int i)
366 { return (Enum)table.forInt(i); }
367
368 private Enum(java.lang.String s, int i)
369 { super(s, i); }
370
371 static final int INT_LESS_THAN_119 = 1;
372 static final int INT_X_120_OR_MORE = 2;
373
374 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
375 new org.apache.xmlbeans.StringEnumAbstractBase.Table
376 (
377 new Enum[]
378 {
379 new Enum("Less than 119", INT_LESS_THAN_119),
380 new Enum("120 or more", INT_X_120_OR_MORE),
381 }
382 );
383 private static final long serialVersionUID = 1L;
384 private java.lang.Object readResolve() { return forInt(intValue()); }
385 }
386
387
388
389
390
391
392 public static final class Factory
393 {
394 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.DaysOpen newValue(java.lang.Object obj) {
395 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.DaysOpen) type.newValue( obj ); }
396
397 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.DaysOpen newInstance() {
398 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.DaysOpen) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
399
400 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.DaysOpen newInstance(org.apache.xmlbeans.XmlOptions options) {
401 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.DaysOpen) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
402
403 private Factory() { }
404 }
405 }
406
407
408
409
410
411
412 public static final class Factory
413 {
414 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile newInstance() {
415 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
416
417 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile newInstance(org.apache.xmlbeans.XmlOptions options) {
418 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
419
420 private Factory() { }
421 }
422 }
423
424
425
426
427
428
429 public static final class Factory
430 {
431 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument newInstance() {
432 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
433
434 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
435 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
436
437
438 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
439 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
440
441 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
442 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
443
444
445 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
446 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
447
448 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
449 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
450
451 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
452 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
453
454 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
455 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
456
457 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
458 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
459
460 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
461 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
462
463 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
464 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
465
466 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
467 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
468
469 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
470 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
471
472 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
473 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
474
475 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
476 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
477
478 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
479 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
480
481
482 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
483 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
484
485
486 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
487 return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
488
489
490 public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
491 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
492
493
494 public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
495 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
496
497 private Factory() { }
498 }
499 }