summaryrefslogtreecommitdiff
path: root/src/raptor.h
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2010-02-04 20:58:36 -0800
committerDave Beckett <dave@dajobe.org>2010-02-04 20:58:36 -0800
commit33df189465408c1a877a2a8b8ce6ad03c17e3f32 (patch)
tree00d699b6e97acdf487271d17873a642b7d8e042c /src/raptor.h
parentc9baae1679a55ac10b3bd91303679c7974c10335 (diff)
downloadraptor-33df189465408c1a877a2a8b8ce6ad03c17e3f32.tar.gz
Added raptor_world_enumerate_sax2_features()
Diffstat (limited to 'src/raptor.h')
-rw-r--r--src/raptor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/raptor.h b/src/raptor.h
index e9f8bd06..b5961cfa 100644
--- a/src/raptor.h
+++ b/src/raptor.h
@@ -625,6 +625,8 @@ int raptor_world_enumerate_parser_features(raptor_world* world, const raptor_fea
RAPTOR_API
int raptor_world_enumerate_serializers(raptor_world* world, const unsigned int counter, const char **name, const char **label, const char **mime_type, const unsigned char **uri_string);
RAPTOR_API
+int raptor_world_enumerate_sax2_features(raptor_world* world, const raptor_feature feature, const char **name, raptor_uri **uri, const char **label);
+RAPTOR_API
int raptor_world_is_serializer_name(raptor_world* world, const char *name);
RAPTOR_API
raptor_feature raptor_world_get_feature_from_uri(raptor_world* world, raptor_uri *uri);