LibreOfficeDev
LibreOfficeDev 7.4 SDK API Reference
|
represents a URI node that may occur in a RDF graph. More...
import "URI.idl";
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 | |
![]() | |
string | Namespace |
prefix More... | |
string | LocalName |
suffix More... | |
![]() | |
string | StringValue |
the string value of the node. More... | |
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 |
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 |