represents a blank node that may occur in a RDF graph.
More...
|
| create ([in] string NodeID) raises ( com::sun::star::lang::IllegalArgumentException ) |
| create a blank RDF node. More...
|
|
represents a blank node that may occur in a RDF graph.
- Since
- OOo 3.0
- See also
- XRepository
◆ create()
create a blank RDF node.
Be careful! With this constructor you can create a node that aliases another node that already exists in some repository. That may or may not be what you want. If you want to create a new blank node that is guaranteed to be unique, use XRepository::createBlankNode() instead.
- Parameters
-
NodeID | the ID for the blank node. |
- Exceptions
-
- See also
- XRepository::createBlankNode
The documentation for this service was generated from the following file: