Search Results
OK to copy?
Examples 11 through 20 of
73 (0.0010 seconds)
Class:
org.apache.batik.dom.ReplaceChildTest
©,
Rating:
0% of 0,
C2
Class: org.apache.batik.dom.SetAttributeTest ©, Rating: 0% of 0, C1
Class: org.apache.batik.dom.CloneElementTest ©, Rating: 0% of 0, C2
Class: org.apache.batik.dom.svg.ImportNodeTest ©, Rating: 0% of 0, C2
Class: org.apache.batik.dom.SerializationTest ©, Rating: 0% of 0, C2
Class: org.apache.batik.test.xml.XSLXMLReportConsumer ©, Rating: 0% of 0, C1
Class: org.apache.batik.transcoder.TranscoderInputTest ©, Rating: 0% of 0, C1
Class: org.apache.batik.swing.JSVGMemoryLeakTest ©, Rating: 0% of 0, C1
Class: org.apache.axis.utils.URLHashSet ©, Rating: 0% of 0, C1
Class: org.apache.batik.test.svg.SVGReferenceRenderingAccuracyTest ©, Rating: 0% of 0, C2
094
095 File f = (new File(testFileName));
096 URL url = f.toURL();
097 Document doc = df.createDocument(null,
098 rootTag,
Class: org.apache.batik.dom.SetAttributeTest ©, Rating: 0% of 0, C1
105
106 File f = (new File(testFileName));
107 URL url = f.toURL();
108 Document doc = df.createDocument(null,
109 rootTag,
Class: org.apache.batik.dom.CloneElementTest ©, Rating: 0% of 0, C2
091
092 File f = (new File(testFileName));
093 URL url = f.toURL();
094 Document doc = df.createDocument(null,
095 rootTag,
Class: org.apache.batik.dom.svg.ImportNodeTest ©, Rating: 0% of 0, C2
087
088 File f = (new File(testFileName));
089 URL url = f.toURL();
090 Document doc = df.createDocument(url.toString(),
091 url.openStream());
Class: org.apache.batik.dom.SerializationTest ©, Rating: 0% of 0, C2
084
085 File f = (new File(testFileName));
086 URL url = f.toURL();
087 Document doc = df.createDocument(null,
088 rootTag,
Class: org.apache.batik.test.xml.XSLXMLReportConsumer ©, Rating: 0% of 0, C1
124 Transformer transformer = tFactory.newTransformer(new StreamSource(stylesheet));
125
126 transformer.transform(new StreamSource(xmlReport.toURL().toString()),
127 new StreamResult(new FileOutputStream(createNewReportOutput(reportDirectory).getAbsolutePath())));
128 }
Class: org.apache.batik.transcoder.TranscoderInputTest ©, Rating: 0% of 0, C1
083 public class TranscoderInputTest extends AbstractTest {
084 public TestReport runImpl() throws Exception {
085 String TEST_URI = (new File("samples/anne.svg")).toURL().toString();
086
087 TestTranscoder t = new TestTranscoder();
Class: org.apache.batik.swing.JSVGMemoryLeakTest ©, Rating: 0% of 0, C1
162 File f = new File(getId());
163 try {
164 canvas.setURI(f.toURL().toString());
165 } catch (MalformedURLException mue) {
166 }
Class: org.apache.axis.utils.URLHashSet ©, Rating: 0% of 0, C1
108 File f = new File(cleanup(url.getFile()));
109 if(f.exists())
110 return f.toURL();
111 } catch (Exception e) {}
112 }
Class: org.apache.batik.test.svg.SVGReferenceRenderingAccuracyTest ©, Rating: 0% of 0, C2
133 } else {
134 // Construct URL that includes fragment...
135 return new URL(f.toURL(), fragment);
136 }
137 }catch(MalformedURLException e){