LibreOffice
LibreOffice 24.8 SDK API Reference
Loading...
Searching...
No Matches
XURI Interface Reference

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

import <XURI.idl;

Inheritance diagram for XURI:
XResource XNode XDocumentMetadataAccess URI XMetadatable XNamedGraph InContentMetadata MetadataField

Public Attributes

string Namespace
 prefix
 
string LocalName
 suffix
 
- Public Attributes inherited from XNode
string StringValue
 the string value of the node.
 

Detailed Description

represents a 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: ":"

A URI without a ":" is invalid. This implies that the Namespace part of a URI must not be empty, while the LocalName part may be empty.

Since
OOo 3.0
See also
XRepository

Member Data Documentation

◆ LocalName

string LocalName
attributereadonly

suffix

◆ Namespace

string Namespace
attributereadonly

prefix


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