Home
last modified time | relevance | path

Searched refs:xBazGraph (Results 1 – 1 of 1) sorted by path

/trunk/main/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java302 XNamedGraph xBazGraph = xRep.getGraph(baz); in check() local
303 assertNotNull("no baz graph", xBazGraph); in check()
309 XEnumeration xBazEnum = xBazGraph.getStatements(null, null, null); in check()
326 xBazGraph.clear(); in check()
333 xBazGraph.addStatement(foo, foo, foo); in check()
340 xBazGraph.removeStatements(null, null, null); in check()
347 xBazGraph.getStatements(null, null, null); in check()

Completed in 17 milliseconds