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/parser-guess.html | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/html/parser-guess.html (limited to 'docs/html/parser-guess.html') diff --git a/docs/html/parser-guess.html b/docs/html/parser-guess.html new file mode 100644 index 0000000..98730ff --- /dev/null +++ b/docs/html/parser-guess.html @@ -0,0 +1,42 @@ + + + + +Guess parser (name guess): Raptor RDF Syntax Library Manual + + + + + + + + + + + + + + + + +
+

+Guess parser (name guess)

+

+This is a special parser that picks the actual parser to use based +on the content type, the content bytes or the content identifier. The +content name can be either from a local file or from a URI. +

+

If the protocol that delivered the content (such as HTTP) +provided a Content Type (aka MIME Type) then +this will be the primary means for identifying th ecotnent. +

+

The secondary means to identify the content are the bytes of +the content (if available), otherwise the content identifier is used, +which is the least reliable. +

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