22module
com { module sun { module star { module rdf {
105 [in] sequence<XURI> Predicates,
107 [in]
string RDFaContent,
108 [in]
XURI RDFaDatatype)
162 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:27
represents an error condition that is signaled on accessing an RDF Repository.
Definition RepositoryException.idl:31
provides functionality to enumerate the contents of a container.
Definition XEnumeration.idl:47
extends XRepository with document-specific functionality.
Definition XDocumentRepository.idl:39
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:53
provides access to a set of named RDF graphs.
Definition XRepository.idl:51
represents a resource node that may occur in a RDF graph.
Definition XResource.idl:37
represents a URI node that may occur in a RDF graph.
Definition XURI.idl:49
Definition Ambiguous.idl:20