Searched refs:rdf_type (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/sfx2/qa/complex/sfx2/ |
| H A D | DocumentMetadataAccess.java | 104 static XURI rdf_type; field in DocumentMetadataAccess 167 rdf_type = URI.createKnown(xContext, URIs.RDF_TYPE); in before() 168 assertNotNull("rdf_type", rdf_type); in before() 361 xFooIn, "foo", rdf_type, new XURI[0]); in check() 454 new Statement(xFoo, rdf_type, pkg_MetadataFile, manifest); in check() 456 new Statement(xFoo, rdf_type, bar, manifest); in check() 1212 new Statement(xBaseURI, rdf_type, pkg_Document, xManifest); in getManifestStmts() 1218 new Statement(xContent, rdf_type, odf_ContentFile, xManifest); in getManifestStmts() 1220 new Statement(xStyles, rdf_type, odf_StylesFile, xManifest); in getManifestStmts() 1236 new Statement(xGraph, rdf_type, pkg_MetadataFile, xManifest); in getMetadataFileStmts()
|