[LibRDF] element index

All elements
a c e f g h i k l m n p q r s t u v _
_
top
__clone
LibRDF_QueryResults::__clone() in QueryResults.php
Clone the query.
__clone
Create a new node object from an existing node.
__clone
Clone a Statement
__clone
Create a new storage in the same context as an existing storage.
__clone
Create a new URI object from an existing URI.
__clone
Create a copy of the model.
__clone
Clone the query.
__clone
Clone a LibRDF_StreamIterator object.
__construct
Create a new LibRDF_LookupError.
__construct
Create a new boolean query result object.
__construct
Create a new bindings query result object.
__construct
Create a new LibRDF_Serializer.
__construct
Create a new Statement.
__construct
Create a new URI object from a string.
__construct
Creates a new storage backend.
__construct
Create a new LibRDF_Error.
__construct
Create a new iterable object from a librdf_stream resource.
__construct
Create a new graph query result object.
__construct
Create a new Literal node.
__construct
Create a new blank node with an optional identifier.
__construct
Create a new URINode from a URI object.
__construct
Create a new librdf_model.
__construct
Create a new parser.
__construct
Create a new query.
__destruct
Free the parser's resources.
__destruct
Free the storage's resources.
__destruct
Free the stream's resources.
__destruct
Free a model's resources.
__destruct
Free the URI's resources.
__destruct
Destroy the Node object.
__destruct
Free a Statement's resources.
__destruct
Free the serializer's resources.
__destruct
Free the query resources.
__destruct
Free the query result resources.
__toString
Return a string representation of the model.
__toString
Return the string representation of the URI.
__toString
Return a string representation of the node.
__toString
Return a string representation of a statement
__toString
Return the query results as a string.
a
top
addStatement
Add a statement to the model.
c
top
current
Fetch the current statement on the iterator.
current
Return the current (and only) boolean value.
current
Return the current tuple of bindings.
current
Return the current statement on the iterator.
current
Return the current statement or NULL if the stream is no longer valid.
e
top
Error.php
Error.php in Error.php
execute
Run the query against a model.
f
top
findStatements
Find a statement in the model.
g
top
getArc
Return a single predicate node that is part of a statement containing the given source and target.
getDatatype
Return the datattype URI or NULL if this literal has no datatype.
getLanguage
Return the language of this literal or NULL if the literal has no language.
getModel
Return the model resource.
getNode
Return the underlying librdf_node resource.
getObject
Get the statement's object.
getParser
Return the underlying parser resource.
getPredicate
Get the statement's predicate
getSerializer
Return the wrapped librdf_serializer resource.
getSource
Return a single source node that is part of a statement containing the given predicate and target.
getStatement
Get the underlying librdf_statement resource.
getStorage
Return the underlying storage resource.
getSubject
Get the statement's subject.
getTarget
Return a single target node that is part of a statement containing the given source and predicate.
getURI
Return the underlying URI resource.
getValue
Return the boolean value of the result.
h
top
hasStatement
Test whether the model contains a statement.
i
top
isEqual
Compare this URI against another URI for equality.
isEqual
Compare this statement with another statement.
isEqual
Compare this node with another node for equality.
Iterator.php
Iterator.php in Iterator.php
k
top
key
Fetch the iterator's current key.
key
Return the iterator key (always 0).
key
Return the current key.
key
LibRDF_Model::key() in Model.php
Return the current iteration key.
key
Return the key of the current element on the stream.
l
top
LibRDF.php
LibRDF.php in LibRDF.php
LibRDF_BindingsQueryResults
LibRDF_BindingsQueryResults in QueryResults.php
A specialized librdf_query_results wrapper for bindings results.
LibRDF_BlankNode
LibRDF_BlankNode in Node.php
A representation of a blank node.
LibRDF_BooleanQueryResults
LibRDF_BooleanQueryResults in QueryResults.php
A specialized librdf_query_results wrapper for boolean results.
LibRDF_Error
LibRDF_Error in Error.php
The exception type used for LibRDF runtime errors.
LibRDF_GraphQueryResults
LibRDF_GraphQueryResults in QueryResults.php
A specialized librdf_query_results wrapper for graph results.
LibRDF_LiteralNode
LibRDF_LiteralNode in Node.php
A representation of a literal node.
LibRDF_LookupError
LibRDF_LookupError in Model.php
The exception type used for statement lookup failures.
LibRDF_Model
LibRDF_Model in Model.php
A wrapper around the librdf_model datatype.
LibRDF_Node
LibRDF_Node in Node.php
A wrapper around the librdf_node datatype.
LibRDF_Parser
LibRDF_Parser in Parser.php
A wrapper around the librdf_parser datatype.
LibRDF_Query
LibRDF_Query in Query.php
A wrapper around the librdf_query datatype.
LibRDF_QueryResults
LibRDF_QueryResults in QueryResults.php
A wrapper around the librdf_query_results datatype.
LibRDF_Serializer
LibRDF_Serializer in Serializer.php
A wrapper around the librdf_serializer datatype.
LibRDF_Statement
LibRDF_Statement in Statement.php
A wrapper around the librdf_statement datatype.
LibRDF_Storage
LibRDF_Storage in Storage.php
A wrapper around the librdf_storage datatype.
LibRDF_StreamIterator
LibRDF_StreamIterator in Iterator.php
Wrap a librdf_stream resource as an iterable object.
LibRDF_URI
LibRDF_URI in URI.php
A wrapper around the librdf_uri datatype.
LibRDF_URINode
LibRDF_URINode in Node.php
A specialized version of LibRDF_Node representing a URI.
loadStatementsFromString
Load statements using a LibRDF_Parser.
loadStatementsFromURI
Load statements from a URI using a LibRDF_Parser.
m
top
makeNode
Wrap a librdf_node resource in the correct Node object.
makeQueryResults
Make a specialized query results object.
Model.php
Model.php in Model.php
n
top
$node
LibRDF_Node::$node in Node.php
The underlying librdf_node resource.
next
Advance the iterator.
next
Advance the iterator to the next statement.
next
Advance the iterator.
next
Advance the stream's position.
next
Advance the iterator's position.
Node.php
Node.php in Node.php
p
top
Parser.php
Parser.php in Parser.php
parseString
Parse a string and return an iterable object over the statements.
parseURI
Parse a URI and return an iterable object over the statements.
q
top
$query_results
The wrapped librdf_query_results datatype.
Query.php
Query.php in Query.php
QueryResults.php
QueryResults.php in QueryResults.php
r
top
RDF_BASE_URI
RDF_BASE_URI in LibRDF.php
The URI of the RDF/XML namespace.
removeStatement
Remove a statement from the model.
rewind
Reset the statement iterator.
rewind
Rewind the stream.
rewind
Rewind the iterator.
rewind
Rewind the iterator.
rewind
Rewind the iterator.
s
top
Serializer.php
Serializer.php in Serializer.php
serializeStatements
Serialize the model as a string.
serializeStatementsToFile
Serialize the model and write the contents to a file.
setNamespace
Set a prefix to URI mapping.
size
Return the number of statements in the model.
Statement.php
Statement.php in Statement.php
Storage.php
Storage.php in Storage.php
t
top
to_string
Serialize the results to a string.
u
top
URI.php
URI.php in URI.php
v
top
valid
Return whether the iterator is still valid.
valid
Test whether the iterator is still valid.
valid
Return whether the iterator is still valid.
valid
Check whether the statement iterator is still valid.
valid
Return whether the stream is still valid.
a c e f g h i k l m n p q r s t u v _