From 4038ab95a094b363f1748f3dcb51511a1217475d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:40:05 +0200 Subject: Adding upstream version 2.0.16. Signed-off-by: Daniel Baumann --- docs/html/tutorial-parser-abort.html | 37 ++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs/html/tutorial-parser-abort.html (limited to 'docs/html/tutorial-parser-abort.html') diff --git a/docs/html/tutorial-parser-abort.html b/docs/html/tutorial-parser-abort.html new file mode 100644 index 0000000..754cb26 --- /dev/null +++ b/docs/html/tutorial-parser-abort.html @@ -0,0 +1,37 @@ + + + + +Aborting parsing: Raptor RDF Syntax Library Manual + + + + + + + + + + + + + + + + +
+

+Aborting parsing

+

+raptor_parser_parse_abort() +allows the current parsing to be aborted, at which point no further +triples will be passed to callbacks and the parser will attempt to +return control to the application. This is most useful when called +inside a handler function which allows the application to decide to stop +an active parsing. +

+
+ + + \ No newline at end of file -- cgit v1.2.3