Searched refs:littype (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/unoxml/qa/complex/unoxml/ ! |
| H A D | RDFRepositoryTest.java | 80 XLiteral littype; field in RDFRepositoryTest 124 littype = Literal.createWithType(xContext, "42", uint); in before() 125 assertNotNull("littype", littype); in before() 247 new Statement(baz, bar, littype, foo); in check() 248 xFooGraph.addStatement(baz, bar, littype); in check() 308 new Statement(baz, bar, littype, baz); in check() 502 Statement x_FooBarLittype = new Statement(foo, bar, littype, null); in checkRDFa()
|