librdf_parser_get_feature
Name
librdf_parser_get_feature -- Get the value of a parser feature
Synopsis
const char * librdf_parser_get_feature
(librdf_parser* parser, librdf_uri * feature);
Arguments
- parser
parser object
- feature
URI of feature
Return value
the value of the feature or NULL if no such feature
exists or the value is empty.