Home | History | Annotate | Download | only in html
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <book xmlns="http://www.devhelp.net/book" title="Gnome XML Library Reference Manual " link="index.html" author="" name="libxml">
      3   <chapters>
      4     <sub name="Libxml Programming Notes" link="ch01.html">
      5       <sub name="testOOMlib" link="libxml-testOOMlib.html"/>
      6       <sub name="wincecompat" link="libxml-wincecompat.html"/>
      7       <sub name="wsockcompat" link="libxml-wsockcompat.html"/>
      8       <sub name="encoding" link="libxml-encoding.html"/>
      9       <sub name="xmlregexp" link="libxml-xmlregexp.html"/>
     10       <sub name="xmlmemory" link="libxml-xmlmemory.html"/>
     11       <sub name="xmlIO" link="libxml-xmlIO.html"/>
     12       <sub name="xpath" link="libxml-xpath.html"/>
     13       <sub name="chvalid" link="libxml-chvalid.html"/>
     14       <sub name="uri" link="libxml-uri.html"/>
     15       <sub name="nanoftp" link="libxml-nanoftp.html"/>
     16       <sub name="schemasInternals" link="libxml-schemasInternals.html"/>
     17       <sub name="threads" link="libxml-threads.html"/>
     18       <sub name="parser" link="libxml-parser.html"/>
     19       <sub name="c14n" link="libxml-c14n.html"/>
     20       <sub name="xmlerror" link="libxml-xmlerror.html"/>
     21       <sub name="xmlwin32version" link="libxml-xmlwin32version.html"/>
     22       <sub name="DOCBparser" link="libxml-DOCBparser.html"/>
     23       <sub name="dict" link="libxml-dict.html"/>
     24       <sub name="xmlautomata" link="libxml-xmlautomata.html"/>
     25       <sub name="xpointer" link="libxml-xpointer.html"/>
     26       <sub name="hash" link="libxml-hash.html"/>
     27       <sub name="relaxng" link="libxml-relaxng.html"/>
     28       <sub name="xpathInternals" link="libxml-xpathInternals.html"/>
     29       <sub name="xmlversion" link="libxml-xmlversion.html"/>
     30       <sub name="list" link="libxml-list.html"/>
     31       <sub name="HTMLtree" link="libxml-HTMLtree.html"/>
     32       <sub name="parserInternals" link="libxml-parserInternals.html"/>
     33       <sub name="entities" link="libxml-entities.html"/>
     34       <sub name="HTMLparser" link="libxml-HTMLparser.html"/>
     35       <sub name="valid" link="libxml-valid.html"/>
     36       <sub name="catalog" link="libxml-catalog.html"/>
     37       <sub name="tree" link="libxml-tree.html"/>
     38       <sub name="globals" link="libxml-globals.html"/>
     39       <sub name="xmlexports" link="libxml-xmlexports.html"/>
     40       <sub name="xinclude" link="libxml-xinclude.html"/>
     41       <sub name="xmlreader" link="libxml-xmlreader.html"/>
     42       <sub name="debugXML" link="libxml-debugXML.html"/>
     43       <sub name="xmlwriter" link="libxml-xmlwriter.html"/>
     44       <sub name="xmlschemas" link="libxml-xmlschemas.html"/>
     45     </sub>
     46   </chapters>
     47   <functions>
     48     <function name="test_malloc ()" link="libxml-testOOMlib.html#test-malloc"/>
     49     <function name="test_realloc ()" link="libxml-testOOMlib.html#test-realloc"/>
     50     <function name="test_free ()" link="libxml-testOOMlib.html#test-free"/>
     51     <function name="test_strdup ()" link="libxml-testOOMlib.html#test-strdup"/>
     52     <function name="TestMemoryFunction ()" link="libxml-testOOMlib.html#TestMemoryFunction"/>
     53     <function name="test_oom_handling ()" link="libxml-testOOMlib.html#test-oom-handling"/>
     54     <function name="test_get_malloc_blocks_outstanding ()" link="libxml-testOOMlib.html#test-get-malloc-blocks-outstanding"/>
     55     <function name="MAX_STRERROR" link="libxml-wincecompat.html#MAX-STRERROR-CAPS"/>
     56     <function name="O_RDONLY" link="libxml-wincecompat.html#O-RDONLY-CAPS"/>
     57     <function name="O_WRONLY" link="libxml-wincecompat.html#O-WRONLY-CAPS"/>
     58     <function name="O_RDWR" link="libxml-wincecompat.html#O-RDWR-CAPS"/>
     59     <function name="O_APPEND" link="libxml-wincecompat.html#O-APPEND-CAPS"/>
     60     <function name="O_CREAT" link="libxml-wincecompat.html#O-CREAT-CAPS"/>
     61     <function name="O_TRUNC" link="libxml-wincecompat.html#O-TRUNC-CAPS"/>
     62     <function name="O_EXCL" link="libxml-wincecompat.html#O-EXCL-CAPS"/>
     63     <function name="errno" link="libxml-wincecompat.html#errno"/>
     64     <function name="read ()" link="libxml-wincecompat.html#read"/>
     65     <function name="write ()" link="libxml-wincecompat.html#write"/>
     66     <function name="open ()" link="libxml-wincecompat.html#open"/>
     67     <function name="close ()" link="libxml-wincecompat.html#close"/>
     68     <function name="getenv ()" link="libxml-wincecompat.html#getenv"/>
     69     <function name="strerror ()" link="libxml-wincecompat.html#strerror"/>
     70     <function name="snprintf" link="libxml-wincecompat.html#snprintf"/>
     71     <function name="vsnprintf()" link="libxml-wincecompat.html#vsnprintf"/>
     72     <function name="perror()" link="libxml-wincecompat.html#perror"/>
     73     <function name="SOCKLEN_T" link="libxml-wsockcompat.html#SOCKLEN-T-CAPS"/>
     74     <function name="EWOULDBLOCK" link="libxml-wsockcompat.html#EWOULDBLOCK-CAPS"/>
     75     <function name="EINPROGRESS" link="libxml-wsockcompat.html#EINPROGRESS-CAPS"/>
     76     <function name="EALREADY" link="libxml-wsockcompat.html#EALREADY-CAPS"/>
     77     <function name="ENOTSOCK" link="libxml-wsockcompat.html#ENOTSOCK-CAPS"/>
     78     <function name="EDESTADDRREQ" link="libxml-wsockcompat.html#EDESTADDRREQ-CAPS"/>
     79     <function name="EMSGSIZE" link="libxml-wsockcompat.html#EMSGSIZE-CAPS"/>
     80     <function name="EPROTOTYPE" link="libxml-wsockcompat.html#EPROTOTYPE-CAPS"/>
     81     <function name="ENOPROTOOPT" link="libxml-wsockcompat.html#ENOPROTOOPT-CAPS"/>
     82     <function name="EPROTONOSUPPORT" link="libxml-wsockcompat.html#EPROTONOSUPPORT-CAPS"/>
     83     <function name="ESOCKTNOSUPPORT" link="libxml-wsockcompat.html#ESOCKTNOSUPPORT-CAPS"/>
     84     <function name="EOPNOTSUPP" link="libxml-wsockcompat.html#EOPNOTSUPP-CAPS"/>
     85     <function name="EPFNOSUPPORT" link="libxml-wsockcompat.html#EPFNOSUPPORT-CAPS"/>
     86     <function name="EAFNOSUPPORT" link="libxml-wsockcompat.html#EAFNOSUPPORT-CAPS"/>
     87     <function name="EADDRINUSE" link="libxml-wsockcompat.html#EADDRINUSE-CAPS"/>
     88     <function name="EADDRNOTAVAIL" link="libxml-wsockcompat.html#EADDRNOTAVAIL-CAPS"/>
     89     <function name="ENETDOWN" link="libxml-wsockcompat.html#ENETDOWN-CAPS"/>
     90     <function name="ENETUNREACH" link="libxml-wsockcompat.html#ENETUNREACH-CAPS"/>
     91     <function name="ENETRESET" link="libxml-wsockcompat.html#ENETRESET-CAPS"/>
     92     <function name="ECONNABORTED" link="libxml-wsockcompat.html#ECONNABORTED-CAPS"/>
     93     <function name="ECONNRESET" link="libxml-wsockcompat.html#ECONNRESET-CAPS"/>
     94     <function name="ENOBUFS" link="libxml-wsockcompat.html#ENOBUFS-CAPS"/>
     95     <function name="EISCONN" link="libxml-wsockcompat.html#EISCONN-CAPS"/>
     96     <function name="ENOTCONN" link="libxml-wsockcompat.html#ENOTCONN-CAPS"/>
     97     <function name="ESHUTDOWN" link="libxml-wsockcompat.html#ESHUTDOWN-CAPS"/>
     98     <function name="ETOOMANYREFS" link="libxml-wsockcompat.html#ETOOMANYREFS-CAPS"/>
     99     <function name="ETIMEDOUT" link="libxml-wsockcompat.html#ETIMEDOUT-CAPS"/>
    100     <function name="ECONNREFUSED" link="libxml-wsockcompat.html#ECONNREFUSED-CAPS"/>
    101     <function name="ELOOP" link="libxml-wsockcompat.html#ELOOP-CAPS"/>
    102     <function name="EHOSTDOWN" link="libxml-wsockcompat.html#EHOSTDOWN-CAPS"/>
    103     <function name="EHOSTUNREACH" link="libxml-wsockcompat.html#EHOSTUNREACH-CAPS"/>
    104     <function name="EPROCLIM" link="libxml-wsockcompat.html#EPROCLIM-CAPS"/>
    105     <function name="EUSERS" link="libxml-wsockcompat.html#EUSERS-CAPS"/>
    106     <function name="EDQUOT" link="libxml-wsockcompat.html#EDQUOT-CAPS"/>
    107     <function name="ESTALE" link="libxml-wsockcompat.html#ESTALE-CAPS"/>
    108     <function name="EREMOTE" link="libxml-wsockcompat.html#EREMOTE-CAPS"/>
    109     <function name="enum xmlCharEncoding" link="libxml-encoding.html#xmlCharEncoding"/>
    110     <function name="xmlCharEncodingInputFunc ()" link="libxml-encoding.html#xmlCharEncodingInputFunc"/>
    111     <function name="xmlCharEncodingOutputFunc ()" link="libxml-encoding.html#xmlCharEncodingOutputFunc"/>
    112     <function name="struct xmlCharEncodingHandler" link="libxml-encoding.html#xmlCharEncodingHandler"/>
    113     <function name="xmlCharEncodingHandlerPtr" link="libxml-encoding.html#xmlCharEncodingHandlerPtr"/>
    114     <function name="struct xmlRegexp" link="libxml-xmlregexp.html#xmlRegexp"/>
    115     <function name="xmlRegexpPtr" link="libxml-xmlregexp.html#xmlRegexpPtr"/>
    116     <function name="struct xmlRegExecCtxt" link="libxml-xmlregexp.html#xmlRegExecCtxt"/>
    117     <function name="xmlRegExecCtxtPtr" link="libxml-xmlregexp.html#xmlRegExecCtxtPtr"/>
    118     <function name="xmlRegExecCallbacks ()" link="libxml-xmlregexp.html#xmlRegExecCallbacks"/>
    119     <function name="DEBUG_MEMORY" link="libxml-xmlmemory.html#DEBUG-MEMORY-CAPS"/>
    120     <function name="xmlFreeFunc ()" link="libxml-xmlmemory.html#xmlFreeFunc"/>
    121     <function name="xmlMallocFunc ()" link="libxml-xmlmemory.html#xmlMallocFunc"/>
    122     <function name="xmlReallocFunc ()" link="libxml-xmlmemory.html#xmlReallocFunc"/>
    123     <function name="xmlStrdupFunc ()" link="libxml-xmlmemory.html#xmlStrdupFunc"/>
    124     <function name="xmlMalloc()" link="libxml-xmlmemory.html#xmlMalloc"/>
    125     <function name="xmlMallocAtomic()" link="libxml-xmlmemory.html#xmlMallocAtomic"/>
    126     <function name="xmlRealloc()" link="libxml-xmlmemory.html#xmlRealloc"/>
    127     <function name="xmlMemStrdup()" link="libxml-xmlmemory.html#xmlMemStrdup"/>
    128     <function name="xmlInputMatchCallback ()" link="libxml-xmlIO.html#xmlInputMatchCallback"/>
    129     <function name="xmlInputOpenCallback ()" link="libxml-xmlIO.html#xmlInputOpenCallback"/>
    130     <function name="xmlInputReadCallback ()" link="libxml-xmlIO.html#xmlInputReadCallback"/>
    131     <function name="xmlInputCloseCallback ()" link="libxml-xmlIO.html#xmlInputCloseCallback"/>
    132     <function name="xmlOutputMatchCallback ()" link="libxml-xmlIO.html#xmlOutputMatchCallback"/>
    133     <function name="xmlOutputOpenCallback ()" link="libxml-xmlIO.html#xmlOutputOpenCallback"/>
    134     <function name="xmlOutputWriteCallback ()" link="libxml-xmlIO.html#xmlOutputWriteCallback"/>
    135     <function name="xmlOutputCloseCallback ()" link="libxml-xmlIO.html#xmlOutputCloseCallback"/>
    136     <function name="struct xmlParserInputBuffer" link="libxml-xmlIO.html#xmlParserInputBuffer"/>
    137     <function name="struct xmlOutputBuffer" link="libxml-xmlIO.html#xmlOutputBuffer"/>
    138     <function name="struct xmlXPathContext" link="libxml-xpath.html#xmlXPathContext"/>
    139     <function name="xmlXPathContextPtr" link="libxml-xpath.html#xmlXPathContextPtr"/>
    140     <function name="struct xmlXPathParserContext" link="libxml-xpath.html#xmlXPathParserContext"/>
    141     <function name="xmlXPathParserContextPtr" link="libxml-xpath.html#xmlXPathParserContextPtr"/>
    142     <function name="enum xmlXPathError" link="libxml-xpath.html#xmlXPathError"/>
    143     <function name="struct xmlNodeSet" link="libxml-xpath.html#xmlNodeSet"/>
    144     <function name="xmlNodeSetPtr" link="libxml-xpath.html#xmlNodeSetPtr"/>
    145     <function name="enum xmlXPathObjectType" link="libxml-xpath.html#xmlXPathObjectType"/>
    146     <function name="struct xmlXPathObject" link="libxml-xpath.html#xmlXPathObject"/>
    147     <function name="xmlXPathObjectPtr" link="libxml-xpath.html#xmlXPathObjectPtr"/>
    148     <function name="xmlXPathConvertFunc ()" link="libxml-xpath.html#xmlXPathConvertFunc"/>
    149     <function name="struct xmlXPathType" link="libxml-xpath.html#xmlXPathType"/>
    150     <function name="xmlXPathTypePtr" link="libxml-xpath.html#xmlXPathTypePtr"/>
    151     <function name="struct xmlXPathVariable" link="libxml-xpath.html#xmlXPathVariable"/>
    152     <function name="xmlXPathVariablePtr" link="libxml-xpath.html#xmlXPathVariablePtr"/>
    153     <function name="xmlXPathEvalFunc ()" link="libxml-xpath.html#xmlXPathEvalFunc"/>
    154     <function name="struct xmlXPathFunct" link="libxml-xpath.html#xmlXPathFunct"/>
    155     <function name="xmlXPathFuncPtr" link="libxml-xpath.html#xmlXPathFuncPtr"/>
    156     <function name="xmlXPathAxisFunc ()" link="libxml-xpath.html#xmlXPathAxisFunc"/>
    157     <function name="struct xmlXPathAxis" link="libxml-xpath.html#xmlXPathAxis"/>
    158     <function name="xmlXPathAxisPtr" link="libxml-xpath.html#xmlXPathAxisPtr"/>
    159     <function name="struct xmlXPathCompExpr" link="libxml-xpath.html#xmlXPathCompExpr"/>
    160     <function name="xmlXPathCompExprPtr" link="libxml-xpath.html#xmlXPathCompExprPtr"/>
    161     <function name="xmlXPathFunction ()" link="libxml-xpath.html#xmlXPathFunction"/>
    162     <function name="xmlXPathNAN" link="libxml-xpath.html#xmlXPathNAN"/>
    163     <function name="xmlXPathPINF" link="libxml-xpath.html#xmlXPathPINF"/>
    164     <function name="xmlXPathNINF" link="libxml-xpath.html#xmlXPathNINF"/>
    165     <function name="xmlXPathNodeSetGetLength()" link="libxml-xpath.html#xmlXPathNodeSetGetLength"/>
    166     <function name="xmlXPathNodeSetItem()" link="libxml-xpath.html#xmlXPathNodeSetItem"/>
    167     <function name="xmlXPathNodeSetIsEmpty()" link="libxml-xpath.html#xmlXPathNodeSetIsEmpty"/>
    168     <function name="struct xmlChSRange" link="libxml-chvalid.html#xmlChSRange"/>
    169     <function name="xmlChSRangePtr" link="libxml-chvalid.html#xmlChSRangePtr"/>
    170     <function name="struct xmlChLRange" link="libxml-chvalid.html#xmlChLRange"/>
    171     <function name="xmlChLRangePtr" link="libxml-chvalid.html#xmlChLRangePtr"/>
    172     <function name="struct xmlChRangeGroup" link="libxml-chvalid.html#xmlChRangeGroup"/>
    173     <function name="xmlChRangeGroupPtr" link="libxml-chvalid.html#xmlChRangeGroupPtr"/>
    174     <function name="xmlIsBaseChar_ch()" link="libxml-chvalid.html#xmlIsBaseChar-ch"/>
    175     <function name="xmlIsBaseCharQ()" link="libxml-chvalid.html#xmlIsBaseCharQ"/>
    176     <function name="xmlIsBaseCharGroup" link="libxml-chvalid.html#xmlIsBaseCharGroup"/>
    177     <function name="xmlIsBlank_ch()" link="libxml-chvalid.html#xmlIsBlank-ch"/>
    178     <function name="xmlIsBlankQ()" link="libxml-chvalid.html#xmlIsBlankQ"/>
    179     <function name="xmlIsChar_ch()" link="libxml-chvalid.html#xmlIsChar-ch"/>
    180     <function name="xmlIsCharQ()" link="libxml-chvalid.html#xmlIsCharQ"/>
    181     <function name="xmlIsCharGroup" link="libxml-chvalid.html#xmlIsCharGroup"/>
    182     <function name="xmlIsCombiningQ()" link="libxml-chvalid.html#xmlIsCombiningQ"/>
    183     <function name="xmlIsCombiningGroup" link="libxml-chvalid.html#xmlIsCombiningGroup"/>
    184     <function name="xmlIsDigit_ch()" link="libxml-chvalid.html#xmlIsDigit-ch"/>
    185     <function name="xmlIsDigitQ()" link="libxml-chvalid.html#xmlIsDigitQ"/>
    186     <function name="xmlIsDigitGroup" link="libxml-chvalid.html#xmlIsDigitGroup"/>
    187     <function name="xmlIsExtender_ch()" link="libxml-chvalid.html#xmlIsExtender-ch"/>
    188     <function name="xmlIsExtenderQ()" link="libxml-chvalid.html#xmlIsExtenderQ"/>
    189     <function name="xmlIsExtenderGroup" link="libxml-chvalid.html#xmlIsExtenderGroup"/>
    190     <function name="xmlIsIdeographicQ()" link="libxml-chvalid.html#xmlIsIdeographicQ"/>
    191     <function name="xmlIsIdeographicGroup" link="libxml-chvalid.html#xmlIsIdeographicGroup"/>
    192     <function name="xmlIsPubidChar_ch()" link="libxml-chvalid.html#xmlIsPubidChar-ch"/>
    193     <function name="xmlIsPubidCharQ()" link="libxml-chvalid.html#xmlIsPubidCharQ"/>
    194     <function name="struct xmlURI" link="libxml-uri.html#xmlURI"/>
    195     <function name="xmlURIPtr" link="libxml-uri.html#xmlURIPtr"/>
    196     <function name="ftpListCallback ()" link="libxml-nanoftp.html#ftpListCallback"/>
    197     <function name="ftpDataCallback ()" link="libxml-nanoftp.html#ftpDataCallback"/>
    198     <function name="enum xmlSchemaTypeType" link="libxml-schemasInternals.html#xmlSchemaTypeType"/>
    199     <function name="enum xmlSchemaContentType" link="libxml-schemasInternals.html#xmlSchemaContentType"/>
    200     <function name="struct xmlSchemaVal" link="libxml-schemasInternals.html#xmlSchemaVal"/>
    201     <function name="xmlSchemaValPtr" link="libxml-schemasInternals.html#xmlSchemaValPtr"/>
    202     <function name="struct xmlSchemaType" link="libxml-schemasInternals.html#xmlSchemaType"/>
    203     <function name="xmlSchemaTypePtr" link="libxml-schemasInternals.html#xmlSchemaTypePtr"/>
    204     <function name="struct xmlSchemaFacet" link="libxml-schemasInternals.html#xmlSchemaFacet"/>
    205     <function name="xmlSchemaFacetPtr" link="libxml-schemasInternals.html#xmlSchemaFacetPtr"/>
    206     <function name="struct xmlSchemaAnnot" link="libxml-schemasInternals.html#xmlSchemaAnnot"/>
    207     <function name="xmlSchemaAnnotPtr" link="libxml-schemasInternals.html#xmlSchemaAnnotPtr"/>
    208     <function name="XML_SCHEMAS_ANYATTR_SKIP" link="libxml-schemasInternals.html#XML-SCHEMAS-ANYATTR-SKIP-CAPS"/>
    209     <function name="XML_SCHEMAS_ANYATTR_LAX" link="libxml-schemasInternals.html#XML-SCHEMAS-ANYATTR-LAX-CAPS"/>
    210     <function name="XML_SCHEMAS_ANYATTR_STRICT" link="libxml-schemasInternals.html#XML-SCHEMAS-ANYATTR-STRICT-CAPS"/>
    211     <function name="struct xmlSchemaAttribute" link="libxml-schemasInternals.html#xmlSchemaAttribute"/>
    212     <function name="xmlSchemaAttributePtr" link="libxml-schemasInternals.html#xmlSchemaAttributePtr"/>
    213     <function name="struct xmlSchemaAttributeGroup" link="libxml-schemasInternals.html#xmlSchemaAttributeGroup"/>
    214     <function name="xmlSchemaAttributeGroupPtr" link="libxml-schemasInternals.html#xmlSchemaAttributeGroupPtr"/>
    215     <function name="XML_SCHEMAS_TYPE_MIXED" link="libxml-schemasInternals.html#XML-SCHEMAS-TYPE-MIXED-CAPS"/>
    216     <function name="XML_SCHEMAS_ELEM_NILLABLE" link="libxml-schemasInternals.html#XML-SCHEMAS-ELEM-NILLABLE-CAPS"/>
    217     <function name="XML_SCHEMAS_ELEM_GLOBAL" link="libxml-schemasInternals.html#XML-SCHEMAS-ELEM-GLOBAL-CAPS"/>
    218     <function name="XML_SCHEMAS_ELEM_DEFAULT" link="libxml-schemasInternals.html#XML-SCHEMAS-ELEM-DEFAULT-CAPS"/>
    219     <function name="XML_SCHEMAS_ELEM_FIXED" link="libxml-schemasInternals.html#XML-SCHEMAS-ELEM-FIXED-CAPS"/>
    220     <function name="XML_SCHEMAS_ELEM_ABSTRACT" link="libxml-schemasInternals.html#XML-SCHEMAS-ELEM-ABSTRACT-CAPS"/>
    221     <function name="XML_SCHEMAS_ELEM_TOPLEVEL" link="libxml-schemasInternals.html#XML-SCHEMAS-ELEM-TOPLEVEL-CAPS"/>
    222     <function name="XML_SCHEMAS_ELEM_REF" link="libxml-schemasInternals.html#XML-SCHEMAS-ELEM-REF-CAPS"/>
    223     <function name="struct xmlSchemaElement" link="libxml-schemasInternals.html#xmlSchemaElement"/>
    224     <function name="xmlSchemaElementPtr" link="libxml-schemasInternals.html#xmlSchemaElementPtr"/>
    225     <function name="XML_SCHEMAS_FACET_UNKNOWN" link="libxml-schemasInternals.html#XML-SCHEMAS-FACET-UNKNOWN-CAPS"/>
    226     <function name="XML_SCHEMAS_FACET_PRESERVE" link="libxml-schemasInternals.html#XML-SCHEMAS-FACET-PRESERVE-CAPS"/>
    227     <function name="XML_SCHEMAS_FACET_REPLACE" link="libxml-schemasInternals.html#XML-SCHEMAS-FACET-REPLACE-CAPS"/>
    228     <function name="XML_SCHEMAS_FACET_COLLAPSE" link="libxml-schemasInternals.html#XML-SCHEMAS-FACET-COLLAPSE-CAPS"/>
    229     <function name="struct xmlSchemaNotation" link="libxml-schemasInternals.html#xmlSchemaNotation"/>
    230     <function name="xmlSchemaNotationPtr" link="libxml-schemasInternals.html#xmlSchemaNotationPtr"/>
    231     <function name="XML_SCHEMAS_QUALIF_ELEM" link="libxml-schemasInternals.html#XML-SCHEMAS-QUALIF-ELEM-CAPS"/>
    232     <function name="XML_SCHEMAS_QUALIF_ATTR" link="libxml-schemasInternals.html#XML-SCHEMAS-QUALIF-ATTR-CAPS"/>
    233     <function name="struct xmlSchema" link="libxml-schemasInternals.html#xmlSchema"/>
    234     <function name="struct xmlMutex" link="libxml-threads.html#xmlMutex"/>
    235     <function name="xmlMutexPtr" link="libxml-threads.html#xmlMutexPtr"/>
    236     <function name="struct xmlRMutex" link="libxml-threads.html#xmlRMutex"/>
    237     <function name="xmlRMutexPtr" link="libxml-threads.html#xmlRMutexPtr"/>
    238     <function name="XML_DEFAULT_VERSION" link="libxml-parser.html#XML-DEFAULT-VERSION-CAPS"/>
    239     <function name="xmlParserInputDeallocate ()" link="libxml-parser.html#xmlParserInputDeallocate"/>
    240     <function name="struct xmlParserInput" link="libxml-parser.html#xmlParserInput"/>
    241     <function name="struct xmlParserNodeInfo" link="libxml-parser.html#xmlParserNodeInfo"/>
    242     <function name="xmlParserNodeInfoPtr" link="libxml-parser.html#xmlParserNodeInfoPtr"/>
    243     <function name="struct xmlParserNodeInfoSeq" link="libxml-parser.html#xmlParserNodeInfoSeq"/>
    244     <function name="xmlParserNodeInfoSeqPtr" link="libxml-parser.html#xmlParserNodeInfoSeqPtr"/>
    245     <function name="enum xmlParserInputState" link="libxml-parser.html#xmlParserInputState"/>
    246     <function name="XML_DETECT_IDS" link="libxml-parser.html#XML-DETECT-IDS-CAPS"/>
    247     <function name="XML_COMPLETE_ATTRS" link="libxml-parser.html#XML-COMPLETE-ATTRS-CAPS"/>
    248     <function name="XML_SKIP_IDS" link="libxml-parser.html#XML-SKIP-IDS-CAPS"/>
    249     <function name="struct xmlParserCtxt" link="libxml-parser.html#xmlParserCtxt"/>
    250     <function name="struct xmlSAXLocator" link="libxml-parser.html#xmlSAXLocator"/>
    251     <function name="resolveEntitySAXFunc ()" link="libxml-parser.html#resolveEntitySAXFunc"/>
    252     <function name="internalSubsetSAXFunc ()" link="libxml-parser.html#internalSubsetSAXFunc"/>
    253     <function name="externalSubsetSAXFunc ()" link="libxml-parser.html#externalSubsetSAXFunc"/>
    254     <function name="getEntitySAXFunc ()" link="libxml-parser.html#getEntitySAXFunc"/>
    255     <function name="getParameterEntitySAXFunc ()" link="libxml-parser.html#getParameterEntitySAXFunc"/>
    256     <function name="entityDeclSAXFunc ()" link="libxml-parser.html#entityDeclSAXFunc"/>
    257     <function name="notationDeclSAXFunc ()" link="libxml-parser.html#notationDeclSAXFunc"/>
    258     <function name="attributeDeclSAXFunc ()" link="libxml-parser.html#attributeDeclSAXFunc"/>
    259     <function name="elementDeclSAXFunc ()" link="libxml-parser.html#elementDeclSAXFunc"/>
    260     <function name="unparsedEntityDeclSAXFunc ()" link="libxml-parser.html#unparsedEntityDeclSAXFunc"/>
    261     <function name="setDocumentLocatorSAXFunc ()" link="libxml-parser.html#setDocumentLocatorSAXFunc"/>
    262     <function name="startDocumentSAXFunc ()" link="libxml-parser.html#startDocumentSAXFunc"/>
    263     <function name="endDocumentSAXFunc ()" link="libxml-parser.html#endDocumentSAXFunc"/>
    264     <function name="startElementSAXFunc ()" link="libxml-parser.html#startElementSAXFunc"/>
    265     <function name="endElementSAXFunc ()" link="libxml-parser.html#endElementSAXFunc"/>
    266     <function name="attributeSAXFunc ()" link="libxml-parser.html#attributeSAXFunc"/>
    267     <function name="referenceSAXFunc ()" link="libxml-parser.html#referenceSAXFunc"/>
    268     <function name="charactersSAXFunc ()" link="libxml-parser.html#charactersSAXFunc"/>
    269     <function name="ignorableWhitespaceSAXFunc ()" link="libxml-parser.html#ignorableWhitespaceSAXFunc"/>
    270     <function name="processingInstructionSAXFunc ()" link="libxml-parser.html#processingInstructionSAXFunc"/>
    271     <function name="commentSAXFunc ()" link="libxml-parser.html#commentSAXFunc"/>
    272     <function name="cdataBlockSAXFunc ()" link="libxml-parser.html#cdataBlockSAXFunc"/>
    273     <function name="warningSAXFunc ()" link="libxml-parser.html#warningSAXFunc"/>
    274     <function name="errorSAXFunc ()" link="libxml-parser.html#errorSAXFunc"/>
    275     <function name="fatalErrorSAXFunc ()" link="libxml-parser.html#fatalErrorSAXFunc"/>
    276     <function name="isStandaloneSAXFunc ()" link="libxml-parser.html#isStandaloneSAXFunc"/>
    277     <function name="hasInternalSubsetSAXFunc ()" link="libxml-parser.html#hasInternalSubsetSAXFunc"/>
    278     <function name="hasExternalSubsetSAXFunc ()" link="libxml-parser.html#hasExternalSubsetSAXFunc"/>
    279     <function name="XML_SAX2_MAGIC" link="libxml-parser.html#XML-SAX2-MAGIC-CAPS"/>
    280     <function name="startElementNsSAX2Func ()" link="libxml-parser.html#startElementNsSAX2Func"/>
    281     <function name="endElementNsSAX2Func ()" link="libxml-parser.html#endElementNsSAX2Func"/>
    282     <function name="struct xmlSAXHandler" link="libxml-parser.html#xmlSAXHandler"/>
    283     <function name="struct xmlSAXHandlerV1" link="libxml-parser.html#xmlSAXHandlerV1"/>
    284     <function name="xmlSAXHandlerV1Ptr" link="libxml-parser.html#xmlSAXHandlerV1Ptr"/>
    285     <function name="xmlExternalEntityLoader ()" link="libxml-parser.html#xmlExternalEntityLoader"/>
    286     <function name="enum xmlParserOption" link="libxml-parser.html#xmlParserOption"/>
    287     <function name="xmlC14NIsVisibleCallback ()" link="libxml-c14n.html#xmlC14NIsVisibleCallback"/>
    288     <function name="enum xmlErrorLevel" link="libxml-xmlerror.html#xmlErrorLevel"/>
    289     <function name="enum xmlErrorDomain" link="libxml-xmlerror.html#xmlErrorDomain"/>
    290     <function name="struct xmlError" link="libxml-xmlerror.html#xmlError"/>
    291     <function name="xmlErrorPtr" link="libxml-xmlerror.html#xmlErrorPtr"/>
    292     <function name="enum xmlParserErrors" link="libxml-xmlerror.html#xmlParserErrors"/>
    293     <function name="xmlGenericErrorFunc ()" link="libxml-xmlerror.html#xmlGenericErrorFunc"/>
    294     <function name="xmlStructuredErrorFunc ()" link="libxml-xmlerror.html#xmlStructuredErrorFunc"/>
    295     <function name="xmlCheckVersion ()" link="libxml-xmlwin32version.html#xmlCheckVersion"/>
    296     <function name="LIBXML_DOTTED_VERSION" link="libxml-xmlwin32version.html#LIBXML-DOTTED-VERSION-CAPS"/>
    297     <function name="LIBXML_VERSION" link="libxml-xmlwin32version.html#LIBXML-VERSION-CAPS"/>
    298     <function name="LIBXML_VERSION_STRING" link="libxml-xmlwin32version.html#LIBXML-VERSION-STRING-CAPS"/>
    299     <function name="LIBXML_TEST_VERSION" link="libxml-xmlwin32version.html#LIBXML-TEST-VERSION-CAPS"/>
    300     <function name="WITH_TRIO" link="libxml-xmlwin32version.html#WITH-TRIO-CAPS"/>
    301     <function name="WITHOUT_TRIO" link="libxml-xmlwin32version.html#WITHOUT-TRIO-CAPS"/>
    302     <function name="LIBXML_THREAD_ENABLED" link="libxml-xmlwin32version.html#LIBXML-THREAD-ENABLED-CAPS"/>
    303     <function name="LIBXML_FTP_ENABLED" link="libxml-xmlwin32version.html#LIBXML-FTP-ENABLED-CAPS"/>
    304     <function name="LIBXML_HTTP_ENABLED" link="libxml-xmlwin32version.html#LIBXML-HTTP-ENABLED-CAPS"/>
    305     <function name="LIBXML_HTML_ENABLED" link="libxml-xmlwin32version.html#LIBXML-HTML-ENABLED-CAPS"/>
    306     <function name="LIBXML_CATALOG_ENABLED" link="libxml-xmlwin32version.html#LIBXML-CATALOG-ENABLED-CAPS"/>
    307     <function name="LIBXML_DOCB_ENABLED" link="libxml-xmlwin32version.html#LIBXML-DOCB-ENABLED-CAPS"/>
    308     <function name="LIBXML_XPATH_ENABLED" link="libxml-xmlwin32version.html#LIBXML-XPATH-ENABLED-CAPS"/>
    309     <function name="LIBXML_XPTR_ENABLED" link="libxml-xmlwin32version.html#LIBXML-XPTR-ENABLED-CAPS"/>
    310     <function name="LIBXML_C14N_ENABLED" link="libxml-xmlwin32version.html#LIBXML-C14N-ENABLED-CAPS"/>
    311     <function name="LIBXML_XINCLUDE_ENABLED" link="libxml-xmlwin32version.html#LIBXML-XINCLUDE-ENABLED-CAPS"/>
    312     <function name="LIBXML_ICONV_ENABLED" link="libxml-xmlwin32version.html#LIBXML-ICONV-ENABLED-CAPS"/>
    313     <function name="LIBXML_DEBUG_ENABLED" link="libxml-xmlwin32version.html#LIBXML-DEBUG-ENABLED-CAPS"/>
    314     <function name="DEBUG_MEMORY_LOCATION" link="libxml-xmlwin32version.html#DEBUG-MEMORY-LOCATION-CAPS"/>
    315     <function name="LIBXML_DLL_IMPORT" link="libxml-xmlwin32version.html#LIBXML-DLL-IMPORT-CAPS"/>
    316     <function name="ATTRIBUTE_UNUSED" link="libxml-xmlwin32version.html#ATTRIBUTE-UNUSED-CAPS"/>
    317     <function name="docbParserCtxt" link="libxml-DOCBparser.html#docbParserCtxt"/>
    318     <function name="docbParserCtxtPtr" link="libxml-DOCBparser.html#docbParserCtxtPtr"/>
    319     <function name="docbSAXHandler" link="libxml-DOCBparser.html#docbSAXHandler"/>
    320     <function name="docbSAXHandlerPtr" link="libxml-DOCBparser.html#docbSAXHandlerPtr"/>
    321     <function name="docbParserInput" link="libxml-DOCBparser.html#docbParserInput"/>
    322     <function name="docbParserInputPtr" link="libxml-DOCBparser.html#docbParserInputPtr"/>
    323     <function name="docbDocPtr" link="libxml-DOCBparser.html#docbDocPtr"/>
    324     <function name="struct xmlDict" link="libxml-dict.html#xmlDict"/>
    325     <function name="xmlDictPtr" link="libxml-dict.html#xmlDictPtr"/>
    326     <function name="struct xmlAutomata" link="libxml-xmlautomata.html#xmlAutomata"/>
    327     <function name="xmlAutomataPtr" link="libxml-xmlautomata.html#xmlAutomataPtr"/>
    328     <function name="struct xmlAutomataState" link="libxml-xmlautomata.html#xmlAutomataState"/>
    329     <function name="xmlAutomataStatePtr" link="libxml-xmlautomata.html#xmlAutomataStatePtr"/>
    330     <function name="struct xmlLocationSet" link="libxml-xpointer.html#xmlLocationSet"/>
    331     <function name="xmlLocationSetPtr" link="libxml-xpointer.html#xmlLocationSetPtr"/>
    332     <function name="struct xmlHashTable" link="libxml-hash.html#xmlHashTable"/>
    333     <function name="xmlHashTablePtr" link="libxml-hash.html#xmlHashTablePtr"/>
    334     <function name="xmlHashDeallocator ()" link="libxml-hash.html#xmlHashDeallocator"/>
    335     <function name="xmlHashCopier ()" link="libxml-hash.html#xmlHashCopier"/>
    336     <function name="xmlHashScanner ()" link="libxml-hash.html#xmlHashScanner"/>
    337     <function name="xmlHashScannerFull ()" link="libxml-hash.html#xmlHashScannerFull"/>
    338     <function name="struct xmlRelaxNG" link="libxml-relaxng.html#xmlRelaxNG"/>
    339     <function name="xmlRelaxNGPtr" link="libxml-relaxng.html#xmlRelaxNGPtr"/>
    340     <function name="xmlRelaxNGValidityErrorFunc ()" link="libxml-relaxng.html#xmlRelaxNGValidityErrorFunc"/>
    341     <function name="xmlRelaxNGValidityWarningFunc ()" link="libxml-relaxng.html#xmlRelaxNGValidityWarningFunc"/>
    342     <function name="struct xmlRelaxNGParserCtxt" link="libxml-relaxng.html#xmlRelaxNGParserCtxt"/>
    343     <function name="xmlRelaxNGParserCtxtPtr" link="libxml-relaxng.html#xmlRelaxNGParserCtxtPtr"/>
    344     <function name="struct xmlRelaxNGValidCtxt" link="libxml-relaxng.html#xmlRelaxNGValidCtxt"/>
    345     <function name="xmlRelaxNGValidCtxtPtr" link="libxml-relaxng.html#xmlRelaxNGValidCtxtPtr"/>
    346     <function name="enum xmlRelaxNGValidErr" link="libxml-relaxng.html#xmlRelaxNGValidErr"/>
    347     <function name="xmlXPathSetError()" link="libxml-xpathInternals.html#xmlXPathSetError"/>
    348     <function name="xmlXPathSetArityError()" link="libxml-xpathInternals.html#xmlXPathSetArityError"/>
    349     <function name="xmlXPathSetTypeError()" link="libxml-xpathInternals.html#xmlXPathSetTypeError"/>
    350     <function name="xmlXPathGetError()" link="libxml-xpathInternals.html#xmlXPathGetError"/>
    351     <function name="xmlXPathCheckError()" link="libxml-xpathInternals.html#xmlXPathCheckError"/>
    352     <function name="xmlXPathGetDocument()" link="libxml-xpathInternals.html#xmlXPathGetDocument"/>
    353     <function name="xmlXPathGetContextNode()" link="libxml-xpathInternals.html#xmlXPathGetContextNode"/>
    354     <function name="xmlXPathReturnBoolean()" link="libxml-xpathInternals.html#xmlXPathReturnBoolean"/>
    355     <function name="xmlXPathReturnTrue()" link="libxml-xpathInternals.html#xmlXPathReturnTrue"/>
    356     <function name="xmlXPathReturnFalse()" link="libxml-xpathInternals.html#xmlXPathReturnFalse"/>
    357     <function name="xmlXPathReturnNumber()" link="libxml-xpathInternals.html#xmlXPathReturnNumber"/>
    358     <function name="xmlXPathReturnString()" link="libxml-xpathInternals.html#xmlXPathReturnString"/>
    359     <function name="xmlXPathReturnEmptyString()" link="libxml-xpathInternals.html#xmlXPathReturnEmptyString"/>
    360     <function name="xmlXPathReturnNodeSet()" link="libxml-xpathInternals.html#xmlXPathReturnNodeSet"/>
    361     <function name="xmlXPathReturnEmptyNodeSet()" link="libxml-xpathInternals.html#xmlXPathReturnEmptyNodeSet"/>
    362     <function name="xmlXPathReturnExternal()" link="libxml-xpathInternals.html#xmlXPathReturnExternal"/>
    363     <function name="xmlXPathStackIsNodeSet()" link="libxml-xpathInternals.html#xmlXPathStackIsNodeSet"/>
    364     <function name="xmlXPathStackIsExternal()" link="libxml-xpathInternals.html#xmlXPathStackIsExternal"/>
    365     <function name="xmlXPathEmptyNodeSet()" link="libxml-xpathInternals.html#xmlXPathEmptyNodeSet"/>
    366     <function name="CHECK_ERROR" link="libxml-xpathInternals.html#CHECK-ERROR-CAPS"/>
    367     <function name="CHECK_ERROR0" link="libxml-xpathInternals.html#CHECK-ERROR0-CAPS"/>
    368     <function name="XP_ERROR()" link="libxml-xpathInternals.html#XP-ERROR-CAPS"/>
    369     <function name="XP_ERROR0()" link="libxml-xpathInternals.html#XP-ERROR0-CAPS"/>
    370     <function name="CHECK_TYPE()" link="libxml-xpathInternals.html#CHECK-TYPE-CAPS"/>
    371     <function name="CHECK_TYPE0()" link="libxml-xpathInternals.html#CHECK-TYPE0-CAPS"/>
    372     <function name="CHECK_ARITY()" link="libxml-xpathInternals.html#CHECK-ARITY-CAPS"/>
    373     <function name="CAST_TO_STRING" link="libxml-xpathInternals.html#CAST-TO-STRING-CAPS"/>
    374     <function name="CAST_TO_NUMBER" link="libxml-xpathInternals.html#CAST-TO-NUMBER-CAPS"/>
    375     <function name="CAST_TO_BOOLEAN" link="libxml-xpathInternals.html#CAST-TO-BOOLEAN-CAPS"/>
    376     <function name="xmlXPathVariableLookupFunc ()" link="libxml-xpathInternals.html#xmlXPathVariableLookupFunc"/>
    377     <function name="xmlXPathFuncLookupFunc ()" link="libxml-xpathInternals.html#xmlXPathFuncLookupFunc"/>
    378     <function name="LIBXML_DOTTED_VERSION" link="libxml-xmlversion.html#LIBXML-DOTTED-VERSION-CAPS"/>
    379     <function name="LIBXML_VERSION" link="libxml-xmlversion.html#LIBXML-VERSION-CAPS"/>
    380     <function name="LIBXML_VERSION_STRING" link="libxml-xmlversion.html#LIBXML-VERSION-STRING-CAPS"/>
    381     <function name="LIBXML_TEST_VERSION" link="libxml-xmlversion.html#LIBXML-TEST-VERSION-CAPS"/>
    382     <function name="WITH_TRIO" link="libxml-xmlversion.html#WITH-TRIO-CAPS"/>
    383     <function name="WITHOUT_TRIO" link="libxml-xmlversion.html#WITHOUT-TRIO-CAPS"/>
    384     <function name="LIBXML_THREAD_ENABLED" link="libxml-xmlversion.html#LIBXML-THREAD-ENABLED-CAPS"/>
    385     <function name="LIBXML_TREE_ENABLED" link="libxml-xmlversion.html#LIBXML-TREE-ENABLED-CAPS"/>
    386     <function name="LIBXML_OUTPUT_ENABLED" link="libxml-xmlversion.html#LIBXML-OUTPUT-ENABLED-CAPS"/>
    387     <function name="LIBXML_PUSH_ENABLED" link="libxml-xmlversion.html#LIBXML-PUSH-ENABLED-CAPS"/>
    388     <function name="LIBXML_READER_ENABLED" link="libxml-xmlversion.html#LIBXML-READER-ENABLED-CAPS"/>
    389     <function name="LIBXML_WRITER_ENABLED" link="libxml-xmlversion.html#LIBXML-WRITER-ENABLED-CAPS"/>
    390     <function name="LIBXML_SAX1_ENABLED" link="libxml-xmlversion.html#LIBXML-SAX1-ENABLED-CAPS"/>
    391     <function name="LIBXML_FTP_ENABLED" link="libxml-xmlversion.html#LIBXML-FTP-ENABLED-CAPS"/>
    392     <function name="LIBXML_HTTP_ENABLED" link="libxml-xmlversion.html#LIBXML-HTTP-ENABLED-CAPS"/>
    393     <function name="LIBXML_VALID_ENABLED" link="libxml-xmlversion.html#LIBXML-VALID-ENABLED-CAPS"/>
    394     <function name="LIBXML_HTML_ENABLED" link="libxml-xmlversion.html#LIBXML-HTML-ENABLED-CAPS"/>
    395     <function name="LIBXML_LEGACY_ENABLED" link="libxml-xmlversion.html#LIBXML-LEGACY-ENABLED-CAPS"/>
    396     <function name="LIBXML_C14N_ENABLED" link="libxml-xmlversion.html#LIBXML-C14N-ENABLED-CAPS"/>
    397     <function name="LIBXML_CATALOG_ENABLED" link="libxml-xmlversion.html#LIBXML-CATALOG-ENABLED-CAPS"/>
    398     <function name="LIBXML_DOCB_ENABLED" link="libxml-xmlversion.html#LIBXML-DOCB-ENABLED-CAPS"/>
    399     <function name="LIBXML_XPATH_ENABLED" link="libxml-xmlversion.html#LIBXML-XPATH-ENABLED-CAPS"/>
    400     <function name="LIBXML_XPTR_ENABLED" link="libxml-xmlversion.html#LIBXML-XPTR-ENABLED-CAPS"/>
    401     <function name="LIBXML_XINCLUDE_ENABLED" link="libxml-xmlversion.html#LIBXML-XINCLUDE-ENABLED-CAPS"/>
    402     <function name="LIBXML_ICONV_ENABLED" link="libxml-xmlversion.html#LIBXML-ICONV-ENABLED-CAPS"/>
    403     <function name="LIBXML_ISO8859X_ENABLED" link="libxml-xmlversion.html#LIBXML-ISO8859X-ENABLED-CAPS"/>
    404     <function name="LIBXML_DEBUG_ENABLED" link="libxml-xmlversion.html#LIBXML-DEBUG-ENABLED-CAPS"/>
    405     <function name="DEBUG_MEMORY_LOCATION" link="libxml-xmlversion.html#DEBUG-MEMORY-LOCATION-CAPS"/>
    406     <function name="LIBXML_UNICODE_ENABLED" link="libxml-xmlversion.html#LIBXML-UNICODE-ENABLED-CAPS"/>
    407     <function name="LIBXML_REGEXP_ENABLED" link="libxml-xmlversion.html#LIBXML-REGEXP-ENABLED-CAPS"/>
    408     <function name="LIBXML_AUTOMATA_ENABLED" link="libxml-xmlversion.html#LIBXML-AUTOMATA-ENABLED-CAPS"/>
    409     <function name="LIBXML_SCHEMAS_ENABLED" link="libxml-xmlversion.html#LIBXML-SCHEMAS-ENABLED-CAPS"/>
    410     <function name="ATTRIBUTE_UNUSED" link="libxml-xmlversion.html#ATTRIBUTE-UNUSED-CAPS"/>
    411     <function name="struct xmlLink" link="libxml-list.html#xmlLink"/>
    412     <function name="xmlLinkPtr" link="libxml-list.html#xmlLinkPtr"/>
    413     <function name="struct xmlList" link="libxml-list.html#xmlList"/>
    414     <function name="xmlListPtr" link="libxml-list.html#xmlListPtr"/>
    415     <function name="xmlListDeallocator ()" link="libxml-list.html#xmlListDeallocator"/>
    416     <function name="xmlListDataCompare ()" link="libxml-list.html#xmlListDataCompare"/>
    417     <function name="xmlListWalker ()" link="libxml-list.html#xmlListWalker"/>
    418     <function name="HTML_TEXT_NODE" link="libxml-HTMLtree.html#HTML-TEXT-NODE-CAPS"/>
    419     <function name="HTML_ENTITY_REF_NODE" link="libxml-HTMLtree.html#HTML-ENTITY-REF-NODE-CAPS"/>
    420     <function name="HTML_COMMENT_NODE" link="libxml-HTMLtree.html#HTML-COMMENT-NODE-CAPS"/>
    421     <function name="HTML_PRESERVE_NODE" link="libxml-HTMLtree.html#HTML-PRESERVE-NODE-CAPS"/>
    422     <function name="HTML_PI_NODE" link="libxml-HTMLtree.html#HTML-PI-NODE-CAPS"/>
    423     <function name="xmlParserMaxDepth" link="libxml-parserInternals.html#xmlParserMaxDepth"/>
    424     <function name="XML_MAX_NAMELEN" link="libxml-parserInternals.html#XML-MAX-NAMELEN-CAPS"/>
    425     <function name="INPUT_CHUNK" link="libxml-parserInternals.html#INPUT-CHUNK-CAPS"/>
    426     <function name="IS_BYTE_CHAR()" link="libxml-parserInternals.html#IS-BYTE-CHAR-CAPS"/>
    427     <function name="IS_CHAR()" link="libxml-parserInternals.html#IS-CHAR-CAPS"/>
    428     <function name="IS_CHAR_CH()" link="libxml-parserInternals.html#IS-CHAR-CH-CAPS"/>
    429     <function name="IS_BLANK()" link="libxml-parserInternals.html#IS-BLANK-CAPS"/>
    430     <function name="IS_BLANK_CH()" link="libxml-parserInternals.html#IS-BLANK-CH-CAPS"/>
    431     <function name="IS_BASECHAR()" link="libxml-parserInternals.html#IS-BASECHAR-CAPS"/>
    432     <function name="IS_DIGIT()" link="libxml-parserInternals.html#IS-DIGIT-CAPS"/>
    433     <function name="IS_DIGIT_CH()" link="libxml-parserInternals.html#IS-DIGIT-CH-CAPS"/>
    434     <function name="IS_COMBINING()" link="libxml-parserInternals.html#IS-COMBINING-CAPS"/>
    435     <function name="IS_COMBINING_CH()" link="libxml-parserInternals.html#IS-COMBINING-CH-CAPS"/>
    436     <function name="IS_EXTENDER()" link="libxml-parserInternals.html#IS-EXTENDER-CAPS"/>
    437     <function name="IS_EXTENDER_CH()" link="libxml-parserInternals.html#IS-EXTENDER-CH-CAPS"/>
    438     <function name="IS_IDEOGRAPHIC()" link="libxml-parserInternals.html#IS-IDEOGRAPHIC-CAPS"/>
    439     <function name="IS_LETTER()" link="libxml-parserInternals.html#IS-LETTER-CAPS"/>
    440     <function name="IS_LETTER_CH()" link="libxml-parserInternals.html#IS-LETTER-CH-CAPS"/>
    441     <function name="IS_PUBIDCHAR()" link="libxml-parserInternals.html#IS-PUBIDCHAR-CAPS"/>
    442     <function name="IS_PUBIDCHAR_CH()" link="libxml-parserInternals.html#IS-PUBIDCHAR-CH-CAPS"/>
    443     <function name="SKIP_EOL()" link="libxml-parserInternals.html#SKIP-EOL-CAPS"/>
    444     <function name="MOVETO_ENDTAG()" link="libxml-parserInternals.html#MOVETO-ENDTAG-CAPS"/>
    445     <function name="MOVETO_STARTTAG()" link="libxml-parserInternals.html#MOVETO-STARTTAG-CAPS"/>
    446     <function name="XML_SUBSTITUTE_NONE" link="libxml-parserInternals.html#XML-SUBSTITUTE-NONE-CAPS"/>
    447     <function name="XML_SUBSTITUTE_REF" link="libxml-parserInternals.html#XML-SUBSTITUTE-REF-CAPS"/>
    448     <function name="XML_SUBSTITUTE_PEREF" link="libxml-parserInternals.html#XML-SUBSTITUTE-PEREF-CAPS"/>
    449     <function name="XML_SUBSTITUTE_BOTH" link="libxml-parserInternals.html#XML-SUBSTITUTE-BOTH-CAPS"/>
    450     <function name="xmlEntityReferenceFunc ()" link="libxml-parserInternals.html#xmlEntityReferenceFunc"/>
    451     <function name="enum xmlEntityType" link="libxml-entities.html#xmlEntityType"/>
    452     <function name="struct xmlEntity" link="libxml-entities.html#xmlEntity"/>
    453     <function name="xmlEntitiesTablePtr" link="libxml-entities.html#xmlEntitiesTablePtr"/>
    454     <function name="htmlParserCtxt" link="libxml-HTMLparser.html#htmlParserCtxt"/>
    455     <function name="htmlParserCtxtPtr" link="libxml-HTMLparser.html#htmlParserCtxtPtr"/>
    456     <function name="htmlParserNodeInfo" link="libxml-HTMLparser.html#htmlParserNodeInfo"/>
    457     <function name="htmlSAXHandler" link="libxml-HTMLparser.html#htmlSAXHandler"/>
    458     <function name="htmlSAXHandlerPtr" link="libxml-HTMLparser.html#htmlSAXHandlerPtr"/>
    459     <function name="htmlParserInput" link="libxml-HTMLparser.html#htmlParserInput"/>
    460     <function name="htmlParserInputPtr" link="libxml-HTMLparser.html#htmlParserInputPtr"/>
    461     <function name="htmlDocPtr" link="libxml-HTMLparser.html#htmlDocPtr"/>
    462     <function name="htmlNodePtr" link="libxml-HTMLparser.html#htmlNodePtr"/>
    463     <function name="struct htmlElemDesc" link="libxml-HTMLparser.html#htmlElemDesc"/>
    464     <function name="htmlElemDescPtr" link="libxml-HTMLparser.html#htmlElemDescPtr"/>
    465     <function name="struct htmlEntityDesc" link="libxml-HTMLparser.html#htmlEntityDesc"/>
    466     <function name="htmlEntityDescPtr" link="libxml-HTMLparser.html#htmlEntityDescPtr"/>
    467     <function name="enum htmlParserOption" link="libxml-HTMLparser.html#htmlParserOption"/>
    468     <function name="struct xmlValidState" link="libxml-valid.html#xmlValidState"/>
    469     <function name="xmlValidStatePtr" link="libxml-valid.html#xmlValidStatePtr"/>
    470     <function name="xmlValidityErrorFunc ()" link="libxml-valid.html#xmlValidityErrorFunc"/>
    471     <function name="xmlValidityWarningFunc ()" link="libxml-valid.html#xmlValidityWarningFunc"/>
    472     <function name="struct xmlValidCtxt" link="libxml-valid.html#xmlValidCtxt"/>
    473     <function name="xmlValidCtxtPtr" link="libxml-valid.html#xmlValidCtxtPtr"/>
    474     <function name="xmlNotationTablePtr" link="libxml-valid.html#xmlNotationTablePtr"/>
    475     <function name="xmlElementTablePtr" link="libxml-valid.html#xmlElementTablePtr"/>
    476     <function name="xmlAttributeTablePtr" link="libxml-valid.html#xmlAttributeTablePtr"/>
    477     <function name="xmlIDTablePtr" link="libxml-valid.html#xmlIDTablePtr"/>
    478     <function name="xmlRefTablePtr" link="libxml-valid.html#xmlRefTablePtr"/>
    479     <function name="XML_CATALOGS_NAMESPACE" link="libxml-catalog.html#XML-CATALOGS-NAMESPACE-CAPS"/>
    480     <function name="XML_CATALOG_PI" link="libxml-catalog.html#XML-CATALOG-PI-CAPS"/>
    481     <function name="enum xmlCatalogPrefer" link="libxml-catalog.html#xmlCatalogPrefer"/>
    482     <function name="enum xmlCatalogAllow" link="libxml-catalog.html#xmlCatalogAllow"/>
    483     <function name="struct xmlCatalog" link="libxml-catalog.html#xmlCatalog"/>
    484     <function name="xmlCatalogPtr" link="libxml-catalog.html#xmlCatalogPtr"/>
    485     <function name="struct xmlParserInputBuffer" link="libxml-tree.html#xmlParserInputBuffer"/>
    486     <function name="xmlParserInputBufferPtr" link="libxml-tree.html#xmlParserInputBufferPtr"/>
    487     <function name="struct xmlOutputBuffer" link="libxml-tree.html#xmlOutputBuffer"/>
    488     <function name="xmlOutputBufferPtr" link="libxml-tree.html#xmlOutputBufferPtr"/>
    489     <function name="struct xmlParserInput" link="libxml-tree.html#xmlParserInput"/>
    490     <function name="xmlParserInputPtr" link="libxml-tree.html#xmlParserInputPtr"/>
    491     <function name="struct xmlParserCtxt" link="libxml-tree.html#xmlParserCtxt"/>
    492     <function name="xmlParserCtxtPtr" link="libxml-tree.html#xmlParserCtxtPtr"/>
    493     <function name="struct xmlSAXLocator" link="libxml-tree.html#xmlSAXLocator"/>
    494     <function name="xmlSAXLocatorPtr" link="libxml-tree.html#xmlSAXLocatorPtr"/>
    495     <function name="struct xmlSAXHandler" link="libxml-tree.html#xmlSAXHandler"/>
    496     <function name="xmlSAXHandlerPtr" link="libxml-tree.html#xmlSAXHandlerPtr"/>
    497     <function name="struct xmlEntity" link="libxml-tree.html#xmlEntity"/>
    498     <function name="xmlEntityPtr" link="libxml-tree.html#xmlEntityPtr"/>
    499     <function name="BASE_BUFFER_SIZE" link="libxml-tree.html#BASE-BUFFER-SIZE-CAPS"/>
    500     <function name="XML_XML_NAMESPACE" link="libxml-tree.html#XML-XML-NAMESPACE-CAPS"/>
    501     <function name="enum xmlElementType" link="libxml-tree.html#xmlElementType"/>
    502     <function name="xmlChar" link="libxml-tree.html#xmlChar"/>
    503     <function name="BAD_CAST" link="libxml-tree.html#BAD-CAST-CAPS"/>
    504     <function name="struct xmlNotation" link="libxml-tree.html#xmlNotation"/>
    505     <function name="xmlNotationPtr" link="libxml-tree.html#xmlNotationPtr"/>
    506     <function name="enum xmlAttributeType" link="libxml-tree.html#xmlAttributeType"/>
    507     <function name="enum xmlAttributeDefault" link="libxml-tree.html#xmlAttributeDefault"/>
    508     <function name="struct xmlEnumeration" link="libxml-tree.html#xmlEnumeration"/>
    509     <function name="xmlEnumerationPtr" link="libxml-tree.html#xmlEnumerationPtr"/>
    510     <function name="struct xmlAttribute" link="libxml-tree.html#xmlAttribute"/>
    511     <function name="xmlAttributePtr" link="libxml-tree.html#xmlAttributePtr"/>
    512     <function name="enum xmlElementContentType" link="libxml-tree.html#xmlElementContentType"/>
    513     <function name="enum xmlElementContentOccur" link="libxml-tree.html#xmlElementContentOccur"/>
    514     <function name="struct xmlElementContent" link="libxml-tree.html#xmlElementContent"/>
    515     <function name="xmlElementContentPtr" link="libxml-tree.html#xmlElementContentPtr"/>
    516     <function name="enum xmlElementTypeVal" link="libxml-tree.html#xmlElementTypeVal"/>
    517     <function name="struct xmlElement" link="libxml-tree.html#xmlElement"/>
    518     <function name="xmlElementPtr" link="libxml-tree.html#xmlElementPtr"/>
    519     <function name="XML_LOCAL_NAMESPACE" link="libxml-tree.html#XML-LOCAL-NAMESPACE-CAPS"/>
    520     <function name="xmlNsType" link="libxml-tree.html#xmlNsType"/>
    521     <function name="struct xmlNs" link="libxml-tree.html#xmlNs"/>
    522     <function name="xmlNsPtr" link="libxml-tree.html#xmlNsPtr"/>
    523     <function name="struct xmlDtd" link="libxml-tree.html#xmlDtd"/>
    524     <function name="xmlDtdPtr" link="libxml-tree.html#xmlDtdPtr"/>
    525     <function name="struct xmlAttr" link="libxml-tree.html#xmlAttr"/>
    526     <function name="xmlAttrPtr" link="libxml-tree.html#xmlAttrPtr"/>
    527     <function name="struct xmlID" link="libxml-tree.html#xmlID"/>
    528     <function name="xmlIDPtr" link="libxml-tree.html#xmlIDPtr"/>
    529     <function name="struct xmlRef" link="libxml-tree.html#xmlRef"/>
    530     <function name="xmlRefPtr" link="libxml-tree.html#xmlRefPtr"/>
    531     <function name="enum xmlBufferAllocationScheme" link="libxml-tree.html#xmlBufferAllocationScheme"/>
    532     <function name="struct xmlBuffer" link="libxml-tree.html#xmlBuffer"/>
    533     <function name="xmlBufferPtr" link="libxml-tree.html#xmlBufferPtr"/>
    534     <function name="struct xmlNode" link="libxml-tree.html#xmlNode"/>
    535     <function name="xmlNodePtr" link="libxml-tree.html#xmlNodePtr"/>
    536     <function name="XML_GET_CONTENT()" link="libxml-tree.html#XML-GET-CONTENT-CAPS"/>
    537     <function name="XML_GET_LINE()" link="libxml-tree.html#XML-GET-LINE-CAPS"/>
    538     <function name="struct xmlDoc" link="libxml-tree.html#xmlDoc"/>
    539     <function name="xmlDocPtr" link="libxml-tree.html#xmlDocPtr"/>
    540     <function name="xmlChildrenNode" link="libxml-tree.html#xmlChildrenNode"/>
    541     <function name="xmlRootNode" link="libxml-tree.html#xmlRootNode"/>
    542     <function name="xmlRegisterNodeFunc ()" link="libxml-globals.html#xmlRegisterNodeFunc"/>
    543     <function name="xmlDeregisterNodeFunc ()" link="libxml-globals.html#xmlDeregisterNodeFunc"/>
    544     <function name="struct xmlGlobalState" link="libxml-globals.html#xmlGlobalState"/>
    545     <function name="xmlGlobalStatePtr" link="libxml-globals.html#xmlGlobalStatePtr"/>
    546     <function name="xmlMalloc()" link="libxml-globals.html#xmlMalloc"/>
    547     <function name="xmlMallocAtomic()" link="libxml-globals.html#xmlMallocAtomic"/>
    548     <function name="xmlRealloc()" link="libxml-globals.html#xmlRealloc"/>
    549     <function name="xmlFree" link="libxml-globals.html#xmlFree"/>
    550     <function name="xmlMemStrdup()" link="libxml-globals.html#xmlMemStrdup"/>
    551     <function name="docbDefaultSAXHandler" link="libxml-globals.html#docbDefaultSAXHandler"/>
    552     <function name="htmlDefaultSAXHandler" link="libxml-globals.html#htmlDefaultSAXHandler"/>
    553     <function name="xmlLastError" link="libxml-globals.html#xmlLastError"/>
    554     <function name="oldXMLWDcompatibility" link="libxml-globals.html#oldXMLWDcompatibility"/>
    555     <function name="xmlBufferAllocScheme" link="libxml-globals.html#xmlBufferAllocScheme"/>
    556     <function name="xmlDefaultBufferSize" link="libxml-globals.html#xmlDefaultBufferSize"/>
    557     <function name="xmlDefaultSAXHandler" link="libxml-globals.html#xmlDefaultSAXHandler"/>
    558     <function name="xmlDefaultSAXLocator" link="libxml-globals.html#xmlDefaultSAXLocator"/>
    559     <function name="xmlDoValidityCheckingDefaultValue" link="libxml-globals.html#xmlDoValidityCheckingDefaultValue"/>
    560     <function name="xmlGenericError" link="libxml-globals.html#xmlGenericError"/>
    561     <function name="xmlStructuredError" link="libxml-globals.html#xmlStructuredError"/>
    562     <function name="xmlGenericErrorContext" link="libxml-globals.html#xmlGenericErrorContext"/>
    563     <function name="xmlGetWarningsDefaultValue" link="libxml-globals.html#xmlGetWarningsDefaultValue"/>
    564     <function name="xmlIndentTreeOutput" link="libxml-globals.html#xmlIndentTreeOutput"/>
    565     <function name="xmlTreeIndentString" link="libxml-globals.html#xmlTreeIndentString"/>
    566     <function name="xmlKeepBlanksDefaultValue" link="libxml-globals.html#xmlKeepBlanksDefaultValue"/>
    567     <function name="xmlLineNumbersDefaultValue" link="libxml-globals.html#xmlLineNumbersDefaultValue"/>
    568     <function name="xmlLoadExtDtdDefaultValue" link="libxml-globals.html#xmlLoadExtDtdDefaultValue"/>
    569     <function name="xmlParserDebugEntities" link="libxml-globals.html#xmlParserDebugEntities"/>
    570     <function name="xmlParserVersion" link="libxml-globals.html#xmlParserVersion"/>
    571     <function name="xmlPedanticParserDefaultValue" link="libxml-globals.html#xmlPedanticParserDefaultValue"/>
    572     <function name="xmlSaveNoEmptyTags" link="libxml-globals.html#xmlSaveNoEmptyTags"/>
    573     <function name="xmlSubstituteEntitiesDefaultValue" link="libxml-globals.html#xmlSubstituteEntitiesDefaultValue"/>
    574     <function name="xmlRegisterNodeDefaultValue" link="libxml-globals.html#xmlRegisterNodeDefaultValue"/>
    575     <function name="xmlDeregisterNodeDefaultValue" link="libxml-globals.html#xmlDeregisterNodeDefaultValue"/>
    576     <function name="XMLPUBFUN" link="libxml-xmlexports.html#XMLPUBFUN-CAPS"/>
    577     <function name="XMLPUBVAR" link="libxml-xmlexports.html#XMLPUBVAR-CAPS"/>
    578     <function name="XMLCALL" link="libxml-xmlexports.html#XMLCALL-CAPS"/>
    579     <function name="LIBXML_DLL_IMPORT" link="libxml-xmlexports.html#LIBXML-DLL-IMPORT-CAPS"/>
    580     <function name="XINCLUDE_NS" link="libxml-xinclude.html#XINCLUDE-NS-CAPS"/>
    581     <function name="XINCLUDE_NODE" link="libxml-xinclude.html#XINCLUDE-NODE-CAPS"/>
    582     <function name="XINCLUDE_FALLBACK" link="libxml-xinclude.html#XINCLUDE-FALLBACK-CAPS"/>
    583     <function name="XINCLUDE_HREF" link="libxml-xinclude.html#XINCLUDE-HREF-CAPS"/>
    584     <function name="XINCLUDE_PARSE" link="libxml-xinclude.html#XINCLUDE-PARSE-CAPS"/>
    585     <function name="XINCLUDE_PARSE_XML" link="libxml-xinclude.html#XINCLUDE-PARSE-XML-CAPS"/>
    586     <function name="XINCLUDE_PARSE_TEXT" link="libxml-xinclude.html#XINCLUDE-PARSE-TEXT-CAPS"/>
    587     <function name="XINCLUDE_PARSE_ENCODING" link="libxml-xinclude.html#XINCLUDE-PARSE-ENCODING-CAPS"/>
    588     <function name="struct xmlXIncludeCtxt" link="libxml-xinclude.html#xmlXIncludeCtxt"/>
    589     <function name="xmlXIncludeCtxtPtr" link="libxml-xinclude.html#xmlXIncludeCtxtPtr"/>
    590     <function name="enum xmlParserProperties" link="libxml-xmlreader.html#xmlParserProperties"/>
    591     <function name="enum xmlParserSeverities" link="libxml-xmlreader.html#xmlParserSeverities"/>
    592     <function name="enum xmlReaderTypes" link="libxml-xmlreader.html#xmlReaderTypes"/>
    593     <function name="struct xmlTextReader" link="libxml-xmlreader.html#xmlTextReader"/>
    594     <function name="xmlTextReaderPtr" link="libxml-xmlreader.html#xmlTextReaderPtr"/>
    595     <function name="xmlTextReaderLocatorPtr" link="libxml-xmlreader.html#xmlTextReaderLocatorPtr"/>
    596     <function name="xmlTextReaderErrorFunc ()" link="libxml-xmlreader.html#xmlTextReaderErrorFunc"/>
    597     <function name="xmlShellReadlineFunc ()" link="libxml-debugXML.html#xmlShellReadlineFunc"/>
    598     <function name="struct xmlShellCtxt" link="libxml-debugXML.html#xmlShellCtxt"/>
    599     <function name="xmlShellCtxtPtr" link="libxml-debugXML.html#xmlShellCtxtPtr"/>
    600     <function name="xmlShellCmd ()" link="libxml-debugXML.html#xmlShellCmd"/>
    601     <function name="struct xmlTextWriter" link="libxml-xmlwriter.html#xmlTextWriter"/>
    602     <function name="xmlTextWriterPtr" link="libxml-xmlwriter.html#xmlTextWriterPtr"/>
    603     <function name="xmlTextWriterWriteProcessingInstruction" link="libxml-xmlwriter.html#xmlTextWriterWriteProcessingInstruction"/>
    604     <function name="xmlTextWriterWriteDocType" link="libxml-xmlwriter.html#xmlTextWriterWriteDocType"/>
    605     <function name="xmlTextWriterEndDTDElement" link="libxml-xmlwriter.html#xmlTextWriterEndDTDElement"/>
    606     <function name="xmlTextWriterEndDTDAttlist" link="libxml-xmlwriter.html#xmlTextWriterEndDTDAttlist"/>
    607     <function name="xmlTextWriterEndDTDEntity" link="libxml-xmlwriter.html#xmlTextWriterEndDTDEntity"/>
    608     <function name="enum xmlSchemaValidError" link="libxml-xmlschemas.html#xmlSchemaValidError"/>
    609     <function name="struct xmlSchema" link="libxml-xmlschemas.html#xmlSchema"/>
    610     <function name="xmlSchemaPtr" link="libxml-xmlschemas.html#xmlSchemaPtr"/>
    611     <function name="xmlSchemaValidityErrorFunc ()" link="libxml-xmlschemas.html#xmlSchemaValidityErrorFunc"/>
    612     <function name="xmlSchemaValidityWarningFunc ()" link="libxml-xmlschemas.html#xmlSchemaValidityWarningFunc"/>
    613     <function name="struct xmlSchemaParserCtxt" link="libxml-xmlschemas.html#xmlSchemaParserCtxt"/>
    614     <function name="xmlSchemaParserCtxtPtr" link="libxml-xmlschemas.html#xmlSchemaParserCtxtPtr"/>
    615     <function name="struct xmlSchemaValidCtxt" link="libxml-xmlschemas.html#xmlSchemaValidCtxt"/>
    616     <function name="xmlSchemaValidCtxtPtr" link="libxml-xmlschemas.html#xmlSchemaValidCtxtPtr"/>
    617   </functions>
    618 </book>
    619