represents a URI node that may occur in a RDF graph.
More...
|
| 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.
|
|
represents a URI node that may occur in a RDF graph.
- Since
- OOo 3.0
- See also
- XRepository
◆ create()
creates a URI RDF node.
- Parameters
-
Value | the URI, represented as string . |
- Exceptions
-
◆ createKnown()
creates a URI RDF node for a well-known URI.
- Parameters
-
Id | the URI, represented as a constant from URIs. |
- Exceptions
-
- See also
- URIs
◆ createNS()
creates a URI RDF node from namespace prefix and local name.
- Parameters
-
Namespace | the namespace prefix of the URI, represented as string . |
LocalName | the local name of the URI, represented as string . |
- Exceptions
-
The documentation for this service was generated from the following file: