| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
represents a blank node that may occur in a RDF graph. More...
import "BlankNode.idl";
 
  
| 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. | |
| 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.
| NodeID | the ID for the blank node. | 
| com::sun::star::lang::IllegalArgumentException | if the argument does not represent a valid blank node ID |