LibreOffice
LibreOffice 25.8 SDK API Reference
|
represents a URI node that may occur in a RDF graph. More...
import "XURI.idl";
Public Attributes | |
string | Namespace |
prefix | |
string | LocalName |
suffix | |
Public Attributes inherited from XNode | |
string | StringValue |
the string value of the node. |
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:
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.
|
attributereadonly |
suffix
|
attributereadonly |
prefix