Searched refs:xFooIn (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sfx2/qa/complex/sfx2/ |
H A D | DocumentMetadataAccess.java | 332 XInputStream xFooIn = new StreamSimulator(sEmptyRDF, true, param); in check() local 333 xDocMDAccess.importMetadataFile(FileFormat.RDF_XML, xFooIn, "", in check() 340 XInputStream xFooIn = in check() local 342 xDocMDAccess.importMetadataFile(FileFormat.RDF_XML, xFooIn, "meta.xml", in check() 349 XInputStream xFooIn = in check() local 352 xFooIn, "foo", null, new XURI[0]); in check() 358 XInputStream xFooIn = in check() local 361 xFooIn, "foo", rdf_type, new XURI[0]); in check()
|
/aoo42x/main/unoxml/qa/complex/unoxml/ |
H A D | RDFRepositoryTest.java | 196 XInputStream xFooIn = in check() local 198 xRep.importGraph(FileFormat.RDF_XML, xFooIn, bar, base); in check() 292 xFooIn = new StreamSimulator(tempDir + "foo.rdf", true, param); in check() 294 xRep.importGraph(FileFormat.RDF_XML, xFooIn, bar, base); in check() 300 xFooIn = new StreamSimulator(tempDir + "foo.rdf", true, param); in check() 301 xRep.importGraph(FileFormat.RDF_XML, xFooIn, baz, base); in check()
|
Completed in 27 milliseconds