20#ifndef __com_sun_star_rdf_XDocumentRepository_idl__
21#define __com_sun_star_rdf_XDocumentRepository_idl__
29module
com { module sun { module star { module rdf {
112 [in] sequence<XURI> Predicates,
114 [in]
string RDFaContent,
115 [in]
XURI RDFaDatatype)
169 com::sun::star::beans::Pair< sequence<Statement>,
boolean >
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:31
represents an error condition that is signaled on accessing an RDF Repository.
Definition RepositoryException.idl:36
provides functionality to enumerate the contents of a container.
Definition XEnumeration.idl:55
extends XRepository with document-specific functionality.
Definition XDocumentRepository.idl:46
void setStatementRDFa([in] XResource Subject, [in] sequence< XURI > Predicates, [in] XMetadatable Object, [in] string RDFaContent, [in] XURI RDFaDatatype)
update the RDFa statement(s) that correspond to an ODF element in the repository.
void removeStatementRDFa([in] XMetadatable Element)
remove the RDFa statement(s) that correspond to an ODF element from the repository.
com::sun::star::container::XEnumeration getStatementsRDFa([in] XResource Subject, [in] XURI Predicate, [in] XNode Object)
gets matching RDFa statements from the repository.
com::sun::star::beans::Pair< sequence< Statement >, boolean > getStatementRDFa([in] XMetadatable Element)
find the RDFa statement(s) associated with an ODF element.
represents a node that may occur in a RDF graph.
Definition XNode.idl:58
provides access to a set of named RDF graphs.
Definition XRepository.idl:72
represents a resource node that may occur in a RDF graph.
Definition XResource.idl:42
represents a URI node that may occur in a RDF graph.
Definition XURI.idl:54
Definition Ambiguous.idl:22