:: com :: sun :: star :: rdf ::

interface XNode
Description
represents a node that may occur in a RDF graph.

In the RDF data model, there are three distinct types of nodes: URIs, blank nodes, and literals.

 XNode
 |
 |---XLiteral
 |
 XResource
 |
 |---XBlankNode
 |
 XURI
 
Since
OOo 3.0
See also
XRepository, Statement, XResource, XBlankNode, XURI, XLiteral

Attributes' Summary
StringValue the string value of the node. 
Attributes' Details
StringValue
[ readonly ] string StringValue;
Description
the string value of the node.
Top of Page