:: com :: sun :: star :: rdf ::

unpublished interface XRepositorySupplier
Usage Restrictions
not published
Description
provides access to an RDF Repository.
Since
OOo 3.0
See also
XRepository

Methods' Summary
getRDFRepository provides the RDF Repository associated with this object.  
Methods' Details
getRDFRepository
XRepository
getRDFRepository();

Description
provides the RDF Repository associated with this object.
Returns
an object of type XRepository
Top of Page