Constructors' Details |
create
- Description
- creates an URI RDF node.
- Parameter Value
- the URI, represented as string.
- Throws
- com::sun::star::lang::IllegalArgumentException
if the argument does not represent a valid URI
|
|
createNS
- Description
- creates an URI RDF node from namespace prefix and local name.
- Parameter Namespace
- the namespace prefix of the URI, represented as string.
- Parameter LocalName
- the local name of the URI, represented as string.
- Throws
- com::sun::star::lang::IllegalArgumentException
if the arguments do not represent a valid URI
|
|
createKnown
- Description
- creates an URI RDF node for a well-known URI.
- Parameter Id
- the URI, represented as a constant from URIs.
- Throws
- com::sun::star::lang::IllegalArgumentException
if the argument is not a valid constant from URIs
|
|
Copyright © 2010 Sun Microsystems, Inc.