/external/libxml2/bakefile/ |
Bakefiles.bkgen | 7 <input>libxml2.bkl</input>
|
Readme.txt | 2 LIBXML2 build system for Win32 README
5 In this folder are stored all the files required to compile LIBXML2 with win32 compilers.
16 1.0 HOWTO compile LIBXML2 using makefiles <-- for users who want to build the library using *command-line*
17 1.1 HOWTO compile LIBXML2 using an IDE <-- for users who want to build the library using an *IDE*
18 1.2 HOWTO regenerate makefiles for LIBXML2 <-- for libxml2 mantainers/developers/advanced users
28 1.0 HOWTO compile LIBXML2 using makefiles
50 frm@users.sourceforge.net with the word "libxml2" in the subject.
56 1.1 HOWTO compile LIBXML2 using an IDE
63 "libxml2" project, if you want to build the library or one of the test projects if you [all...] |
/external/libxml2/doc/devhelp/ |
libxml2-pattern.html | 6 <meta name="generator" content="Libxml2 devhelp stylesheet"/> 7 <link rel="start" href="index.html" title="libxml2 Reference Manual"/> 16 <a accesskey="p" href="libxml2-parserInternals.html"> 31 <a accesskey="n" href="libxml2-relaxng.html"> 35 <th width="100%" align="center">libxml2 Reference Manual</th> 46 <pre class="synopsis">typedef <a href="libxml2-pattern.html#xmlStreamCtxt">xmlStreamCtxt</a> * <a href="#xmlStreamCtxtPtr">xmlStreamCtxtPtr</a>; 50 typedef <a href="libxml2-pattern.html#xmlPattern">xmlPattern</a> * <a href="#xmlPatternPtr">xmlPatternPtr</a>; 51 int <a href="#xmlPatternMinDepth">xmlPatternMinDepth</a> (<a href="libxml2-pattern.html#xmlPatternPtr">xmlPatternPtr</a> comp); 52 <a href="libxml2-pattern.html#xmlStreamCtxtPtr">xmlStreamCtxtPtr</a> <a href="#xmlPatternGetStreamCtxt">xmlPatternGetStreamCtxt</a> (<a href="libxml2-pattern.html#xmlPatternPtr">xmlPatternPtr</a> comp) [all...] |
libxml2-list.html | 6 <meta name="generator" content="Libxml2 devhelp stylesheet"/> 7 <link rel="start" href="index.html" title="libxml2 Reference Manual"/> 16 <a accesskey="p" href="libxml2-hash.html"> 31 <a accesskey="n" href="libxml2-nanoftp.html"> 35 <th width="100%" align="center">libxml2 Reference Manual</th> 47 typedef <a href="libxml2-list.html#xmlLink">xmlLink</a> * <a href="#xmlLinkPtr">xmlLinkPtr</a>; 49 typedef <a href="libxml2-list.html#xmlList">xmlList</a> * <a href="#xmlListPtr">xmlListPtr</a>; 50 int <a href="#xmlListInsert">xmlListInsert</a> (<a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> l, <br/> void * data); 51 int <a href="#xmlListEmpty">xmlListEmpty</a> (<a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> l); 52 void <a href="#xmlListSort">xmlListSort</a> (<a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> l) [all...] |
libxml2-parser.html | 6 <meta name="generator" content="Libxml2 devhelp stylesheet"/> 7 <link rel="start" href="index.html" title="libxml2 Reference Manual"/> 16 <a accesskey="p" href="libxml2-nanohttp.html"> 31 <a accesskey="n" href="libxml2-parserInternals.html"> 35 <th width="100%" align="center">libxml2 Reference Manual</th> 51 typedef <a href="libxml2-parser.html#xmlParserNodeInfoSeq">xmlParserNodeInfoSeq</a> * <a href="#xmlParserNodeInfoSeqPtr">xmlParserNodeInfoSeqPtr</a>; 54 typedef <a href="libxml2-parser.html#xmlParserNodeInfo">xmlParserNodeInfo</a> * <a href="#xmlParserNodeInfoPtr">xmlParserNodeInfoPtr</a>; 59 typedef <a href="libxml2-parser.html#xmlSAXHandlerV1">xmlSAXHandlerV1</a> * <a href="#xmlSAXHandlerV1Ptr">xmlSAXHandlerV1Ptr</a>; 61 void <a href="#xmlSetupParserForBuffer">xmlSetupParserForBuffer</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * buffer, <br/> const char * filename) [all...] |
libxml2-parserInternals.html | 6 <meta name="generator" content="Libxml2 devhelp stylesheet"/> 7 <link rel="start" href="index.html" title="libxml2 Reference Manual"/> 16 <a accesskey="p" href="libxml2-parser.html"> 31 <a accesskey="n" href="libxml2-pattern.html"> 35 <th width="100%" align="center">libxml2 Reference Manual</th> 78 <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> <a href="#nodePop">nodePop</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt); 79 void <a href="#xmlParseNotationDecl">xmlParseNotationDecl</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt); 80 void <a href="#xmlParseExternalSubset">xmlParseExternalSubset</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * ExternalID, <br/> const <a href="libxml2-xmlstring.html (…) [all...] |
libxml2-c14n.html | 6 <meta name="generator" content="Libxml2 devhelp stylesheet"/> 7 <link rel="start" href="index.html" title="libxml2 Reference Manual"/> 16 <a accesskey="p" href="libxml2-SAX2.html"> 31 <a accesskey="n" href="libxml2-catalog.html"> 35 <th width="100%" align="center">libxml2 Reference Manual</th> 47 int <a href="#xmlC14NExecute">xmlC14NExecute</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br/> <a href="libxml2-c14n.html#xmlC14NIsVisibleCallback">xmlC14NIsVisibleCallback</a> is_visible_callback, <br/> void * user_data, <br/> int mode, <br/> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> ** inclusive_ns_prefixes, <br/> int with_comments, <br/> <a href="libxml2-tree.html#xmlOutputBufferPtr">xmlOutputBufferPtr</a> buf); 48 int <a href="#xmlC14NDocSaveTo">xmlC14NDocSaveTo</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br/> <a href="libxml2-xpath.html#xmlNodeSetPtr">xmlN (…) [all...] |
libxml2-threads.html | 6 <meta name="generator" content="Libxml2 devhelp stylesheet"/> 7 <link rel="start" href="index.html" title="libxml2 Reference Manual"/> 16 <a accesskey="p" href="libxml2-schematron.html"> 31 <a accesskey="n" href="libxml2-tree.html"> 35 <th width="100%" align="center">libxml2 Reference Manual</th> 48 typedef <a href="libxml2-threads.html#xmlRMutex">xmlRMutex</a> * <a href="#xmlRMutexPtr">xmlRMutexPtr</a>; 49 typedef <a href="libxml2-threads.html#xmlMutex">xmlMutex</a> * <a href="#xmlMutexPtr">xmlMutexPtr</a>; 50 void <a href="#xmlFreeRMutex">xmlFreeRMutex</a> (<a href="libxml2-threads.html#xmlRMutexPtr">xmlRMutexPtr</a> tok); 52 void <a href="#xmlMutexUnlock">xmlMutexUnlock</a> (<a href="libxml2-threads.html#xmlMutexPtr">xmlMutexPtr</a> tok); 55 <a href="libxml2-threads.html#xmlRMutexPtr">xmlRMutexPtr</a> <a href="#xmlNewRMutex">xmlNewRMutex</a> (void) [all...] |
libxml2-xmlregexp.html | 6 <meta name="generator" content="Libxml2 devhelp stylesheet"/> 7 <link rel="start" href="index.html" title="libxml2 Reference Manual"/> 16 <a accesskey="p" href="libxml2-xmlreader.html"> 31 <a accesskey="n" href="libxml2-xmlsave.html"> 35 <th width="100%" align="center">libxml2 Reference Manual</th> 46 <pre class="synopsis">typedef <a href="libxml2-xmlregexp.html#xmlRegExecCtxt">xmlRegExecCtxt</a> * <a href="#xmlRegExecCtxtPtr">xmlRegExecCtxtPtr</a>; 48 typedef <a href="libxml2-xmlregexp.html#xmlExpNode">xmlExpNode</a> * <a href="#xmlExpNodePtr">xmlExpNodePtr</a>; 49 typedef <a href="libxml2-xmlregexp.html#xmlExpCtxt">xmlExpCtxt</a> * <a href="#xmlExpCtxtPtr">xmlExpCtxtPtr</a>; 54 typedef <a href="libxml2-xmlregexp.html#xmlRegexp">xmlRegexp</a> * <a href="#xmlRegexpPtr">xmlRegexpPtr</a>; 55 typedef void <a href="#xmlRegExecCallbacks">xmlRegExecCallbacks</a> (<a href="libxml2-xmlregexp.html#xmlRegExecCtxtPtr">xmlRegExecCtxtPtr</a> exec, <br/> const <a href="libxml2-xm (…) [all...] |
libxml2-xinclude.html | 6 <meta name="generator" content="Libxml2 devhelp stylesheet"/> 7 <link rel="start" href="index.html" title="libxml2 Reference Manual"/> 16 <a accesskey="p" href="libxml2-valid.html"> 31 <a accesskey="n" href="libxml2-xlink.html"> 35 <th width="100%" align="center">libxml2 Reference Manual</th> 57 typedef <a href="libxml2-xinclude.html#xmlXIncludeCtxt">xmlXIncludeCtxt</a> * <a href="#xmlXIncludeCtxtPtr">xmlXIncludeCtxtPtr</a>; 58 int <a href="#xmlXIncludeProcessTreeFlagsData">xmlXIncludeProcessTreeFlagsData</a> (<a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> tree, <br/> int flags, <br/> void * data); 59 int <a href="#xmlXIncludeProcessFlagsData">xmlXIncludeProcessFlagsData</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br/> int flags, <br/> void * data); 60 int <a href="#xmlXIncludeProcessFlags">xmlXIncludeProcessFlags</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br/> int flags); 61 int <a href="#xmlXIncludeProcessTree">xmlXIncludeProcessTree</a> (<a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> tree) [all...] |
libxml2-schemasInternals.html | 6 <meta name="generator" content="Libxml2 devhelp stylesheet"/> 7 <link rel="start" href="index.html" title="libxml2 Reference Manual"/> 16 <a accesskey="p" href="libxml2-relaxng.html"> 31 <a accesskey="n" href="libxml2-schematron.html"> 35 <th width="100%" align="center">libxml2 Reference Manual</th> 128 typedef <a href="libxml2-schemasInternals.html#xmlSchemaAttributeGroup">xmlSchemaAttributeGroup</a> * <a href="#xmlSchemaAttributeGroupPtr">xmlSchemaAttributeGroupPtr</a>; 129 typedef <a href="libxml2-schemasInternals.html#xmlSchemaElement">xmlSchemaElement</a> * <a href="#xmlSchemaElementPtr">xmlSchemaElementPtr</a>; 130 typedef <a href="libxml2-schemasInternals.html#xmlSchemaFacetLink">xmlSchemaFacetLink</a> * <a href="#xmlSchemaFacetLinkPtr">xmlSchemaFacetLinkPtr</a>; 132 typedef <a href="libxml2-schemasInternals.html#xmlSchemaAttributeLink">xmlSchemaAttributeLink</a> * <a href="#xmlSchemaAttributeLinkPtr">xmlSchemaAttributeLinkPtr</a>; 135 typedef <a href="libxml2-schemasInternals.html#xmlSchemaAnnot">xmlSchemaAnnot</a> * <a href="#xmlSchemaAnnotPtr">xmlSchemaA (…) [all...] |
libxml2-relaxng.html | 6 <meta name="generator" content="Libxml2 devhelp stylesheet"/> 7 <link rel="start" href="index.html" title="libxml2 Reference Manual"/> 16 <a accesskey="p" href="libxml2-pattern.html"> 31 <a accesskey="n" href="libxml2-schemasInternals.html"> 35 <th width="100%" align="center">libxml2 Reference Manual</th> 47 typedef <a href="libxml2-relaxng.html#xmlRelaxNG">xmlRelaxNG</a> * <a href="#xmlRelaxNGPtr">xmlRelaxNGPtr</a>; 50 typedef <a href="libxml2-relaxng.html#xmlRelaxNGParserCtxt">xmlRelaxNGParserCtxt</a> * <a href="#xmlRelaxNGParserCtxtPtr">xmlRelaxNGParserCtxtPtr</a>; 53 typedef <a href="libxml2-relaxng.html#xmlRelaxNGValidCtxt">xmlRelaxNGValidCtxt</a> * <a href="#xmlRelaxNGValidCtxtPtr">xmlRelaxNGValidCtxtPtr</a>; 54 void <a href="#xmlRelaxNGFreeValidCtxt">xmlRelaxNGFreeValidCtxt</a> (<a href="libxml2-relaxng.html#xmlRelaxNGValidCtxtPtr">xmlRelaxNGValidCtxtPtr</a> ctxt); 55 <a href="libxml2-relaxng.html#xmlRelaxNGParserCtxtPtr">xmlRelaxNGParserCtxtPtr</a> <a href="#xmlRelaxNGNewDocParser (…) [all...] |
libxml2-xmlmodule.html | 6 <meta name="generator" content="Libxml2 devhelp stylesheet"/> 7 <link rel="start" href="index.html" title="libxml2 Reference Manual"/> 16 <a accesskey="p" href="libxml2-xmlmemory.html"> 31 <a accesskey="n" href="libxml2-xmlreader.html"> 35 <th width="100%" align="center">libxml2 Reference Manual</th> 47 typedef <a href="libxml2-xmlmodule.html#xmlModule">xmlModule</a> * <a href="#xmlModulePtr">xmlModulePtr</a>; 49 int <a href="#xmlModuleFree">xmlModuleFree</a> (<a href="libxml2-xmlmodule.html#xmlModulePtr">xmlModulePtr</a> module); 50 int <a href="#xmlModuleSymbol">xmlModuleSymbol</a> (<a href="libxml2-xmlmodule.html#xmlModulePtr">xmlModulePtr</a> module, <br/> const char * name, <br/> void ** symbol); 51 <a href="libxml2-xmlmodule.html#xmlModulePtr">xmlModulePtr</a> <a href="#xmlModuleOpen">xmlModuleOpen</a> (const char * name, <br/> int options); 52 int <a href="#xmlModuleClose">xmlModuleClose</a> (<a href="libxml2-xmlmodule.html#xmlModulePtr">xmlModulePtr</a> module) [all...] |
/external/libxml2/example/ |
Makefile.am | 5 LDADD = $(RDL_LIBS) $(STATIC_BINARIES) $(top_builddir)/libxml2.la $(THREAD_LIBS) $(Z_LIBS) $(ICONV_LIBS) -lm $(WIN32_EXTRA_LIBADD)
|
/external/libxml2/test/schemas/ |
derivation-restriction-anyType.xml | 4 xsi:schemaLocation="http://FOO file:///c:/dev/libxml2/patches/2004-05-17/derivation-restriction-anyType.xsd"
|
restriction-attr1_0.xml | 3 xsi:schemaLocation="http://FOO file:///l:/libxml2/test/schemas/restriction-attr1_0.xsd" barA="hh"/>
|
/external/libxml2/win32/VC10/ |
README.vc10 | 2 README file for VC10 project files for libxml2
5 to clarify: This is not the readme file for the whole libxml2 project.
6 Rather, it's a readme for the VC10 project files, attached to the libxml2 proejct.
11 1) To use, load the libxml2.sln solution file into visual studio
|
/external/libxml2/python/tests/ |
reader7.py | 6 import libxml2 namespace 9 libxml2.debugMemory(1) 39 reader = libxml2.readerForDoc(docstr, "test1", None, 0) 96 libxml2.cleanupParser() 97 if libxml2.debugMemory(1) == 0: 100 print("Memory leak %d bytes" % (libxml2.debugMemory(1))) 101 libxml2.dumpMemory()
|
/external/eigen/bench/btl/cmake/ |
FindPackageHandleStandardArgs.cmake | 9 # FIND_PACKAGE_HANDLE_STANDARD_ARGS(LibXml2 DEFAULT_MSG LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR) 11 # LibXml2 is considered to be found, if both LIBXML2_LIBRARIES and 17 # here a message "Found LibXml2: /usr/lib/libxml2.so" will be printed out. 19 # be "Could NOT find LibXml2", if you don't like this message you can specify
|
/external/libxml2/python/ |
setup.py | 3 # Setup script for libxml2 and libxslt if found 8 # Below ROOT, we expect to find include, include/libxml2, lib and bin. 13 # Thread-enabled libxml2 18 # If this flag is not set, the libxml2 and libxslt 34 dlls = [ 'iconv.dll','libxml2.dll','libxslt.dll','libexslt.dll' ] 55 # - libxml2/libxml/tree.h 68 if not missing(dir + "/libxml2/libxml/tree.h"): 69 xml_includes=dir + "/libxml2" 73 print("failed to find headers for libxml2: update includes_dir") 91 xml_files = ["libxml2-api.xml", "libxml2-python-api.xml" [all...] |
setup.py.in | 3 # Setup script for libxml2 and libxslt if found 8 # Below ROOT, we expect to find include, include/libxml2, lib and bin. 13 # Thread-enabled libxml2 18 # If this flag is not set, the libxml2 and libxslt 34 dlls = [ 'iconv.dll','libxml2.dll','libxslt.dll','libexslt.dll' ] 55 # - libxml2/libxml/tree.h 68 if not missing(dir + "/libxml2/libxml/tree.h"): 69 xml_includes=dir + "/libxml2" 73 print("failed to find headers for libxml2: update includes_dir") 91 xml_files = ["libxml2-api.xml", "libxml2-python-api.xml" [all...] |
/external/parameter-framework/upstream/test/functional-tests/ |
CMakeLists.txt | 31 # TODO: create a libxml2 library to properly export those definition & include 32 # so that client only have to link with libxml2 42 find_package(LibXml2 REQUIRED) 45 PRIVATE parameter catch tmpfile LibXml2::libxml2 introspection-subsystem)
|
/external/pcre/dist/cmake/ |
FindPackageHandleStandardArgs.cmake | 8 # FIND_PACKAGE_HANDLE_STANDARD_ARGS(LibXml2 DEFAULT_MSG LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR) 10 # LibXml2 is considered to be found, if both LIBXML2_LIBRARIES and 15 # here a message "Found LibXml2: /usr/lib/libxml2.so" will be printed out. 17 # be "Could NOT find LibXml2", if you don't like this message you can specify
|
/external/libxml2/doc/ |
docdescr.doc | 1 Notes on the libxml2 Documentation 24 Libxml2-Logo-180x168.gif | 31 apibuild.py Python script which generates the file libxml2-api.xml 32 parsedecl.py Python secipt which generates the file libxml2-refs.xml 35 using information from libxml2-api.xml and libxml2-refs.xml 56 1) Generate libxml2-api.xml: 64 contains all of this information, "libxml2-api.xml". 66 2) Generate libxml2-refs.xml: 70 xml file "libxml2-refs.xml". Historically, it also used to produc [all...] |
/external/parameter-framework/upstream/cmake/ |
FindLibXml2.cmake | 42 find_package(LibXml2) 46 add_library(LibXml2::libxml2 UNKNOWN IMPORTED) 48 set_target_properties(LibXml2::libxml2 PROPERTIES 56 # in find_package(LibXml2)
|