Home
last modified time | relevance | path

Searched refs:toS (Results 1 – 2 of 2) sorted by relevance

/trunk/main/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java386 query = "SELECT ?pkg ?path FROM <" + toS(manifest) + "> WHERE { " in checkSPARQL()
395 query = "SELECT ?part ?path FROM <" + toS(manifest) + "> WHERE { " in checkSPARQL()
403 query = "SELECT ?part ?path FROM <" + toS(manifest) + "> WHERE { " in checkSPARQL()
416 query = "SELECT ?path ?idref FROM <" + toS(manifest) + "> WHERE { " in checkSPARQL()
419 + "<" + toS(uuid) + "> pkg:hasPart ?part . " in checkSPARQL()
438 query = "CONSTRUCT { ?pkg <" + toS(foo) + "> \"" + in checkSPARQL()
439 lit.getStringValue() + "\" } FROM <" + toS(manifest) + in checkSPARQL()
578 public static String toS(XNode n) { in toS() method in RDFRepositoryTest
703 return toS(i_Left).compareTo(toS(i_Right)); in cmp()
714 System.out.println("Graphs differ: " + toS(lG) + " != " + toS(rG)); in eq()
[all …]
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentMetadataAccess.java940 public static String toS(XNode n) { in toS() method in DocumentMetadataAccess
1056 return toS(i_Left).compareTo(toS(i_Right)); in cmp()
1067 System.out.println("Graphs differ: " + toS(lG) + " != " + toS(rG)); in eq()
1161 toS(bindings[i][j]) + " != " + toS(i_Bindings[i][j])); in eq()

Completed in 61 milliseconds