A wrapper around the librdf_node datatype.
The values of nodes come from three potential, disjoint sets: URIs, literal strings and blank identifiers. These types are represented by LibRDF_URINode, LibRDF_LiteralNode and LibRDF_BlankNode, respectively.
Located in /Node.php (line 55)
| Class | Description |
|---|---|
| LibRDF_URINode | A specialized version of LibRDF_Node representing a URI. |
| LibRDF_BlankNode | A representation of a blank node. |
| LibRDF_LiteralNode | A representation of a literal node. |
Wrap a librdf_node resource in the correct Node object.
This function is intended for use by LibRDF classes, allowing them to easily convert a librdf_node resource into the correct type of LibRDF_Node object.
Destroy the Node object.
Return the underlying librdf_node resource.
This function is intended for other LibRDF classes and should not be called.
Compare this node with another node for equality.
Nodes of different types are not equal; thus, a URI of http://example.org/ and a literal string of http://example.org are not equal, even though they contain the same string. Similarly, literal nodes must match in both type and language to be considered equal.
Create a new node object from an existing node.
Return a string representation of the node.
Documentation generated on Thu, 15 Jun 2006 19:25:13 -0400 by phpDocumentor 1.3.0