LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
BlankNode Service Reference

represents a blank node that may occur in a RDF graph. More...

import <BlankNode.idl;

Inheritance diagram for BlankNode:
XBlankNode XResource XNode

Public Member Functions

 create ([in] string NodeID) raises ( com::sun::star::lang::IllegalArgumentException )
 create a blank RDF node.
 

Additional Inherited Members

- Public Attributes inherited from XNode
string StringValue
 the string value of the node.
 

Detailed Description

represents a blank node that may occur in a RDF graph.

Since
OOo 3.0
See also
XRepository

Member Function Documentation

◆ create()

create ( [in] string NodeID)
raises (com::sun::star::lang::IllegalArgumentException )

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
NodeIDthe ID for the blank node.
Exceptions
com::sun::star::lang::IllegalArgumentExceptionif the argument does not represent a valid blank node ID
See also
XRepository::createBlankNode

The documentation for this service was generated from the following file: