librdf_parser_guess_name2 {redland} | R Documentation |
Get a parser name for content with type or identifier
Description
Get a parser name for content with type or identifier
Usage
librdf_parser_guess_name2 ( world,
mime_type,
buffer,
identifier )
Arguments
world |
librdf_world object ("_p_librdf_world_s") |
mime_type |
MIME type of syntax or NULL ("character") |
buffer |
content buffer or NULL ("character") |
identifier |
content identifier or NULL ("character") |
Value
character
References
See Also
This R function is a wrapper function that directly calls the the Redland RDF C libraries. For more information about Redland RDF, view the online documentation indicated in the 'References' section.
[Package redland version 1.0.17-18 Index]