Redland RDF Application Framework API Reference Manual | ||
---|---|---|
<<< Previous | Next >>> |
statement to serialise
librdf_node context node (can be NULL)
the buffer to use
buffer size
fields to encode
Encodes the given statement in the buffer, which must be of sufficient size. If buffer is NULL, no work is done but the size of buffer required is returned.
The fields values are or-ed combinations of: LIBRDF_STATEMENT_SUBJECT LIBRDF_STATEMENT_PREDICATE LIBRDF_STATEMENT_OBJECT or LIBRDF_STATEMENT_ALL for subject,prdicate,object fields
If context_node is given, it is encoded also
<<< Previous | Home | Next >>> |
librdf_statement_encode | Up | librdf_statement_decode |