interface XContentAccess in module com::sun::star::ucb:: |
interface XContentAccess : com::sun::star::uno::XInterface ;
specifies methods for obtaining information on a content in different levels.
For example, if there is a cursor which points to XContent s, this interface could be used to give the user access to the content under the cursor. If the client only needs the identifier string of the content, there is no need to first create the content object, then to obtain the string from it and after that to release the content.
Method Summary |
|
queryContentIdentifierString | returns the identifier string of the content ( "cheap method" ). |
queryContentIdentifier | returns the identifier object of the content. |
queryContent | returns the content ( "most expensive method" ). |
Known Services Which Export this Interface |
Method Details |
||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.