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. | |
createNS ([in] string Namespace, [in] string LocalName) raises ( com::sun::star::lang::IllegalArgumentException ) | |
creates a URI RDF node from namespace prefix and local name. | |
createKnown ([in] short Id) raises ( com::sun::star::lang::IllegalArgumentException ) | |
creates a URI RDF node for a well-known URI. | |
Additional Inherited Members | |
![]() | |
string | Namespace |
prefix | |
string | LocalName |
suffix | |
![]() | |
string | StringValue |
the string value of the node. | |
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 |