Search Results
OK to copy?
Examples 1 through 10 of
10 (0.0010 seconds)
Class:
org.apache.jmeter.protocol.http.modifier.UserParameterXMLParser
©,
Rating:
89% of 9,
C1
Class: org.apache.batik.dom.util.SAXDocumentFactory ©, Rating: 100% of 1, C1
Class: org.apache.tomcat.util.digester.Digester ©, Rating: 100% of 2, C1
Class: org.apache.tools.ant.taskdefs.optional.XMLValidateTask ©, Rating: 0% of 0, C2
Class: org.apache.tomcat.util.digester.Digester ©, Rating: 0% of 0, C1
Class: org.apache.tomcat.util.digester.Digester ©, Rating: 0% of 0, C1
Class: org.apache.tomcat.util.digester.Digester ©, Rating: 0% of 0, C1
Class: org.apache.tomcat.util.digester.Digester ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.helper.ProjectHelper2 ©, Rating: 0% of 0, C3
Class: org.apache.batik.dom.util.SAXDocumentFactory ©, Rating: 0% of 1, C2
66 //parse
67 InputSource inputSource = new InputSource(xmlURI);
68 reader.parse(inputSource);
69
70 return threadParametersContentHandler.getParsedParameters();
Class: org.apache.batik.dom.util.SAXDocumentFactory ©, Rating: 100% of 1, C1
302 r.setEntityResolver(this);
303 try {
304 r.parse(uri);
305 } catch (SAXException e) {
306 Exception ex = e.getException();
Class: org.apache.tomcat.util.digester.Digester ©, Rating: 100% of 2, C1
1543 InputSource input = new InputSource(new FileInputStream(file));
1544 input.setSystemId("file://" + file.getAbsolutePath());
1545 getXMLReader().parse(input);
1546 return (root);
1547
Class: org.apache.tools.ant.taskdefs.optional.XMLValidateTask ©, Rating: 0% of 0, C2
458 String uri = fu.toURI(afile.getAbsolutePath());
459 is.setSystemId(uri);
460 xmlReader.parse(is);
461 } catch (SAXException ex) {
462 if (failOnError) {
Class: org.apache.tomcat.util.digester.Digester ©, Rating: 0% of 0, C1
1616 configure();
1617 InputSource is = new InputSource(uri);
1618 getXMLReader().parse(is);
1619 return (root);
1620
Class: org.apache.tomcat.util.digester.Digester ©, Rating: 0% of 0, C1
1597 configure();
1598 InputSource is = new InputSource(reader);
1599 getXMLReader().parse(is);
1600 return (root);
1601
Class: org.apache.tomcat.util.digester.Digester ©, Rating: 0% of 0, C1
1578 configure();
1579 InputSource is = new InputSource(input);
1580 getXMLReader().parse(is);
1581 return (root);
1582
Class: org.apache.tomcat.util.digester.Digester ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.helper.ProjectHelper2 ©, Rating: 0% of 0, C3
0206 parser.setErrorHandler(hb);
0207 parser.setDTDHandler(hb);
0208 parser.parse(inputSource);
0209 } catch (SAXParseException exc) {
0210 Location location = new Location(exc.getSystemId(),
Class: org.apache.batik.dom.util.SAXDocumentFactory ©, Rating: 0% of 1, C2
410 parser.setProperty("http://xml.org/sax/properties/lexical-handler",
411 this);
412 parser.parse(is);
413 } catch (SAXException e) {
414 Exception ex = e.getException();
Result Page:
1