(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 interface XURI
Base Interfaces
XURIXResourceXNode

XResource
(referenced interface's summary:)
represents a resource node that may occur in a RDF graph.
Usage Restrictions
not published
Description
represents an URI node that may occur in a RDF graph.

Note that this is actually an IRI, but the RDF literature speaks of URIs only, so we chose to use established terminology.

The URI is split into a Namespace and a LocalName, using the first applicable of the following criteria:

  1. after the first occurrence of the fragment separator: "#"
  2. after the last occurrence of the path separator: "/"
  3. after the last occurrence of the scheme separator: ":"
An URI without a ":" is invalid. This implies that the Namespace part of an URI must not be empty, while the LocalName part may be empty.

Since
OOo 3.0
See also
XRepository

Attributes' Summary
Namespace prefix 
LocalName suffix 
Attributes' Details
Namespace
[ readonly ] string Namespace;
Description
prefix
LocalName
[ readonly ] string LocalName;
Description
suffix
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.