The Free and Open Productivity Suite
QA Volunteers Needed -- Help us test OpenOffice

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for Apache OpenOffice version 3.4.

:: com :: sun :: star :: rdf ::

unpublished service BlankNode
Supported Interface
XBlankNode
Usage Restrictions
not published
Description
represents a blank node that may occur in a RDF graph.
Since
OOo 3.0
See also
XRepository


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

Description
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.

Parameter NodeID
the ID for the blank node.
Throws
com::sun::star::lang::IllegalArgumentException if the argument does not represent a valid blank node ID
See also
XRepository::createBlankNode

 
Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us | Donate

Apache, the Apache feather logo, and OpenOffice are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.