Volksdata
1.0b10
RDF library
Loading...
Searching...
No Matches
parser_nt.h
Go to the documentation of this file.
1
#ifndef VOLK_PARSER_NT_H
2
#define VOLK_PARSER_NT_H
3
4
#include "
volksdata/codec_interface.h
"
5
6
11
21
VOLK_rc
22
nt_parse_term
(
const
char
*rep,
VOLK_Term
**term);
23
24
39
VOLK_rc
40
nt_parse_doc
(FILE *fh,
const
char
*sh, VOLK_Graph *gr);
41
43
44
#endif
codec_interface.h
Codec interface definition and basic elements common to all codecs.
VOLK_rc
int VOLK_rc
Return code.
Definition
core.h:91
nt_parse_doc
VOLK_rc nt_parse_doc(FILE *fh, const char *sh, VOLK_Graph *gr)
Parse an RDF document in N-Triples format.
Definition
parser_nt.c:1779
nt_parse_term
VOLK_rc nt_parse_term(const char *rep, VOLK_Term **term)
Parse a single term.
Definition
parser_nt.c:1757
VOLK_Term
RDF term.
Definition
term.h:61
include
volksdata
codec
parser_nt.h
Generated by
1.16.1