(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

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

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


Constructors' Summary
create creates an URI RDF node.  
createNS creates an URI RDF node from namespace prefix and local name.  
createKnown creates an URI RDF node for a well-known URI.  
Constructors' Details
create
create( [in] string  Value )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
creates an URI RDF node.
Parameter Value
the URI, represented as string.
Throws
com::sun::star::lang::IllegalArgumentException if the argument does not represent a valid URI
createNS
createNS( [in] string  Namespace,
[in] string  LocalName )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
creates an URI RDF node from namespace prefix and local name.
Parameter Namespace
the namespace prefix of the URI, represented as string.
Parameter LocalName
the local name of the URI, represented as string.
Throws
com::sun::star::lang::IllegalArgumentException if the arguments do not represent a valid URI
createKnown
createKnown( [in] short  Id )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
creates an URI RDF node for a well-known URI.
Parameter Id
the URI, represented as a constant from URIs.
Throws
com::sun::star::lang::IllegalArgumentException if the argument is not a valid constant from URIs
See also
URIs

 
Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos 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.