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

interface XRepositorySupplier

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