Lines Matching refs:is

11  * distributed under the License is distributed on an "AS IS" BASIS,
59 // it is a fake
69 // it is a fake
78 // it is a fake
87 // it is a fake
96 // it is a fake
107 // it is a fake
209 // InputStream is = new FileInputStream(list_wf[i]);
210 // parser.parse(is, dh, ParsingSupport.XML_SYSTEM_ID);
226 // InputStream is = new FileInputStream(list_wf[i]);
227 // parser.parse(is, hb, ParsingSupport.XML_SYSTEM_ID);
323 fail("SAXException is not thrown");
332 fail("java.lang.IllegalArgumentException is not thrown");
340 fail("java.lang.IllegalArgumentException is thrown");
364 fail("SAXException is not thrown");
377 fail("java.lang.IllegalArgumentException is not thrown");
389 fail("java.lang.IllegalArgumentException is thrown");
409 InputSource is = new InputSource(new FileInputStream(list_wf[i]));
410 parser.parse(is, dh);
417 InputSource is = new InputSource(new FileInputStream(file));
418 parser.parse(is, dh);
419 fail("SAXException is not thrown");
427 fail("java.lang.IllegalArgumentException is not thrown");
431 InputSource is = new InputSource(new FileInputStream(list_wf[0]));
432 parser.parse(is, (DefaultHandler) null);
437 is = new InputSource(in);
438 parser.parse(is, (DefaultHandler) null);
450 InputSource is = new InputSource(new FileInputStream(list_wf[i]));
451 parser.parse(is, dh);
458 InputSource is = new InputSource(new FileInputStream(file));
459 parser.parse(is, dh);
460 fail("SAXException is not thrown");
468 fail("java.lang.IllegalArgumentException is not thrown");
472 InputSource is = new InputSource(new FileInputStream(list_wf[0]));
473 parser.parse(is, (HandlerBase) null);
476 is = new InputSource(new InputStreamReader(new FileInputStream(list_wf[0])));
477 parser.parse(is, (HandlerBase) null);
480 is = new InputSource(list_wf[0].toURI().toString());
481 parser.parse(is, (HandlerBase) null);
507 InputStream is = new FileInputStream(list_wf[i]);
508 parser.parse(is, dh);
515 InputStream is = new FileInputStream(list_nwf[i]);
516 parser.parse(is, dh);
517 fail("SAXException is not thrown");
526 fail("java.lang.IllegalArgumentException is not thrown");
532 InputStream is = new FileInputStream(list_wf[0]);
533 parser.parse(is, (DefaultHandler) null);
535 fail("java.lang.IllegalArgumentException is thrown");
550 InputStream is = new FileInputStream(list_wf[i]);
551 parser.parse(is, dh, SAXParserTestSupport.XML_SYSTEM_ID);
563 InputStream is = new FileInputStream(list_nwf[i]);
564 parser.parse(is, dh, SAXParserTestSupport.XML_SYSTEM_ID);
565 fail("SAXException is not thrown");
579 fail("java.lang.IllegalArgumentException is not thrown");
589 InputStream is = new FileInputStream(list_wf[0]);
590 parser.parse(is, (DefaultHandler) null,
593 fail("java.lang.IllegalArgumentException is thrown");
607 // InputStream is = new FileInputStream(list_wf[i]);
608 // parser.parse(is, dh, SAXParserTestSupport.XML_SYSTEM_ID);
615 // InputStream is = new FileInputStream(list_nwf[i]);
616 // parser.parse(is, dh, SAXParserTestSupport.XML_SYSTEM_ID);
617 // fail("SAXException is not thrown");
627 // fail("java.lang.IllegalArgumentException is not thrown");
633 // InputStream is = new FileInputStream(list_wf[0]);
634 // parser.parse(is, (DefaultHandler) null,
637 // fail("java.lang.IllegalArgumentException is thrown");
640 // // TODO commented out since our parser is nonvalidating and thus never
645 // InputStream is = new FileInputStream(list_wf[0]);
646 // parser.parse(is, dh, "/");
657 InputStream is = new FileInputStream(list_wf[i]);
658 parser.parse(is, dh);
665 InputStream is = new FileInputStream(file);
666 parser.parse(is, dh);
667 fail("SAXException is not thrown");
675 fail("java.lang.IllegalArgumentException is not thrown");
679 InputStream is = new FileInputStream(list_wf[0]);
680 parser.parse(is, (HandlerBase) null);
684 is = new BrokenInputStream(new FileInputStream(list_wf[0]), 10);
685 parser.parse(is, (HandlerBase) null);
690 is.close();
698 InputStream is = new FileInputStream(list_wf[i]);
699 parser.parse(is, dh, SAXParserTestSupport.XML_SYSTEM_ID);
706 InputStream is = new FileInputStream(file);
707 parser.parse(is, dh, SAXParserTestSupport.XML_SYSTEM_ID);
708 fail("SAXException is not thrown");
716 fail("java.lang.IllegalArgumentException is not thrown");
720 InputStream is = new FileInputStream(list_wf[0]);
721 parser.parse(is, (HandlerBase) null, SAXParserTestSupport.XML_SYSTEM_ID);
725 is = new BrokenInputStream(new FileInputStream(list_wf[0]), 10);
726 parser.parse(is, (HandlerBase) null, SAXParserTestSupport.XML_SYSTEM_ID);
730 is.close();
754 fail("SAXException is not thrown");
763 fail("java.lang.IllegalArgumentException is not thrown");
771 fail("java.lang.IllegalArgumentException is thrown");
795 fail("SAXException is not thrown");
808 fail("java.lang.IllegalArgumentException is not thrown");
820 fail("java.lang.IllegalArgumentException is thrown");