• Home
  • Raw
  • Download

Lines Matching +full:diff +full:- +full:tree

6     <test>io1 &gt; io1.tmp &amp;&amp; diff io1.tmp $(srcdir)/io1.res</test>
14 <include>&lt;libxml/tree.h&gt;</include>
17 <function line='143' file='tree' name='xmlDocDump'/>
19 <function line='149' file='tree' name='xmlFreeDoc'/>
25 <typedef line='105' file='tree' name='xmlDocPtr'/>
32 <test>io2 &gt; io2.tmp &amp;&amp; diff io2.tmp $(srcdir)/io2.res</test>
40 <function line='29' file='tree' name='xmlNodeSetContent'/>
41 <function line='36' file='tree' name='xmlDocDumpFormatMemory'/>
43 <function line='30' file='tree' name='xmlDocSetRootElement'/>
44 <typedef line='20' file='tree' name='xmlDocPtr'/>
45 <function line='43' file='tree' name='xmlFreeDoc'/>
46 <typedef line='19' file='tree' name='xmlNodePtr'/>
47 <function line='27' file='tree' name='xmlNewDoc'/>
48 <function line='28' file='tree' name='xmlNewNode'/>
52 <synopsis>Parse an XML file to a tree and free it</synopsis>
53 …e use of xmlReadFile() to read an XML file into a tree and and xmlFreeDoc() to free the resulting
60 <include>&lt;libxml/tree.h&gt;</include>
67 <typedef line='24' file='tree' name='xmlDocPtr'/>
68 <function line='31' file='tree' name='xmlFreeDoc'/>
73 <synopsis>Parse and validate an XML file to a tree and free the result</synopsis>
74 …rse and validate the file, creating a tree, check the validation result and xmlFreeDoc() to free t…
81 <include>&lt;libxml/tree.h&gt;</include>
88 <typedef line='25' file='tree' name='xmlParserCtxtPtr'/>
92 <function line='44' file='tree' name='xmlFreeDoc'/>
93 <typedef line='26' file='tree' name='xmlDocPtr'/>
98 <synopsis>Parse an XML document in memory to a tree and free it</synopsis>
99 …use of xmlReadMemory() to read an XML file into a tree and and xmlFreeDoc() to free the resulting
106 <include>&lt;libxml/tree.h&gt;</include>
114 <function line='38' file='tree' name='xmlFreeDoc'/>
115 <typedef line='27' file='tree' name='xmlDocPtr'/>
119 <synopsis>Parse an XML document chunk by chunk to a tree and free it</synopsis>
120 …eChunk() to read an XML file progressively into a tree and and xmlFreeDoc() to free the resulting
127 <include>&lt;libxml/tree.h&gt;</include>
133 <function line='103' file='tree' name='xmlFreeDoc'/>
138 <typedef line='45' file='tree' name='xmlParserCtxtPtr'/>
139 <typedef line='47' file='tree' name='xmlDocPtr'/>
146 … <test>reader1 test2.xml &gt; reader1.tmp &amp;&amp; diff reader1.tmp $(srcdir)/reader1.res</test>
174 … <test>reader2 test2.xml &gt; reader1.tmp &amp;&amp; diff reader1.tmp $(srcdir)/reader1.res</test>
203 <test>reader3 &gt; reader3.tmp &amp;&amp; diff reader3.tmp $(srcdir)/reader3.res</test>
213 <function line='96' file='tree' name='xmlDocDump'/>
224 …<test>reader4 test1.xml test2.xml test3.xml &gt; reader4.tmp &amp;&amp; diff reader4.tmp $(srcdir)…
244 …<test>testWriter &amp;&amp; for i in 1 2 3 4 ; do diff $(srcdir)/writer.xml writer$$i.tmp || break…
259 <typedef line='341' file='tree' name='xmlBufferPtr'/>
261 <function line='901' file='tree' name='xmlDocSetRootElement'/>
264 <function line='347' file='tree' name='xmlBufferCreate'/>
270 <typedef line='880' file='tree' name='xmlNodePtr'/>
273 <function line='894' file='tree' name='xmlNewDocNode'/>
274 <function line='1129' file='tree' name='xmlSaveFileEnc'/>
278 <function line='613' file='tree' name='xmlBufferFree'/>
281 <function line='885' file='tree' name='xmlNewDoc'/>
285 <synopsis>Navigates a tree to print element names</synopsis>
286 …<purpose>Parse a file to a tree, use xmlDocGetRootElement() to get the root element, then walk the…
288 <test>tree1 test2.xml &gt; tree1.tmp &amp;&amp; diff tree1.tmp $(srcdir)/tree1.res</test>
291 <section>Tree</section>
293 <include>&lt;libxml/tree.h&gt;</include>
297 <enum line='36' file='tree' name='XML_ELEMENT_NODE'/>
298 <function line='74' file='tree' name='xmlDocGetRootElement'/>
303 <synopsis>Creates a tree</synopsis>
305 <usage>tree2 &lt;filename&gt; -Default output: stdout</usage>
306 <test>tree2 &gt; tree2.tmp &amp;&amp; diff tree2.tmp $(srcdir)/tree2.res</test>
309 <section>Tree</section>
311 <include>&lt;libxml/tree.h&gt;</include>
315 <function line='74' file='tree' name='xmlNewText'/>
316 <function line='95' file='tree' name='xmlSaveFormatFileEnc'/>
317 <function line='77' file='tree' name='xmlAddChild'/>
318 <function line='40' file='tree' name='xmlDocSetRootElement'/>
319 <function line='88' file='tree' name='xmlNewProp'/>
320 <function line='87' file='tree' name='xmlNewChild'/>
321 <function line='73' file='tree' name='xmlNewNode'/>
322 <function line='45' file='tree' name='xmlCreateIntSubset'/>
323 <function line='38' file='tree' name='xmlNewDoc'/>
329 <usage>xpath1 &lt;xml-file&gt; &lt;xpath-expr&gt; [&lt;known-ns-list&gt;]</usage>
330 …<test>xpath1 test3.xml &apos;//child2&apos; &gt; xpath1.tmp &amp;&amp; diff xpath1.tmp $(srcdir)/x…
338 <include>&lt;libxml/tree.h&gt;</include>
341 <enum line='229' file='tree' name='XML_ELEMENT_NODE'/>
348 <typedef line='218' file='tree' name='xmlNsPtr'/>
355 <typedef line='206' file='tree' name='xmlNodePtr'/>
356 <enum line='217' file='tree' name='XML_NAMESPACE_DECL'/>
361 <purpose>Shows how to make a full round-trip from a load/edit/save</purpose>
362 <usage>xpath2 &lt;xml-file&gt; &lt;xpath-expr&gt; &lt;new-value&gt;</usage>
363 …<test>xpath2 test3.xml &apos;//discarded&apos; discarded &gt; xpath2.tmp &amp;&amp; diff xpath2.tm…
371 <include>&lt;libxml/tree.h&gt;</include>
374 <function line='162' file='tree' name='xmlNodeSetContent'/>
375 <function line='127' file='tree' name='xmlDocDump'/>
384 <enum line='180' file='tree' name='XML_NAMESPACE_DECL'/>
733 <section name='Tree'>