LibreOffice
LibreOffice 24.2 SDK API Reference
|
represents a URI node that may occur in a RDF graph. More...
import"URI.idl";
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... | |
create | ( | [in] string | Value | ) | |
raises | ( | com::sun::star::lang::IllegalArgumentException | |||
) |
creates a URI RDF node.
Value | the URI, represented as string . |
com::sun::star::lang::IllegalArgumentException | if the argument does not represent a valid URI |
createKnown | ( | [in] short | Id | ) | |
raises | ( | com::sun::star::lang::IllegalArgumentException | |||
) |
createNS | ( | [in] string | Namespace, |
[in] string | LocalName | ||
) | |||
raises | ( | com::sun::star::lang::IllegalArgumentException | |
) |
creates a URI RDF node from namespace prefix and local name.
Namespace | the namespace prefix of the URI, represented as string . |
LocalName | the local name of the URI, represented as string . |
com::sun::star::lang::IllegalArgumentException | if the arguments do not represent a valid URI |