LibreOffice
LibreOffice 7.2 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
URI Service Reference

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

import "URI.idl";

Inheritance diagram for URI:
XURI XResource XNode

Public Member Functions

 raises (com::sun::star::lang::IllegalArgumentException)
 creates a URI RDF node. More...
 
 raises (com::sun::star::lang::IllegalArgumentException)
 creates a URI RDF node from namespace prefix and local name. More...
 
 raises (com::sun::star::lang::IllegalArgumentException)
 creates a URI RDF node for a well-known URI. More...
 

Additional Inherited Members

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

Detailed Description

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

Since
OOo 3.0
See Also
XRepository

Member Function Documentation

creates a URI RDF node.

Parameters
Valuethe URI, represented as string.
Exceptions
com::sun::star::lang::IllegalArgumentExceptionif the argument does not represent a valid URI

creates a URI RDF node from namespace prefix and local name.

Parameters
Namespacethe namespace prefix of the URI, represented as string.
LocalNamethe local name of the URI, represented as string.
Exceptions
com::sun::star::lang::IllegalArgumentExceptionif the arguments do not represent a valid URI

creates a URI RDF node for a well-known URI.

Parameters
Idthe URI, represented as a constant from URIs.
Exceptions
com::sun::star::lang::IllegalArgumentExceptionif the argument is not a valid constant from URIs
See Also
URIs

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