LibreOffice
LibreOffice 5.3 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 an 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 an URI RDF node. More...
 
 raises (com::sun::star::lang::IllegalArgumentException)
 creates an URI RDF node from namespace prefix and local name. More...
 
 raises (com::sun::star::lang::IllegalArgumentException)
 creates an 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 an URI node that may occur in a RDF graph.

Since
OOo 3.0
See Also
XRepository

Member Function Documentation

creates an URI RDF node.

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

creates an 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 an 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: