X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fzoom.xml;fp=doc%2Fzoom.xml;h=4bd55b3c4813a906e9d75822eeb52097de868b04;hb=876d1f923efd4054054e745c56794e1fc356d7bd;hp=d86933085432a9b4f43308223c9a3427894d2bb4;hpb=973d9f815873441606d1bdd613498c76e16ee3d2;p=yazpp-moved-to-github.git diff --git a/doc/zoom.xml b/doc/zoom.xml index d869330..4bd55b3 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -1,25 +1,24 @@ - + ZOOM-C++ Introduction - ZOOM + ZOOM is the emerging standard API for information retrieval programming using the Z39.50 protocol. ZOOM's - Abstract API + Abstract API specifies semantics for classes representing key IR concepts such as connections, queries, result sets and records; and there are various - bindings + bindings specifying how those concepts should be represented in various programming languages. The YAZ++ library includes an implementation of the C++ binding + url="&url.zoom.bind.cplusplus;">C++ binding for ZOOM, enabling quick, easy development of client applications. @@ -56,7 +55,7 @@ implementation of the C binding. For information on the supported options and other such details, see the ZOOM-C documentation, which can be found on-line at - + All of the classes defined by ZOOM-C++ are in the @@ -153,17 +152,17 @@ Section 3.2 (Connection) of the ZOOM Abstract API - - - - - The Connections section of the ZOOM-C documentation - - - - - + + + + + The Connections section f the ZOOM-C documentation + + + + + @@ -184,14 +183,13 @@ ~prefixQuery (); }; - - This class enables a query to be created by compiling YAZ's - cryptic but powerful - Prefix Query Notation (PQN). - - - + + This class enables a query to be created by compiling YAZ's + cryptic but powerful + Prefix Query Notation (PQN). + + + <literal>ZOOM::CCLQuery</literal> @@ -204,8 +202,7 @@ This class enables a query to be created using the simpler but less expressive - Common Command Language (CCL). + Common Command Language (CCL). The qualifiers recognised by the CCL parser are specified in an external configuration file in the format described by the YAZ documentation. @@ -257,7 +254,7 @@ - The Queries section of the ZOOM-C documentation @@ -339,7 +336,7 @@ - The Result Sets section of the ZOOM-C documentation @@ -469,7 +466,7 @@ - The Records section of the ZOOM-C documentation @@ -654,10 +651,8 @@ - Bib-1 Diagnostics on the - Z39.50 Maintenance Agency site. + Bib-1 Diagnostics on the + Z39.50 Maintenance Agency site. @@ -667,7 +662,7 @@ exception class and its subclasses. The closest thing is the ZOOM_connection_error function described in - The Connections section of the documentation.