Lines Matching full:file
5 <usage>xpath1 <xml-file> <xpath-expr> [<known-ns-list>]</usage>
17 <enum line='229' file='tree' name='XML_ELEMENT_NODE'/>
18 <typedef line='88' file='xpath' name='xmlXPathObjectPtr'/>
19 <function line='54' file='xmlmemory' name='xmlMemoryDump'/>
20 <function line='117' file='xpath' name='xmlXPathEvalExpression'/>
21 <function line='94' file='parser' name='xmlParseFile'/>
22 <function line='186' file='xpathInternals' name='xmlXPathRegisterNs'/>
23 <function line='129' file='xpath' name='xmlXPathFreeObject'/>
24 <variable line='193' file='globals' name='xmlFree'/>
25 <typedef line='218' file='tree' name='xmlNsPtr'/>
26 <function line='101' file='xpath' name='xmlXPathNewContext'/>
27 <function line='49' file='parser' name='xmlCleanupParser'/>
28 <macro line='43' file='xmlversion' name='LIBXML_TEST_VERSION'/>
29 <typedef line='87' file='xpath' name='xmlXPathContextPtr'/>
30 <function line='130' file='xpath' name='xmlXPathFreeContext'/>
31 <function line='39' file='parser' name='xmlInitParser'/>
32 <function line='156' file='xmlstring' name='xmlStrdup'/>
33 <function line='131' file='tree' name='xmlFreeDoc'/>
34 <function line='180' file='xmlstring' name='xmlStrchr'/>
35 <typedef line='206' file='tree' name='xmlNodePtr'/>
36 <typedef line='86' file='tree' name='xmlDocPtr'/>
37 <enum line='217' file='tree' name='XML_NAMESPACE_DECL'/>
42 <purpose>Demonstrate the use of xmlReadMemory() to read an XML file into a tree and and xmlFreeDoc() to free the resulting tree</purpose>
53 <function line='33' file='parser' name='xmlReadMemory'/>
54 <function line='58' file='xmlmemory' name='xmlMemoryDump'/>
55 <function line='54' file='parser' name='xmlCleanupParser'/>
56 <macro line='49' file='xmlversion' name='LIBXML_TEST_VERSION'/>
57 <function line='38' file='tree' name='xmlFreeDoc'/>
58 <typedef line='27' file='tree' name='xmlDocPtr'/>
62 <synopsis>Parse and validate an XML file with an xmlReader</synopsis>
63 <purpose>Demonstrate the use of xmlReaderForFile() to parse an XML file validating the content in the process and activating options like entities substitution, and DTD attributes defaulting. (Note that the XMLReader functions require libxml2 version later than 2.6.)</purpose>
73 <function line='45' file='xmlstring' name='xmlStrlen'/>
74 <function line='109' file='parser' name='xmlCleanupParser'/>
75 <function line='38' file='xmlreader' name='xmlTextReaderNodeType'/>
76 <typedef line='60' file='xmlreader' name='xmlTextReaderPtr'/>
77 <function line='113' file='xmlmemory' name='xmlMemoryDump'/>
78 <function line='34' file='xmlreader' name='xmlTextReaderConstValue'/>
79 <enum line='70' file='parser' name='XML_PARSE_NOENT'/>
80 <function line='37' file='xmlreader' name='xmlTextReaderDepth'/>
81 <enum line='71' file='parser' name='XML_PARSE_DTDVALID'/>
82 <enum line='69' file='parser' name='XML_PARSE_DTDATTR'/>
83 <function line='84' file='xmlreader' name='xmlFreeTextReader'/>
84 <macro line='104' file='xmlversion' name='LIBXML_TEST_VERSION'/>
85 <function line='30' file='xmlreader' name='xmlTextReaderConstName'/>
86 <function line='41' file='xmlreader' name='xmlTextReaderHasValue'/>
87 <function line='76' file='xmlreader' name='xmlTextReaderRead'/>
88 <function line='40' file='xmlreader' name='xmlTextReaderIsEmptyElement'/>
89 <function line='68' file='xmlreader' name='xmlReaderForFile'/>
90 <function line='81' file='xmlreader' name='xmlTextReaderIsValid'/>
95 <purpose>Shows how to create document, nodes and dump it to stdout or file.</purpose>
106 <function line='75' file='tree' name='xmlNewText'/>
107 <function line='110' file='xmlmemory' name='xmlMemoryDump'/>
108 <function line='96' file='tree' name='xmlSaveFormatFileEnc'/>
109 <function line='78' file='tree' name='xmlAddChild'/>
110 <function line='41' file='tree' name='xmlDocSetRootElement'/>
111 <function line='105' file='parser' name='xmlCleanupParser'/>
112 <macro line='34' file='xmlversion' name='LIBXML_TEST_VERSION'/>
113 <function line='89' file='tree' name='xmlNewProp'/>
114 <function line='88' file='tree' name='xmlNewChild'/>
115 <function line='74' file='tree' name='xmlNewNode'/>
116 <function line='46' file='tree' name='xmlCreateIntSubset'/>
117 <function line='99' file='tree' name='xmlFreeDoc'/>
118 <function line='39' file='tree' name='xmlNewDoc'/>
136 <function line='143' file='tree' name='xmlDocDump'/>
137 <function line='158' file='xmlmemory' name='xmlMemoryDump'/>
138 <function line='149' file='tree' name='xmlFreeDoc'/>
139 <function line='154' file='parser' name='xmlCleanupParser'/>
140 <macro line='117' file='xmlversion' name='LIBXML_TEST_VERSION'/>
141 <function line='134' file='xinclude' name='xmlXIncludeProcess'/>
142 <function line='117' file='xmlIO' name='xmlRegisterInputCallbacks'/>
143 <function line='124' file='parser' name='xmlReadMemory'/>
144 <typedef line='105' file='tree' name='xmlDocPtr'/>
149 <purpose>Demonstrate the use of xmlCreatePushParserCtxt() and xmlParseChunk() to read an XML file progressively into a tree and and xmlFreeDoc() to free the resulting tree</purpose>
160 <function line='94' file='parser' name='xmlFreeParserCtxt'/>
161 <function line='86' file='parser' name='xmlParseChunk'/>
162 <function line='103' file='tree' name='xmlFreeDoc'/>
163 <function line='135' file='xmlmemory' name='xmlMemoryDump'/>
164 <function line='67' file='parser' name='xmlCreatePushParserCtxt'/>
165 <function line='131' file='parser' name='xmlCleanupParser'/>
166 <macro line='120' file='xmlversion' name='LIBXML_TEST_VERSION'/>
167 <typedef line='45' file='tree' name='xmlParserCtxtPtr'/>
168 <typedef line='47' file='tree' name='xmlDocPtr'/>
174 <usage>xpath2 <xml-file> <xpath-expr> <new-value></usage>
186 <function line='162' file='tree' name='xmlNodeSetContent'/>
187 <function line='127' file='tree' name='xmlDocDump'/>
188 <typedef line='88' file='xpath' name='xmlXPathObjectPtr'/>
189 <function line='110' file='xpath' name='xmlXPathEvalExpression'/>
190 <function line='95' file='parser' name='xmlParseFile'/>
191 <function line='123' file='xpath' name='xmlXPathFreeObject'/>
192 <function line='102' file='xpath' name='xmlXPathNewContext'/>
193 <typedef line='87' file='xpath' name='xmlXPathContextPtr'/>
194 <function line='124' file='xpath' name='xmlXPathFreeContext'/>
195 <function line='41' file='parser' name='xmlInitParser'/>
196 <function line='131' file='tree' name='xmlFreeDoc'/>
197 <enum line='180' file='tree' name='XML_NAMESPACE_DECL'/>
198 <typedef line='86' file='tree' name='xmlDocPtr'/>
213 <function line='29' file='tree' name='xmlNodeSetContent'/>
214 <function line='36' file='tree' name='xmlDocDumpFormatMemory'/>
215 <variable line='42' file='globals' name='xmlFree'/>
216 <function line='30' file='tree' name='xmlDocSetRootElement'/>
217 <typedef line='20' file='tree' name='xmlDocPtr'/>
218 <typedef line='19' file='tree' name='xmlNodePtr'/>
219 <function line='27' file='tree' name='xmlNewDoc'/>
220 <function line='28' file='tree' name='xmlNewNode'/>
224 <synopsis>Parse an XML file with an xmlReader</synopsis>
225 <purpose>Demonstrate the use of xmlReaderForFile() to parse an XML file and dump the informations about the nodes found in the process. (Note that the XMLReader functions require libxml2 version later than 2.6.)</purpose>
235 <function line='44' file='xmlstring' name='xmlStrlen'/>
236 <function line='37' file='xmlreader' name='xmlTextReaderNodeType'/>
237 <typedef line='59' file='xmlreader' name='xmlTextReaderPtr'/>
238 <function line='33' file='xmlreader' name='xmlTextReaderConstValue'/>
239 <function line='36' file='xmlreader' name='xmlTextReaderDepth'/>
240 <function line='69' file='xmlreader' name='xmlFreeTextReader'/>
241 <function line='29' file='xmlreader' name='xmlTextReaderConstName'/>
242 <function line='40' file='xmlreader' name='xmlTextReaderHasValue'/>
243 <function line='67' file='xmlreader' name='xmlTextReaderRead'/>
244 <function line='39' file='xmlreader' name='xmlTextReaderIsEmptyElement'/>
245 <function line='62' file='xmlreader' name='xmlReaderForFile'/>
250 <purpose>Parse a file to a tree, use xmlDocGetRootElement() to get the root element, then walk the document and print all the element name in document order.</purpose>
261 <enum line='36' file='tree' name='XML_ELEMENT_NODE'/>
262 <function line='74' file='tree' name='xmlDocGetRootElement'/>
263 <function line='67' file='parser' name='xmlReadFile'/>
268 <purpose>Demonstrate the use of xmlTextReaderPreservePattern() to parse an XML file with the xmlReader while collecting only some subparts of the document. (Note that the XMLReader functions require libxml2 version later than 2.6.)</purpose>
278 <typedef line='32' file='xmlreader' name='xmlTextReaderPtr'/>
279 <function line='66' file='xmlreader' name='xmlFreeTextReader'/>
280 <function line='96' file='tree' name='xmlDocDump'/>
281 <function line='52' file='xmlreader' name='xmlTextReaderRead'/>
282 <function line='62' file='xmlreader' name='xmlTextReaderCurrentDoc'/>
283 <function line='43' file='xmlreader' name='xmlTextReaderPreservePattern'/>
284 <function line='38' file='xmlreader' name='xmlReaderForFile'/>
288 <synopsis>Parse and validate an XML file to a tree and free the result</synopsis>
289 <purpose>Create a parser context for an XML file, then parse and validate the file, creating a tree, check the validation result and xmlFreeDoc() to free the resulting tree.</purpose>
300 <function line='47' file='parser' name='xmlFreeParserCtxt'/>
301 <enum line='35' file
302 <function line='29' file='parser' name='xmlNewParserCtxt'/>
303 <typedef line='25' file='tree' name='xmlParserCtxtPtr'/>
304 <function line='35' file='parser' name='xmlCtxtReadFile'/>
308 <synopsis>Parse an XML file to a tree and free it</synopsis>
309 <purpose>Demonstrate the use of xmlReadFile() to read an XML file into a tree and and xmlFreeDoc() to free the resulting tree</purpose>
320 <function line='26' file='parser' name='xmlReadFile'/>
335 <typedef line='54' file='xmlreader' name='xmlTextReaderPtr'/>
336 <function line='83' file='xmlreader' name='xmlReaderNewFile'/>
337 <function line='104' file='xmlreader' name='xmlFreeTextReader'/>
338 <function line='26' file='xmlreader' name='xmlTextReaderRead'/>
339 <function line='97' file='xmlreader' name='xmlTextReaderCurrentDoc'/>
340 <function line='72' file='xmlreader' name='xmlReaderForFile'/>
356 <function line='913' file='xmlwriter' name='xmlTextWriterStartDocument'/>
357 <function line='1121' file='xmlwriter' name='xmlTextWriterEndDocument'/>
358 <variable line='1183' file='globals' name='xmlRealloc'/>
359 <function line='925' file='xmlwriter' name='xmlTextWriterWriteComment'/>
360 <function line='1156' file='encoding' name='xmlFindCharEncodingHandler'/>
361 <variable line='1166' file='globals' name='xmlMalloc'/>
362 <typedef line='341' file='tree' name='xmlBufferPtr'/>
363 <macro line='885' file='parser' name='XML_DEFAULT_VERSION'/>
364 <function line='901' file='tree' name='xmlDocSetRootElement'/>
365 <function line='1127' file='xmlwriter' name='xmlFreeTextWriter'/>
366 <function line='1096' file='xmlwriter' name='xmlTextWriterStartElement'/>
367 <function line='347' file='tree' name='xmlBufferCreate'/>
368 <function line='1111' file='xmlwriter' name='xmlTextWriterEndElement'/>
369 <function line='76' file='xmlwriter' name='xmlNewTextWriterFilename'/>
370 <function line='959' file='xmlwriter' name='xmlTextWriterWriteFormatComment'/>
371 <function line='1073' file='xmlwriter' name='xmlTextWriterWriteFormatElement'/>
372 <typedef line='1151' file='encoding' name='xmlCharEncodingHandlerPtr'/>
373 <typedef line='880' file='tree' name='xmlNodePtr'/>
374 <function line='949' file='xmlwriter' name='xmlTextWriterWriteAttribute'/>
375 <function line='632' file='xmlwriter' name='xmlNewTextWriterDoc'/>
376 <function line='894' file='tree' name='xmlNewDocNode'/>
377 <function line='1129' file='tree' name='xmlSaveFileEnc'/>
378 <function line='904' file='xmlwriter' name='xmlNewTextWriterTree'/>
379 <function line='355' file='xmlwriter' name='xmlNewTextWriterMemory'/>
380 <variable line='1180' file='globals' name='xmlFree'/>
381 <function line='613' file='tree' name='xmlBufferFree'/>
382 <typedef line='878' file='xmlwriter' name='xmlTextWriterPtr'/>
383 <function line='1103' file='xmlwriter' name='xmlTextWriterWriteElement'/>
384 <function line='885' file='tree' name='xmlNewDoc'/>