Lines Matching refs:rdf

197         const uno::Reference< rdf::XURI > & i_xURI) const;
199 const uno::Reference< rdf::XResource > & i_xResource) const;
201 const uno::Reference< rdf::XNode > & i_xNode) const;
203 const uno::Reference< rdf::XResource > & i_xSubject,
204 const uno::Reference< rdf::XURI > & i_xPredicate,
205 const uno::Reference< rdf::XNode > & i_xObject) const;
206 uno::Reference<rdf::XURI> convertToXURI(librdf_uri* i_pURI) const;
207 uno::Reference<rdf::XURI> convertToXURI(librdf_node* i_pURI) const;
208 uno::Reference<rdf::XResource>
210 uno::Reference<rdf::XNode> convertToXNode(librdf_node* i_pNode) const;
211 rdf::Statement
230 rdf::XDocumentRepository,
248 virtual uno::Reference< rdf::XBlankNode > SAL_CALL createBlankNode()
250 virtual uno::Reference<rdf::XNamedGraph> SAL_CALL importGraph(
253 const uno::Reference< rdf::XURI > & i_xGraphName,
254 const uno::Reference< rdf::XURI > & i_xBaseURI)
257 container::ElementExistException, rdf::ParseException,
258 rdf::RepositoryException, io::IOException);
261 const uno::Reference< rdf::XURI > & i_xGraphName,
262 const uno::Reference< rdf::XURI > & i_xBaseURI)
265 container::NoSuchElementException, rdf::RepositoryException,
267 virtual uno::Sequence< uno::Reference< rdf::XURI > > SAL_CALL
268 getGraphNames() throw (uno::RuntimeException, rdf::RepositoryException);
269 virtual uno::Reference< rdf::XNamedGraph > SAL_CALL getGraph(
270 const uno::Reference< rdf::XURI > & i_xGraphName)
272 rdf::RepositoryException);
273 virtual uno::Reference< rdf::XNamedGraph > SAL_CALL createGraph(
274 const uno::Reference< rdf::XURI > & i_xGraphName)
276 container::ElementExistException, rdf::RepositoryException);
278 const uno::Reference< rdf::XURI > & i_xGraphName)
280 container::NoSuchElementException, rdf::RepositoryException);
282 const uno::Reference< rdf::XResource > & i_xSubject,
283 const uno::Reference< rdf::XURI > & i_xPredicate,
284 const uno::Reference< rdf::XNode > & i_xObject)
286 rdf::RepositoryException);
287 virtual uno::Reference< rdf::XQuerySelectResult > SAL_CALL
289 throw (uno::RuntimeException, rdf::QueryException,
290 rdf::RepositoryException);
293 throw (uno::RuntimeException, rdf::QueryException,
294 rdf::RepositoryException);
296 throw (uno::RuntimeException, rdf::QueryException,
297 rdf::RepositoryException);
301 const uno::Reference< rdf::XResource > & i_xSubject,
302 const uno::Sequence< uno::Reference< rdf::XURI > > & i_rPredicates,
303 const uno::Reference< rdf::XMetadatable > & i_xObject,
305 const uno::Reference< rdf::XURI > & i_xRDFaDatatype)
307 rdf::RepositoryException);
309 const uno::Reference< rdf::XMetadatable > & i_xElement)
311 rdf::RepositoryException);
312 virtual beans::Pair< uno::Sequence<rdf::Statement>, sal_Bool > SAL_CALL
313 getStatementRDFa(uno::Reference< rdf::XMetadatable > const& i_xElement)
315 rdf::RepositoryException);
318 const uno::Reference< rdf::XResource > & i_xSubject,
319 const uno::Reference< rdf::XURI > & i_xPredicate,
320 const uno::Reference< rdf::XNode > & i_xObject)
322 rdf::RepositoryException);
331 const uno::Reference< rdf::XURI > & i_xName,
334 const uno::Reference< rdf::XResource > & i_xSubject,
335 const uno::Reference< rdf::XURI > & i_xPredicate,
336 const uno::Reference< rdf::XNode > & i_xObject,
337 const uno::Reference< rdf::XURI > & i_xName,
342 const uno::Reference< rdf::XResource > & i_xSubject,
343 const uno::Reference< rdf::XURI > & i_xPredicate,
344 const uno::Reference< rdf::XNode > & i_xObject,
345 const uno::Reference< rdf::XURI > & i_xName );
349 const uno::Reference< rdf::XResource > & i_xSubject,
350 const uno::Reference< rdf::XURI > & i_xPredicate,
351 const uno::Reference< rdf::XNode > & i_xObject,
352 const uno::Reference< rdf::XURI > & i_xName,
479 rdf::QueryException e(::rtl::OUString::createFromAscii( in nextElement()
491 rdf::Statement Stmt( in nextElement()
509 rdf::XQuerySelectResult>
593 rdf::QueryException e(::rtl::OUString::createFromAscii( in nextElement()
601 uno::Sequence< uno::Reference< rdf::XNode > > ret(count); in nextElement()
628 rdf::XNamedGraph>
632 uno::Reference<rdf::XURI> const & i_xName) in librdf_NamedGraph()
651 virtual uno::Reference<rdf::XURI> SAL_CALL getName()
655 container::NoSuchElementException, rdf::RepositoryException);
657 const uno::Reference< rdf::XResource > & i_xSubject,
658 const uno::Reference< rdf::XURI > & i_xPredicate,
659 const uno::Reference< rdf::XNode > & i_xObject)
661 container::NoSuchElementException, rdf::RepositoryException);
663 const uno::Reference< rdf::XResource > & i_xSubject,
664 const uno::Reference< rdf::XURI > & i_xPredicate,
665 const uno::Reference< rdf::XNode > & i_xObject)
667 container::NoSuchElementException, rdf::RepositoryException);
669 const uno::Reference< rdf::XResource > & i_xSubject,
670 const uno::Reference< rdf::XURI > & i_xPredicate,
671 const uno::Reference< rdf::XNode > & i_xObject)
673 container::NoSuchElementException, rdf::RepositoryException);
678 uno::WeakReference< rdf::XRepository > m_wRep;
680 uno::Reference< rdf::XURI > m_xName;
705 uno::Reference< rdf::XURI > SAL_CALL librdf_NamedGraph::getName() in getName()
713 container::NoSuchElementException, rdf::RepositoryException) in clear()
715 uno::Reference< rdf::XRepository > xRep( m_wRep ); in clear()
717 throw rdf::RepositoryException(::rtl::OUString::createFromAscii( in clear()
728 const uno::Reference< rdf::XResource > & i_xSubject, in addStatement()
729 const uno::Reference< rdf::XURI > & i_xPredicate, in addStatement()
730 const uno::Reference< rdf::XNode > & i_xObject) in addStatement()
732 container::NoSuchElementException, rdf::RepositoryException) in addStatement()
734 uno::Reference< rdf::XRepository > xRep( m_wRep ); in addStatement()
736 throw rdf::RepositoryException(::rtl::OUString::createFromAscii( in addStatement()
743 const uno::Reference< rdf::XResource > & i_xSubject, in removeStatements()
744 const uno::Reference< rdf::XURI > & i_xPredicate, in removeStatements()
745 const uno::Reference< rdf::XNode > & i_xObject) in removeStatements()
747 container::NoSuchElementException, rdf::RepositoryException) in removeStatements()
749 uno::Reference< rdf::XRepository > xRep( m_wRep ); in removeStatements()
751 throw rdf::RepositoryException(::rtl::OUString::createFromAscii( in removeStatements()
759 const uno::Reference< rdf::XResource > & i_xSubject, in getStatements()
760 const uno::Reference< rdf::XURI > & i_xPredicate, in getStatements()
761 const uno::Reference< rdf::XNode > & i_xObject) in getStatements()
763 container::NoSuchElementException, rdf::RepositoryException) in getStatements()
765 uno::Reference< rdf::XRepository > xRep( m_wRep ); in getStatements()
767 throw rdf::RepositoryException(::rtl::OUString::createFromAscii( in getStatements()
841 uno::Reference< rdf::XBlankNode > SAL_CALL librdf_Repository::createBlankNode() in createBlankNode()
862 return rdf::BlankNode::create(m_xContext, nodeID); in createBlankNode()
883 uno::Reference<rdf::XNamedGraph> SAL_CALL
886 const uno::Reference< rdf::XURI > & i_xGraphName, in importGraph()
887 const uno::Reference< rdf::XURI > & i_xBaseURI) in importGraph()
890 container::ElementExistException, rdf::ParseException, in importGraph()
891 rdf::RepositoryException, io::IOException) in importGraph()
900 if (i_Format != rdf::FileFormat::RDF_XML) { in importGraph()
984 throw rdf::ParseException(::rtl::OUString::createFromAscii( in importGraph()
992 throw rdf::RepositoryException(::rtl::OUString::createFromAscii( in importGraph()
1004 const uno::Reference< rdf::XURI > & i_xGraphName, in exportGraph()
1005 const uno::Reference< rdf::XURI > & i_xBaseURI) in exportGraph()
1008 container::NoSuchElementException, rdf::RepositoryException, in exportGraph()
1018 if (i_Format != rdf::FileFormat::RDF_XML) { in exportGraph()
1075 throw rdf::RepositoryException(::rtl::OUString::createFromAscii( in exportGraph()
1135 throw rdf::RepositoryException(::rtl::OUString::createFromAscii( in exportGraph()
1146 uno::Sequence< uno::Reference< rdf::XURI > > SAL_CALL
1148 throw (uno::RuntimeException, rdf::RepositoryException) in getGraphNames()
1151 ::comphelper::SequenceAsVector< uno::Reference<rdf::XURI> > ret; in getGraphNames()
1154 boost::bind(&rdf::XNamedGraph::getName, in getGraphNames()
1159 uno::Reference< rdf::XNamedGraph > SAL_CALL
1160 librdf_Repository::getGraph(const uno::Reference< rdf::XURI > & i_xGraphName) in getGraph()
1162 rdf::RepositoryException) in getGraph()
1173 return uno::Reference<rdf::XNamedGraph>(iter->second.get()); in getGraph()
1179 uno::Reference< rdf::XNamedGraph > SAL_CALL
1180 librdf_Repository::createGraph(const uno::Reference< rdf::XURI > & i_xGraphName) in createGraph()
1182 container::ElementExistException, rdf::RepositoryException) in createGraph()
1208 return uno::Reference<rdf::XNamedGraph>( in createGraph()
1214 const uno::Reference< rdf::XURI > & i_xGraphName) in destroyGraph()
1216 container::NoSuchElementException, rdf::RepositoryException) in destroyGraph()
1226 const uno::Reference<rdf::XMetadatable> xMeta( i_xNode, uno::UNO_QUERY ); in isMetadatableWithoutMetadata()
1232 const uno::Reference< rdf::XResource > & i_xSubject, in getStatements()
1233 const uno::Reference< rdf::XURI > & i_xPredicate, in getStatements()
1234 const uno::Reference< rdf::XNode > & i_xObject) in getStatements()
1235 throw (uno::RuntimeException, rdf::RepositoryException) in getStatements()
1257 throw rdf::RepositoryException(::rtl::OUString::createFromAscii( in getStatements()
1267 uno::Reference< rdf::XQuerySelectResult > SAL_CALL
1269 throw (uno::RuntimeException, rdf::QueryException, rdf::RepositoryException) in querySelect()
1279 throw rdf::QueryException(::rtl::OUString::createFromAscii( in querySelect()
1287 throw rdf::QueryException(::rtl::OUString::createFromAscii( in querySelect()
1299 throw rdf::QueryException(::rtl::OUString::createFromAscii( in querySelect()
1311 throw rdf::QueryException(::rtl::OUString::createFromAscii( in querySelect()
1319 throw (uno::RuntimeException, rdf::QueryException, rdf::RepositoryException) in queryConstruct()
1329 throw rdf::QueryException(::rtl::OUString::createFromAscii( in queryConstruct()
1337 throw rdf::QueryException(::rtl::OUString::createFromAscii( in queryConstruct()
1345 throw rdf::QueryException(::rtl::OUString::createFromAscii( in queryConstruct()
1356 throw (uno::RuntimeException, rdf::QueryException, rdf::RepositoryException) in queryAsk()
1367 throw rdf::QueryException(::rtl::OUString::createFromAscii( in queryAsk()
1375 throw rdf::QueryException(::rtl::OUString::createFromAscii( in queryAsk()
1385 const uno::Reference< rdf::XResource > & i_xSubject, in setStatementRDFa()
1386 const uno::Sequence< uno::Reference< rdf::XURI > > & i_rPredicates, in setStatementRDFa()
1387 const uno::Reference< rdf::XMetadatable > & i_xObject, in setStatementRDFa()
1389 const uno::Reference< rdf::XURI > & i_xRDFaDatatype) in setStatementRDFa()
1391 rdf::RepositoryException) in setStatementRDFa()
1456 uno::Reference<rdf::XURI> xXmlId; in setStatementRDFa()
1458 xXmlId.set( rdf::URI::create(m_xContext, in setStatementRDFa()
1472 uno::Reference<rdf::XNode> xContent; in setStatementRDFa()
1475 xContent.set(rdf::Literal::createWithType(m_xContext, in setStatementRDFa()
1479 xContent.set(rdf::Literal::create(m_xContext, content), in setStatementRDFa()
1501 const uno::Reference< rdf::XMetadatable > & i_xElement) in removeStatementRDFa()
1503 rdf::RepositoryException) in removeStatementRDFa()
1515 uno::Reference<rdf::XURI> xXmlId; in removeStatementRDFa()
1517 xXmlId.set( rdf::URI::create(m_xContext, in removeStatementRDFa()
1532 beans::Pair< uno::Sequence<rdf::Statement>, sal_Bool > SAL_CALL
1534 const uno::Reference< rdf::XMetadatable > & i_xElement) in getStatementRDFa()
1536 rdf::RepositoryException) in getStatementRDFa()
1544 return beans::Pair< uno::Sequence<rdf::Statement>, sal_Bool >(); in getStatementRDFa()
1548 uno::Reference<rdf::XURI> xXmlId; in getStatementRDFa()
1550 xXmlId.set( rdf::URI::create(m_xContext, in getStatementRDFa()
1561 ::comphelper::SequenceAsVector< rdf::Statement > ret; in getStatementRDFa()
1567 rdf::Statement stmt; in getStatementRDFa()
1574 return beans::Pair< uno::Sequence<rdf::Statement>, sal_Bool >( in getStatementRDFa()
1596 const uno::Reference< rdf::XResource > & i_xSubject, in getStatementsRDFa()
1597 const uno::Reference< rdf::XURI > & i_xPredicate, in getStatementsRDFa()
1598 const uno::Reference< rdf::XNode > & i_xObject) in getStatementsRDFa()
1599 throw (uno::RuntimeException, rdf::RepositoryException) in getStatementsRDFa()
1621 throw rdf::RepositoryException(::rtl::OUString::createFromAscii( in getStatementsRDFa()
1628 throw rdf::RepositoryException(::rtl::OUString::createFromAscii( in getStatementsRDFa()
1654 const uno::Reference< rdf::XURI > & i_xGraphName, bool i_Internal) in clearGraph()
1685 throw rdf::RepositoryException(::rtl::OUString::createFromAscii( in clearGraph()
1693 const uno::Reference< rdf::XResource > & i_xSubject, in addStatementGraph()
1694 const uno::Reference< rdf::XURI > & i_xPredicate, in addStatementGraph()
1695 const uno::Reference< rdf::XNode > & i_xObject, in addStatementGraph()
1696 const uno::Reference< rdf::XURI > & i_xGraphName, in addStatementGraph()
1754 throw rdf::RepositoryException(::rtl::OUString::createFromAscii( in addStatementGraph()
1761 const uno::Reference< rdf::XResource > & i_xSubject, in removeStatementsGraph()
1762 const uno::Reference< rdf::XURI > & i_xPredicate, in removeStatementsGraph()
1763 const uno::Reference< rdf::XNode > & i_xObject, in removeStatementsGraph()
1764 const uno::Reference< rdf::XURI > & i_xGraphName) in removeStatementsGraph()
1806 throw rdf::RepositoryException(::rtl::OUString::createFromAscii( in removeStatementsGraph()
1815 throw rdf::RepositoryException(::rtl::OUString::createFromAscii( in removeStatementsGraph()
1821 throw rdf::RepositoryException(::rtl::OUString::createFromAscii( in removeStatementsGraph()
1831 const uno::Reference< rdf::XResource > & i_xSubject, in getStatementsGraph()
1832 const uno::Reference< rdf::XURI > & i_xPredicate, in getStatementsGraph()
1833 const uno::Reference< rdf::XNode > & i_xObject, in getStatementsGraph()
1834 const uno::Reference< rdf::XURI > & i_xGraphName, in getStatementsGraph()
1883 throw rdf::RepositoryException(::rtl::OUString::createFromAscii( in getStatementsGraph()
1959 const uno::Reference< rdf::XURI > & i_xURI) const in mkURI()
1975 const uno::Reference< rdf::XResource > & i_xResource) const in mkResource()
1978 uno::Reference< rdf::XBlankNode > xBlankNode(i_xResource, uno::UNO_QUERY); in mkResource()
2010 const uno::Reference< rdf::XNode > & i_xNode) const in mkNode()
2013 uno::Reference< rdf::XResource > xResource(i_xNode, uno::UNO_QUERY); in mkNode()
2017 uno::Reference< rdf::XLiteral> xLiteral(i_xNode, uno::UNO_QUERY); in mkNode()
2027 const uno::Reference< rdf::XURI > xType(xLiteral->getDatatype()); in mkNode()
2061 const uno::Reference< rdf::XResource > & i_xSubject, in mkStatement()
2062 const uno::Reference< rdf::XURI > & i_xPredicate, in mkStatement()
2063 const uno::Reference< rdf::XNode > & i_xObject) const in mkStatement()
2069 const uno::Reference<rdf::XResource> xPredicate(i_xPredicate, in mkStatement()
2093 uno::Reference<rdf::XURI>
2107 return rdf::URI::create(m_xContext, uriU); in convertToXURI()
2116 uno::Reference<rdf::XURI>
2134 uno::Reference<rdf::XResource>
2149 return uno::Reference<rdf::XResource>( in convertToXResource()
2150 rdf::BlankNode::create(m_xContext, labelU), uno::UNO_QUERY); in convertToXResource()
2158 return uno::Reference<rdf::XResource>(convertToXURI(i_pNode), in convertToXResource()
2163 uno::Reference<rdf::XNode>
2168 return uno::Reference<rdf::XNode>(convertToXResource(i_pNode), in convertToXNode()
2188 return uno::Reference<rdf::XNode>( in convertToXNode()
2189 rdf::Literal::createWithLanguage(m_xContext, valueU, langU), in convertToXNode()
2192 uno::Reference<rdf::XURI> xType(convertToXURI(pType)); in convertToXNode()
2194 return uno::Reference<rdf::XNode>( in convertToXNode()
2195 rdf::Literal::createWithType(m_xContext, valueU, xType), in convertToXNode()
2198 return uno::Reference<rdf::XNode>( in convertToXNode()
2199 rdf::Literal::create(m_xContext, valueU), in convertToXNode()
2204 rdf::Statement
2211 return rdf::Statement( in convertToStatement()