• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching full:catalog

5     <title>catalog: interfaces to the Catalog handling system</title>
39 <span class="refentrytitle">catalog</span>
41 <p>catalog - interfaces to the Catalog handling system</p>
42 <p>the catalog module implements the support for XML Catalogs and SGML catalogs </p>
51 typedef <a href="libxml2-catalog.html#xmlCatalog">xmlCatalog</a> * <a href="#xmlCatalogPtr">xmlCata…
52 void <a href="#xmlFreeCatalog">xmlFreeCatalog</a> (<a href="libxml2-catalog.html#xmlCatalogPtr">x…
55 int <a href="#xmlACatalogAdd">xmlACatalogAdd</a> (<a href="libxml2-catalog.html#xmlCatalogPtr">xm…
56 …xmlACatalogResolvePublic">xmlACatalogResolvePublic</a> (<a href="libxml2-catalog.html#xmlCatalogPt…
57 <a href="libxml2-catalog.html#xmlCatalogAllow">xmlCatalogAllow</a> <a href="#xmlCatalogGetDefaults"…
58 int <a href="#xmlACatalogRemove">xmlACatalogRemove</a> (<a href="libxml2-catalog.html#xmlCatalogPt…
59 …l2-catalog.html#xmlCatalogPrefer">xmlCatalogPrefer</a> <a href="#xmlCatalogSetDefaultPrefer">xmlCa…
60 …ref="#xmlACatalogResolveURI">xmlACatalogResolveURI</a> (<a href="libxml2-catalog.html#xmlCatalogPt…
67 int <a href="#xmlCatalogIsEmpty">xmlCatalogIsEmpty</a> (<a href="libxml2-catalog.html#xmlCatalogPt…
68 void <a href="#xmlACatalogDump">xmlACatalogDump</a> (<a href="libxml2-catalog.html#xmlCatalogPtr"…
70 …* <a href="#xmlACatalogResolve">xmlACatalogResolve</a> (<a href="libxml2-catalog.html#xmlCatalogPt…
72 <a href="libxml2-catalog.html#xmlCatalogPtr">xmlCatalogPtr</a> <a href="#xmlLoadSGMLSuperCatalog">x…
75 <a href="libxml2-catalog.html#xmlCatalogPtr">xmlCatalogPtr</a> <a href="#xmlLoadACatalog">xmlLoadAC…
76 …xmlACatalogResolveSystem">xmlACatalogResolveSystem</a> (<a href="libxml2-catalog.html#xmlCatalogPt…
78 int <a href="#xmlConvertSGMLCatalog">xmlConvertSGMLCatalog</a> (<a href="libxml2-catalog.html#xmlC…
80 <a href="libxml2-catalog.html#xmlCatalogPtr">xmlCatalogPtr</a> <a href="#xmlNewCatalog">xmlNewCatal…
84 void <a href="#xmlCatalogSetDefaults">xmlCatalogSetDefaults</a> (<a href="libxml2-catalog.html#xml…
101 </pre><p>The specific XML Catalog Processing Instruction name.</p>
127 …pedef </a>xmlCatalogPtr</h3><pre class="programlisting"><a href="libxml2-catalog.html#xmlCatalog">…
131 …)</h3><pre class="programlisting">int xmlACatalogAdd (<a href="libxml2-catalog.html#xmlCatalogPt…
132 </pre><p>Add an entry in the catalog, it may overwrite existing but different entries.</p>
133 …span></td><td>a Catalog</td></tr><tr><td><span class="term"><i><tt>type</tt></i>:</span></td><td>t…
135 …/h3><pre class="programlisting">void xmlACatalogDump (<a href="libxml2-catalog.html#xmlCatalogPt…
136 </pre><p>Dump the given catalog to the given file.</p>
137 …tbody><tr><td><span class="term"><i><tt>catal</tt></i>:</span></td><td>a Catalog</td></tr><tr><td>…
139 …/h3><pre class="programlisting">int xmlACatalogRemove (<a href="libxml2-catalog.html#xmlCatalogPt…
140 </pre><p>Remove an entry from the catalog</p>
141 …tbody><tr><td><span class="term"><i><tt>catal</tt></i>:</span></td><td>a Catalog</td></tr><tr><td>…
143 …lstring.html#xmlChar">xmlChar</a> * xmlACatalogResolve (<a href="libxml2-catalog.html#xmlCatalogPt…
145 …tbody><tr><td><span class="term"><i><tt>catal</tt></i>:</span></td><td>a Catalog</td></tr><tr><td>…
147 …g.html#xmlChar">xmlChar</a> * xmlACatalogResolvePublic (<a href="libxml2-catalog.html#xmlCatalogPt…
148 …e><p>Try to lookup the catalog local <a href="libxml2-SAX.html#reference">reference</a> associated…
149 …tbody><tr><td><span class="term"><i><tt>catal</tt></i>:</span></td><td>a Catalog</td></tr><tr><td>…
151 …g.html#xmlChar">xmlChar</a> * xmlACatalogResolveSystem (<a href="libxml2-catalog.html#xmlCatalogPt…
152 </pre><p>Try to lookup the catalog resource for a system ID</p>
153 …tbody><tr><td><span class="term"><i><tt>catal</tt></i>:</span></td><td>a Catalog</td></tr><tr><td>…
155 …ring.html#xmlChar">xmlChar</a> * xmlACatalogResolveURI (<a href="libxml2-catalog.html#xmlCatalogPt…
157 …tbody><tr><td><span class="term"><i><tt>catal</tt></i>:</span></td><td>a Catalog</td></tr><tr><td>…
160 …he catalog, it may overwrite existing but different entries. If called before any other catalog ro…
161 …m"><i><tt>type</tt></i>:</span></td><td>the type of record to add to the catalog</td></tr><tr><td>…
164 </pre><p>Add the new entry to the catalog list</p>
165 … class="term"><i><tt>URL</tt></i>:</span></td><td>the URL to a new local catalog</td></tr><tr><td>…
172 </pre><p>Convert all the SGML catalog entries as XML ones</p>
176 </pre><p>Dump all the global catalog content to the given file.</p>
180 </pre><p>Free up the memory associated to the catalog list</p>
183 …mlCatalogGetDefaults ()</h3><pre class="programlisting"><a href="libxml2-catalog.html#xmlCatalogAl…
185 …rm"><i><tt>Returns</tt></i>:</span></td><td>the current <a href="libxml2-catalog.html#xmlCatalogAl…
188 </pre><p>Try to lookup the catalog <a href="libxml2-SAX.html#reference">reference</a> associated to…
192 </pre><p>Try to lookup the catalog <a href="libxml2-SAX.html#reference">reference</a> associated to…
195 …/h3><pre class="programlisting">int xmlCatalogIsEmpty (<a href="libxml2-catalog.html#xmlCatalogPt…
196 </pre><p>Check is a catalog is empty</p>
197 …hould this create an SGML catalog</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</sp…
200 … a complete resolution lookup of an External Identifier using a document's private catalog list</p>
204 </pre><p>Do a complete resolution lookup of an URI using a document's private catalog list</p>
208 </pre><p>Remove an entry from the catalog</p>
216 </pre><p>Try to lookup the catalog <a href="libxml2-SAX.html#reference">reference</a> associated to…
220 </pre><p>Try to lookup the catalog resource for a system ID</p>
228 </pre><p>Used to set the debug level for catalog operation, 0 disable debugging, 1 enable it</p>
229 …"term"><i><tt>Returns</tt></i>:</span></td><td>the previous value of the catalog debugging level</…
231 …sting"><a href="libxml2-catalog.html#xmlCatalogPrefer">xmlCatalogPrefer</a> xmlCatalogSetDefaultPr…
232Catalog resolution. C.f. section 4.1.1 of the spec Values accepted are <a href="libxml2-catalog.ht…
235 …pre class="programlisting">void xmlCatalogSetDefaults (<a href="libxml2-catalog.html#xmlCatalogAl…
239 …<pre class="programlisting">int xmlConvertSGMLCatalog (<a href="libxml2-catalog.html#xmlCatalogPt…
240 </pre><p>Convert all the SGML catalog entries as XML ones</p>
241 …ody><tr><td><span class="term"><i><tt>catal</tt></i>:</span></td><td>the catalog</td></tr><tr><td>…
243 …</h3><pre class="programlisting">void xmlFreeCatalog (<a href="libxml2-catalog.html#xmlCatalogPt…
244 </pre><p>Free the memory allocated to a Catalog</p>
245 …tbody><tr><td><span class="term"><i><tt>catal</tt></i>:</span></td><td>a Catalog</td></tr></tbody>…
248 </pre><p>Do the catalog initialization. this function is not thread safe, catalog initialization sh…
251 …og"/>xmlLoadACatalog ()</h3><pre class="programlisting"><a href="libxml2-catalog.html#xmlCatalogPt…
252 …Load the catalog and build the associated data structures. This can be either an XML Catalog or an…
253 …r><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the catalog parsed or NULL in…
256catalog and makes its definitions effective for the default external entity loader. It will recurs…
260 …or the default external entity loader. this function is not thread safe, catalog initialization sh…
263 …LoadSGMLSuperCatalog ()</h3><pre class="programlisting"><a href="libxml2-catalog.html#xmlCatalogPt…
264 …er catalog. It won't expand CATALOG or DELEGATE references. This is only needed for manipulating S…
265 …r><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the catalog parsed or NULL in…
267 …alog"/>xmlNewCatalog ()</h3><pre class="programlisting"><a href="libxml2-catalog.html#xmlCatalogPt…
268 </pre><p>create a new Catalog.</p>
269 …this create an SGML catalog</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></t…
272 </pre><p>parse an XML file and build a tree. It's like xmlParseFile() except it bypass all catalog