Home
last modified time | relevance | path

Searched full:libxml2 (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/external/libxml2/doc/devhelp/
Dlibxml2.devhelp22 …xmlns="http://www.devhelp.net/book" title="libxml2 Reference Manual" link="index.html" author="" n…
5 <sub name="HTMLparser" link="libxml2-HTMLparser.html"/>
6 <sub name="HTMLtree" link="libxml2-HTMLtree.html"/>
7 <sub name="SAX" link="libxml2-SAX.html"/>
8 <sub name="SAX2" link="libxml2-SAX2.html"/>
9 <sub name="c14n" link="libxml2-c14n.html"/>
10 <sub name="catalog" link="libxml2-catalog.html"/>
11 <sub name="chvalid" link="libxml2-chvalid.html"/>
12 <sub name="debugXML" link="libxml2-debugXML.html"/>
13 <sub name="dict" link="libxml2-dict.html"/>
[all …]
DMakefile.am1 devhelpdir = $(datadir)/gtk-doc/html/libxml2
4 libxml2.devhelp2 \
14 libxml2-c14n.html \
15 libxml2-catalog.html \
16 libxml2-chvalid.html \
17 libxml2-debugXML.html \
18 libxml2-dict.html \
19 libxml2-encoding.html \
20 libxml2-entities.html \
21 libxml2-globals.html \
[all …]
Dgeneral.html4 <title>libxml2: </title>
5 <meta name="generator" content="Libxml2 devhelp stylesheet">
6 <link rel="start" href="index.html" title="libxml2 Reference Manual">
7 <link rel="up" href="index.html" title="libxml2 Reference Manual">
9 <link rel="chapter" href="index.html" title="libxml2 Reference Manual">
15 <td><a accesskey="n" href="libxml2-HTMLparser.html"><img src="right.png" width="24" height="24" bor…
16 <th width="100%" align="center">libxml2 Reference Manual</th>
18 <h2><span class="refentrytitle">libxml2 API Modules</span></h2>
19libxml2-HTMLparser.html">HTMLparser</a> - interface for an HTML 4.0 non-verifying parser<br><a hre…
Dlibxml2-tree.html5 <meta name="generator" content="Libxml2 devhelp stylesheet">
6 <link rel="start" href="index.html" title="libxml2 Reference Manual">
13 <td><a accesskey="p" href="libxml2-threads.html"><img src="left.png" width="24" height="24" border=…
16 <td><a accesskey="n" href="libxml2-uri.html"><img src="right.png" width="24" height="24" border="0"…
17 <th width="100%" align="center">libxml2 Reference Manual</th>
35 typedef <a href="libxml2-tree.html#xmlAttr">xmlAttr</a> * <a href="#xmlAttrPtr">xmlAttrPtr</a>;
38 typedef <a href="libxml2-tree.html#xmlAttribute">xmlAttribute</a> * <a href="#xmlAttributePtr">xmlA…
41 typedef <a href="libxml2-tree.html#xmlBuf">xmlBuf</a> * <a href="#xmlBufPtr">xmlBufPtr</a>;
44 typedef <a href="libxml2-tree.html#xmlBuffer">xmlBuffer</a> * <a href="#xmlBufferPtr">xmlBufferPtr<…
46 typedef <a href="libxml2-tree.html#xmlDOMWrapCtxt">xmlDOMWrapCtxt</a> * <a href="#xmlDOMWrapCtxtPtr…
[all …]
Dlibxml2-valid.html5 <meta name="generator" content="Libxml2 devhelp stylesheet">
6 <link rel="start" href="index.html" title="libxml2 Reference Manual">
13 <td><a accesskey="p" href="libxml2-uri.html"><img src="left.png" width="24" height="24" border="0" …
16 <td><a accesskey="n" href="libxml2-xinclude.html"><img src="right.png" width="24" height="24" borde…
17 <th width="100%" align="center">libxml2 Reference Manual</th>
28 typedef <a href="libxml2-valid.html#xmlAttributeTable">xmlAttributeTable</a> * <a href="#xmlAttribu…
30 typedef <a href="libxml2-valid.html#xmlElementTable">xmlElementTable</a> * <a href="#xmlElementTabl…
32 typedef <a href="libxml2-valid.html#xmlIDTable">xmlIDTable</a> * <a href="#xmlIDTablePtr">xmlIDTabl…
34 typedef <a href="libxml2-valid.html#xmlNotationTable">xmlNotationTable</a> * <a href="#xmlNotationT…
36 typedef <a href="libxml2-valid.html#xmlRefTable">xmlRefTable</a> * <a href="#xmlRefTablePtr">xmlRef…
[all …]
Dlibxml2-xpointer.html5 <meta name="generator" content="Libxml2 devhelp stylesheet">
6 <link rel="start" href="index.html" title="libxml2 Reference Manual">
13 <td><a accesskey="p" href="libxml2-xpathInternals.html"><img src="left.png" width="24" height="24" …
16 <th width="100%" align="center">libxml2 Reference Manual</th>
25 typedef <a href="libxml2-xpointer.html#xmlLocationSet">xmlLocationSet</a> * <a href="#xmlLocationSe…
26 <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> <a href="#xmlXPtrBuildNodeList">xmlXPtrBuildN…
27libxml2-xpath.html#xmlXPathObjectPtr">xmlXPathObjectPtr</a> <a href="#xmlXPtrEval">xmlXPtrEval</a>…
28 void <a href="#xmlXPtrEvalRangePredicate">xmlXPtrEvalRangePredicate</a> (<a href="libxml2-xpath.htm…
29 void <a href="#xmlXPtrFreeLocationSet">xmlXPtrFreeLocationSet</a> (<a href="libxml2-xpointer.html#…
30 …ocationSetAdd</a> (<a href="libxml2-xpointer.html#xmlLocationSetPtr">xmlLocationSetPtr</a> cur, <…
[all …]
Dlibxml2-xmlreader.html5 <meta name="generator" content="Libxml2 devhelp stylesheet">
6 <link rel="start" href="index.html" title="libxml2 Reference Manual">
13 <td><a accesskey="p" href="libxml2-xmlmodule.html"><img src="left.png" width="24" height="24" borde…
16 <td><a accesskey="n" href="libxml2-xmlregexp.html"><img src="right.png" width="24" height="24" bord…
17 <th width="100%" align="center">libxml2 Reference Manual</th>
31 typedef <a href="libxml2-xmlreader.html#xmlTextReader">xmlTextReader</a> * <a href="#xmlTextReaderP…
32 void <a href="#xmlFreeTextReader">xmlFreeTextReader</a> (<a href="libxml2-xmlreader.html#xmlTextRe…
33 <a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> <a href="#xmlNewTextReader">…
34 <a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> <a href="#xmlNewTextReaderFi…
35 <a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> <a href="#xmlReaderForDoc">x…
[all …]
Dlibxml2-xmlwriter.html5 <meta name="generator" content="Libxml2 devhelp stylesheet">
6 <link rel="start" href="index.html" title="libxml2 Reference Manual">
13 <td><a accesskey="p" href="libxml2-xmlversion.html"><img src="left.png" width="24" height="24" bord…
16 <td><a accesskey="n" href="libxml2-xpath.html"><img src="right.png" width="24" height="24" border="…
17 <th width="100%" align="center">libxml2 Reference Manual</th>
28 typedef <a href="libxml2-xmlwriter.html#xmlTextWriter">xmlTextWriter</a> * <a href="#xmlTextWriterP…
29 void <a href="#xmlFreeTextWriter">xmlFreeTextWriter</a> (<a href="libxml2-xmlwriter.html#xmlTextWr…
30 <a href="libxml2-xmlwriter.html#xmlTextWriterPtr">xmlTextWriterPtr</a> <a href="#xmlNewTextWriter">…
31 <a href="libxml2-xmlwriter.html#xmlTextWriterPtr">xmlTextWriterPtr</a> <a href="#xmlNewTextWriterDo…
32 <a href="libxml2-xmlwriter.html#xmlTextWriterPtr">xmlTextWriterPtr</a> <a href="#xmlNewTextWriterFi…
[all …]
Dlibxml2-entities.html5 <meta name="generator" content="Libxml2 devhelp stylesheet">
6 <link rel="start" href="index.html" title="libxml2 Reference Manual">
13 <td><a accesskey="p" href="libxml2-encoding.html"><img src="left.png" width="24" height="24" border…
16 <td><a accesskey="n" href="libxml2-globals.html"><img src="right.png" width="24" height="24" border…
17 <th width="100%" align="center">libxml2 Reference Manual</th>
26 typedef <a href="libxml2-entities.html#xmlEntitiesTable">xmlEntitiesTable</a> * <a href="#xmlEntiti…
28libxml2-tree.html#xmlEntityPtr">xmlEntityPtr</a> <a href="#xmlAddDocEntity">xmlAddDocEntity</a> (…
29libxml2-tree.html#xmlEntityPtr">xmlEntityPtr</a> <a href="#xmlAddDtdEntity">xmlAddDtdEntity</a> (…
31 …href="libxml2-entities.html#xmlEntitiesTablePtr">xmlEntitiesTablePtr</a> <a href="#xmlCopyEntities…
32 <a href="libxml2-entities.html#xmlEntitiesTablePtr">xmlEntitiesTablePtr</a> <a href="#xmlCreateEnti…
[all …]
Dlibxml2-xmlschemastypes.html5 <meta name="generator" content="Libxml2 devhelp stylesheet">
6 <link rel="start" href="index.html" title="libxml2 Reference Manual">
13 <td><a accesskey="p" href="libxml2-xmlschemas.html"><img src="left.png" width="24" height="24" bord…
16 <td><a accesskey="n" href="libxml2-xmlstring.html"><img src="right.png" width="24" height="24" bord…
17 <th width="100%" align="center">libxml2 Reference Manual</th>
26libxml2-schemasInternals.html#xmlSchemaFacetPtr">xmlSchemaFacetPtr</a> facet, <br> <a href="l…
28 <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlSchemaCollapseString">xmlSchema…
29 …ompareValues</a> (<a href="libxml2-schemasInternals.html#xmlSchemaValPtr">xmlSchemaValPtr</a> x, …
30libxml2-schemasInternals.html#xmlSchemaValPtr">xmlSchemaValPtr</a> x, <br> <a href="libxml2-x…
31 …a href="libxml2-schemasInternals.html#xmlSchemaValPtr">xmlSchemaValPtr</a> <a href="#xmlSchemaCopy…
[all …]
Dlibxml2-xmlstring.html5 <meta name="generator" content="Libxml2 devhelp stylesheet">
6 <link rel="start" href="index.html" title="libxml2 Reference Manual">
13 <td><a accesskey="p" href="libxml2-xmlschemastypes.html"><img src="left.png" width="24" height="24"…
16 <td><a accesskey="n" href="libxml2-xmlunicode.html"><img src="right.png" width="24" height="24" bor…
17 <th width="100%" align="center">libxml2 Reference Manual</th>
27 <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlCharStrdup">xmlCharStrdup</a> …
28 <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlCharStrndup">xmlCharStrndup</a>…
31 …xmlStrEqual</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * str1, <br> co…
32 int <a href="#xmlStrPrintf">xmlStrPrintf</a> (<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a…
33libxml2-xmlstring.html#xmlChar">xmlChar</a> * pref, <br> const <a href="libxml2-xmlstring.htm…
[all …]
Dlibxml2-hash.html5 <meta name="generator" content="Libxml2 devhelp stylesheet">
6 <link rel="start" href="index.html" title="libxml2 Reference Manual">
13 <td><a accesskey="p" href="libxml2-globals.html"><img src="left.png" width="24" height="24" border=…
16 <td><a accesskey="n" href="libxml2-list.html"><img src="right.png" width="24" height="24" border="0…
17 <th width="100%" align="center">libxml2 Reference Manual</th>
27 typedef <a href="libxml2-hash.html#xmlHashTable">xmlHashTable</a> * <a href="#xmlHashTablePtr">xmlH…
28 …HashAddEntry</a> (<a href="libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> table, <br> …
29libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> table, <br> const <a href="libxml2-xml…
30libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> table, <br> const <a href="libxml2-xml…
31 …ashCopier">xmlHashCopier</a> (void * payload, <br> const <a href="libxml2-xmlstring.html#xm…
[all …]
Dlibxml2-parserInternals.html5 <meta name="generator" content="Libxml2 devhelp stylesheet">
6 <link rel="start" href="index.html" title="libxml2 Reference Manual">
13 <td><a accesskey="p" href="libxml2-parser.html"><img src="left.png" width="24" height="24" border="…
16 <td><a accesskey="n" href="libxml2-pattern.html"><img src="right.png" width="24" height="24" border…
17 <th width="100%" align="center">libxml2 Reference Manual</th>
57 <a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> <a href="#inputPop">inputPop</a…
58 …Push">inputPush</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br…
59 const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#namePop">namePop</a> (<a h…
60 …sh">namePush</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> …
61 <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> <a href="#nodePop">nodePop</a> (<a href="li…
[all …]
Dlibxml2-xmlautomata.html5 <meta name="generator" content="Libxml2 devhelp stylesheet">
6 <link rel="start" href="index.html" title="libxml2 Reference Manual">
13 <td><a accesskey="p" href="libxml2-xmlIO.html"><img src="left.png" width="24" height="24" border="0…
16 <td><a accesskey="n" href="libxml2-xmlerror.html"><img src="right.png" width="24" height="24" borde…
17 <th width="100%" align="center">libxml2 Reference Manual</th>
26 typedef <a href="libxml2-xmlautomata.html#xmlAutomata">xmlAutomata</a> * <a href="#xmlAutomataPtr">…
28 typedef <a href="libxml2-xmlautomata.html#xmlAutomataState">xmlAutomataState</a> * <a href="#xmlAut…
29 <a href="libxml2-xmlregexp.html#xmlRegexpPtr">xmlRegexpPtr</a> <a href="#xmlAutomataCompile">xmlAut…
30 …"libxml2-xmlautomata.html#xmlAutomataStatePtr">xmlAutomataStatePtr</a> <a href="#xmlAutomataGetIni…
31 int <a href="#xmlAutomataIsDeterminist">xmlAutomataIsDeterminist</a> (<a href="libxml2-xmlautomata.…
[all …]
Dlibxml2-xpath.html5 <meta name="generator" content="Libxml2 devhelp stylesheet">
6 <link rel="start" href="index.html" title="libxml2 Reference Manual">
13 <td><a accesskey="p" href="libxml2-xmlwriter.html"><img src="left.png" width="24" height="24" borde…
16 <td><a accesskey="n" href="libxml2-xpathInternals.html"><img src="right.png" width="24" height="24"…
17 <th width="100%" align="center">libxml2 Reference Manual</th>
31 typedef <a href="libxml2-xpath.html#xmlNodeSet">xmlNodeSet</a> * <a href="#xmlNodeSetPtr">xmlNodeSe…
33 typedef <a href="libxml2-xpath.html#xmlXPathAxis">xmlXPathAxis</a> * <a href="#xmlXPathAxisPtr">xml…
35 typedef <a href="libxml2-xpath.html#xmlXPathCompExpr">xmlXPathCompExpr</a> * <a href="#xmlXPathComp…
37 typedef <a href="libxml2-xpath.html#xmlXPathContext">xmlXPathContext</a> * <a href="#xmlXPathContex…
39 typedef <a href="libxml2-xpath.html#xmlXPathFunct">xmlXPathFunct</a> * <a href="#xmlXPathFuncPtr">x…
[all …]
Dlibxml2-xmlregexp.html5 <meta name="generator" content="Libxml2 devhelp stylesheet">
6 <link rel="start" href="index.html" title="libxml2 Reference Manual">
13 <td><a accesskey="p" href="libxml2-xmlreader.html"><img src="left.png" width="24" height="24" borde…
16 <td><a accesskey="n" href="libxml2-xmlsave.html"><img src="right.png" width="24" height="24" border…
17 <th width="100%" align="center">libxml2 Reference Manual</th>
26 typedef <a href="libxml2-xmlregexp.html#xmlExpCtxt">xmlExpCtxt</a> * <a href="#xmlExpCtxtPtr">xmlEx…
28 typedef <a href="libxml2-xmlregexp.html#xmlExpNode">xmlExpNode</a> * <a href="#xmlExpNodePtr">xmlEx…
31 typedef <a href="libxml2-xmlregexp.html#xmlRegExecCtxt">xmlRegExecCtxt</a> * <a href="#xmlRegExecCt…
33 typedef <a href="libxml2-xmlregexp.html#xmlRegexp">xmlRegexp</a> * <a href="#xmlRegexpPtr">xmlRegex…
34 int <a href="#xmlExpCtxtNbCons">xmlExpCtxtNbCons</a> (<a href="libxml2-xmlregexp.html#xmlExpCtxtPt…
[all …]
Dlibxml2-parser.html5 <meta name="generator" content="Libxml2 devhelp stylesheet">
6 <link rel="start" href="index.html" title="libxml2 Reference Manual">
13 <td><a accesskey="p" href="libxml2-nanohttp.html"><img src="left.png" width="24" height="24" border…
16 <td><a accesskey="n" href="libxml2-parserInternals.html"><img src="right.png" width="24" height="24…
17 <th width="100%" align="center">libxml2 Reference Manual</th>
34 typedef <a href="libxml2-parser.html#xmlParserNodeInfo">xmlParserNodeInfo</a> * <a href="#xmlParser…
36 typedef <a href="libxml2-parser.html#xmlParserNodeInfoSeq">xmlParserNodeInfoSeq</a> * <a href="#xml…
39 typedef <a href="libxml2-parser.html#xmlSAXHandlerV1">xmlSAXHandlerV1</a> * <a href="#xmlSAXHandler…
41libxml2-xmlstring.html#xmlChar">xmlChar</a> * elem, <br> const <a href="libxml2-xmlstring.htm…
42 …d * ctx, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name, <br> co…
[all …]
Dlibxml2-xlink.html5 <meta name="generator" content="Libxml2 devhelp stylesheet">
6 <link rel="start" href="index.html" title="libxml2 Reference Manual">
13 <td><a accesskey="p" href="libxml2-xinclude.html"><img src="left.png" width="24" height="24" border…
16 <td><a accesskey="n" href="libxml2-xmlIO.html"><img src="right.png" width="24" height="24" border="…
17 <th width="100%" align="center">libxml2 Reference Manual</th>
26 typedef <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xlinkHRef">xlinkHRef</a>;
28 typedef <a href="libxml2-xlink.html#xlinkHandler">xlinkHandler</a> * <a href="#xlinkHandlerPtr">xli…
29 typedef <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xlinkRole">xlinkRole</a>;
31 typedef <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xlinkTitle">xlinkTitle</a>;
33libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br> int nbLocators, <br> const <a hr…
[all …]
/external/libxml2/doc/examples/
Dindex.html5 <title>Libxml2 set of examples</title>
8 <h1>Libxml2 set of examples</h1>
61 install</i> step or when installing the libxml2 development package:</p>
69 …<a href="https://gnome.pages.gitlab.gnome.org/libxml2/devhelp/libxml2-parser.html">&lt;libxml/pars…
72 …<a href="https://gnome.pages.gitlab.gnome.org/libxml2/devhelp/libxml2-tree.html">&lt;libxml/tree.h…
75 …<a href="https://gnome.pages.gitlab.gnome.org/libxml2/devhelp/libxml2-xinclude.html">&lt;libxml/xi…
78 …<a href="https://gnome.pages.gitlab.gnome.org/libxml2/devhelp/libxml2-xmlIO.html">&lt;libxml/xmlIO…
83 …<li> line 105: Type <a href="https://gnome.pages.gitlab.gnome.org/libxml2/devhelp/libxml2-tree.htm…
84 …<li> line 117: Macro <a href="https://gnome.pages.gitlab.gnome.org/libxml2/devhelp/libxml2-xmlvers…
85 …<li> line 117: Function <a href="https://gnome.pages.gitlab.gnome.org/libxml2/devhelp/libxml2-xmlI…
[all …]
/external/libxml2/
Dlibxml2-config.cmake.in1 # libxml2-config.cmake
4 # Libxml2 cmake module.
9 # LIBXML2_INCLUDE_DIR - Directory where LibXml2 headers are located.
10 # LIBXML2_INCLUDE_DIRS - list of the include directories needed to use LibXml2.
11 # LIBXML2_LIBRARY - path to the LibXml2 library.
13 # LIBXML2_DEFINITIONS - the compiler switches required for using LibXml2.
14 # LIBXML2_VERSION_MAJOR - The major version of libxml2.
15 # LIBXML2_VERSION_MINOR - The minor version of libxml2.
16 # LIBXML2_VERSION_PATCH - The patch version of libxml2.
18 # LIBXML2_MODULES - whether libxml2 has dso support
[all …]
DCMakeLists.txt13 project(libxml2 VERSION ${VERSION} LANGUAGES C) project
112 set(PACKAGE "libxml2")
114 set(PACKAGE_NAME "libxml2")
115 set(PACKAGE_STRING "libxml2 ${VERSION}")
116 set(PACKAGE_TARNAME "libxml2")
117 set(PACKAGE_URL "https://gitlab.gnome.org/GNOME/libxml2")
308 list(APPEND LIBXML2_SRCS win32/libxml2.rc)
323 add_library(LibXml2 ${LIBXML2_HDRS} ${LIBXML2_SRCS}) target
324 add_library(LibXml2::LibXml2 ALIAS LibXml2)
326 target_compile_definitions(LibXml2 PRIVATE SYSCONFDIR="${CMAKE_INSTALL_FULL_SYSCONFDIR}")
[all …]
/external/cronet/third_party/libxml/src/
Dlibxml2-config.cmake.in1 # libxml2-config.cmake
4 # Libxml2 cmake module.
9 # LIBXML2_INCLUDE_DIR - Directory where LibXml2 headers are located.
10 # LIBXML2_INCLUDE_DIRS - list of the include directories needed to use LibXml2.
11 # LIBXML2_LIBRARY - path to the LibXml2 library.
13 # LIBXML2_DEFINITIONS - the compiler switches required for using LibXml2.
14 # LIBXML2_VERSION_MAJOR - The major version of libxml2.
15 # LIBXML2_VERSION_MINOR - The minor version of libxml2.
16 # LIBXML2_VERSION_PATCH - The patch version of libxml2.
18 # LIBXML2_MODULES - whether libxml2 has dso support
[all …]
DCMakeLists.txt13 project(libxml2 VERSION ${VERSION} LANGUAGES C) project
112 set(PACKAGE "libxml2")
114 set(PACKAGE_NAME "libxml2")
115 set(PACKAGE_STRING "libxml2 ${VERSION}")
116 set(PACKAGE_TARNAME "libxml2")
117 set(PACKAGE_URL "https://gitlab.gnome.org/GNOME/libxml2")
308 list(APPEND LIBXML2_SRCS win32/libxml2.rc)
323 add_library(LibXml2 ${LIBXML2_HDRS} ${LIBXML2_SRCS}) target
324 add_library(LibXml2::LibXml2 ALIAS LibXml2)
326 target_compile_definitions(LibXml2 PRIVATE SYSCONFDIR="${CMAKE_INSTALL_FULL_SYSCONFDIR}")
[all …]
/external/libxml2/python/tests/
DtstLastError.py4 import libxml2
13 libxml2.debugMemory(1)
16 libxml2.cleanupParser()
17 if libxml2.debugMemory(1) != 0:
18 libxml2.dumpMemory()
19 self.fail("Memory leak %d bytes" % (libxml2.debugMemory(1),))
25 when the exception is raised, check the libxml2.lastError for
31 libxml2.registerErrorHandler(noerr,None)
35 e = libxml2.lastError()
57 self.failUnlessXmlError(libxml2.readFile,
[all …]
/external/libxml2/python/
DMakefile.am1 # Makefile for libxml2 python library
12 libxml2-python-api.xml
23 nodist_libxml2mod_la_SOURCES = libxml2-py.h libxml2-py.c
25 libxml2mod_la_LIBADD = $(top_builddir)/libxml2.la $(PYTHON_LIBS)
27 BUILT_SOURCES = libxml2-export.c libxml2-py.h libxml2-py.c
30 nodist_python_PYTHON = libxml2.py
32 API_DESC = $(top_srcdir)/doc/libxml2-api.xml $(srcdir)/libxml2-python-api.xml
34 CLEANFILES = libxml2.py $(GENERATED)
36 all-local: libxml2.py
41 # libxml.c #includes libxml2-export.c
[all …]

12345678910>>...16