Searched refs:rdf_type (Results 1 – 1 of 1) sorted by relevance
/trunk/main/sfx2/qa/complex/sfx2/ |
H A D | DocumentMetadataAccess.java | 103 static XURI rdf_type; field in DocumentMetadataAccess 162 rdf_type = URI.createKnown(xContext, URIs.RDF_TYPE); in before() 163 assertNotNull("rdf_type", rdf_type); in before() 356 xFooIn, "foo", rdf_type, new XURI[0]); in check() 449 new Statement(xFoo, rdf_type, pkg_MetadataFile, manifest); in check() 451 new Statement(xFoo, rdf_type, bar, manifest); in check() 1207 new Statement(xBaseURI, rdf_type, pkg_Document, xManifest); in getManifestStmts() 1213 new Statement(xContent, rdf_type, odf_ContentFile, xManifest); in getManifestStmts() 1215 new Statement(xStyles, rdf_type, odf_StylesFile, xManifest); in getManifestStmts() 1231 new Statement(xGraph, rdf_type, pkg_MetadataFile, xManifest); in getMetadataFileStmts()
|
Completed in 13 milliseconds