20 #ifndef __com_sun_star_rdf_XRepository_idl__
21 #define __com_sun_star_rdf_XRepository_idl__
43 module
com { module sun { module star { module rdf {
133 [in]
XURI GraphName, [in]
XURI BaseURI)
180 void exportGraph([in]
short Format,
182 [in]
XURI GraphName, [in]
XURI BaseURI)
197 sequence<XURI> getGraphNames()
264 void destroyGraph([in]
XURI GraphName)
382 boolean queryAsk([in]
string Query)
represents the result of a SPARQL "SELECT" query.
Definition: XQuerySelectResult.idl:49
is thrown when an input or output error has occurred.
Definition: IOException.idl:30
– idl definition –
Definition: Ambiguous.idl:22
represents a resource node that may occur in a RDF graph.
Definition: XResource.idl:41
represents a blank node that may occur in a RDF graph.
Definition: XBlankNode.idl:40
This is the basic interface to write data to a stream.
Definition: XOutputStream.idl:37
provides functionality to enumerate the contents of a container.
Definition: XEnumeration.idl:54
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
Exception will be thrown if there is a request for data in a DataFlavor that is not supported by a da...
Definition: UnsupportedFlavorException.idl:34
represents an error condition that is signaled on evaluating a query against an RDF Repository...
Definition: QueryException.idl:35
represents an error condition that is signaled on accessing an RDF Repository.
Definition: RepositoryException.idl:35
represents an error condition that is signaled on parsing an RDF file.
Definition: ParseException.idl:34
represents a node that may occur in a RDF graph.
Definition: XNode.idl:57
represents an RDF named graph that is stored in an RDF Repository.
Definition: XNamedGraph.idl:53
is thrown by child access methods of collections, if the addressed child does not exist...
Definition: NoSuchElementException.idl:34
represents an URI node that may occur in a RDF graph.
Definition: XURI.idl:53
provides access to a set of named RDF graphs.
Definition: XRepository.idl:71
is thrown by container methods, if an element is added which is already a child of the container...
Definition: ElementExistException.idl:38