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

unpublished interface XRepositorySupplier
Description
provides access to an RDF Repository.

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