LibreOffice
LibreOffice 5.3 SDK API Reference
|
represents an URI node that may occur in a RDF graph. More...
import "URI.idl";
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 | |
![]() | |
string | Namespace |
prefix More... | |
string | LocalName |
suffix More... | |
![]() | |
string | StringValue |
the string value of the node. More... | |
creates an URI RDF node.
Value | the URI, represented as string . |
com::sun::star::lang::IllegalArgumentException | if the argument does not represent a valid URI |
creates an 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 |