:: com :: sun :: star :: ucb ::
|
interface XContentAccess |
|
- Description
- specifies methods for obtaining information on a content in different
levels.
For example, if there is a cursor which points to XContents,
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.
- See also
- XContent, XContentIdentifier
|
Methods' Details |
queryContentIdentifierString
string |
queryContentIdentifierString(); |
- Description
- returns the identifier string of the content ( "cheap method" ).
Note that this string can be used later to recreate the content.
- Returns
- the identifier string.
|
|
queryContentIdentifier
- Description
- returns the identifier object of the content.
- Returns
- the identifier object.
|
|
queryContent
- Description
- returns the content ( "most expensive method" ).
- Returns
- the content.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.