LibreOffice
LibreOffice 7.4 SDK API Reference
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

 create ([in] string Value) raises ( com::sun::star::lang::IllegalArgumentException )
 creates a URI RDF node. More...
 
 createNS ([in] string Namespace, [in] string LocalName) raises ( com::sun::star::lang::IllegalArgumentException )
 creates a URI RDF node from namespace prefix and local name. More...
 
 createKnown ([in] short Id) 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

◆ create()

create ( [in] string  Value)
raises (com::sun::star::lang::IllegalArgumentException
)

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

◆ createKnown()

createKnown ( [in] short  Id)
raises (com::sun::star::lang::IllegalArgumentException
)

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

◆ createNS()

createNS ( [in] string  Namespace,
[in] string  LocalName 
)
raises (com::sun::star::lang::IllegalArgumentException
)

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

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