亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? libxml2-python-api.xml

?? xml開源解析代碼.版本為libxml2-2.6.29,可支持GB3212.網絡消息發送XML時很有用.
?? XML
?? 第 1 頁 / 共 2 頁
字號:
<?xml version="1.0" encoding="ISO-8859-1"?><api name='libxml2-python'>  <symbols>    <function name='xmlRegisterXPathFunction' file='python'>      <cond>defined(LIBXML_XPATH_ENABLED)</cond>      <info>Register a Python written function to the XPath interpreter</info>      <return type='int' info="1 in case of success, 0 or -1 in case of error"/>      <arg name='ctx' type='xmlXPathContextPtr' info='the xpathContext'/>      <arg name='name' type='xmlChar *' info='the function name'/>      <arg name='ns_uri' type='xmlChar *' info='the namespace or NULL'/>      <arg name='f' type='pythonObject' info='the python function'/>    </function>    <function name='xmlNewNode' file='python'>      <info>Create a new Node</info>      <return type='xmlNodePtr' info="A new element node"/>      <arg name='name' type='xmlChar *' info='the node name'/>    </function>    <function name='xmlCreatePushParser' file='python'>      <info>Create a progressive XML parser context to build either an event flow if the SAX object is not None, or a DOM tree otherwise.</info>      <return type='xmlParserCtxtPtr' info="the parser context or None in case of error"/>      <arg name='SAX' type='pythonObject' info='the SAX callback object or None'/>      <arg name='chunk' type='xmlChar *' info='the initial data'/>      <arg name='size' type='int' info='the size of the initial data'/>      <arg name='URI' type='xmlChar *' info='The URI used for base computations'/>    </function>    <function name='htmlCreatePushParser' file='python'>      <cond>defined(LIBXML_HTML_ENABLED)</cond>      <info>Create a progressive HTML parser context to build either an event flow if the SAX object is not None, or a DOM tree otherwise.</info>      <return type='xmlParserCtxtPtr' info="the parser context or None in case of error"/>      <arg name='SAX' type='pythonObject' info='the SAX callback object or None'/>      <arg name='chunk' type='xmlChar *' info='the initial data'/>      <arg name='size' type='int' info='the size of the initial data'/>      <arg name='URI' type='xmlChar *' info='The URI used for base computations'/>    </function>    <function name='xmlSAXParseFile' file='python'>      <info>Interface to parse an XML file or resource pointed by an URI to build an event flow to the SAX object</info>      <return type='void'/>      <arg name='SAX' type='pythonObject' info='the SAX callback object or None'/>      <arg name='URI' type='xmlChar *' info='The URI of the resource'/>      <arg name='recover' type='int' info='allow recovery in case of error'/>    </function>    <function name='htmlSAXParseFile' file='python'>      <cond>defined(LIBXML_HTML_ENABLED)</cond>      <info>Interface to parse an HTML file or resource pointed by an URI to build an event flow to the SAX object</info>      <return type='void'/>      <arg name='SAX' type='pythonObject' info='the SAX callback object or None'/>      <arg name='URI' type='xmlChar *' info='The URI of the resource'/>      <arg name='encoding' type='const char *' info='encoding or None'/>    </function>    <function name='xmlCreateOutputBuffer' file='python'>      <info>Create a libxml2 output buffer from a Python file</info>      <return type='xmlOutputBufferPtr' info="the output buffer"/>      <arg name='file' type='pythonObject' info='the Python file'/>      <arg name='encoding' type='xmlChar *' info='an optionnal encoding'/>    </function>    <function name='xmlCreateInputBuffer' file='python'>      <info>Create a libxml2 input buffer from a Python file</info>      <return type='xmlParserInputBufferPtr' info="the input buffer"/>      <arg name='file' type='pythonObject' info='the Python file'/>      <arg name='encoding' type='xmlChar *' info='an optionnal encoding'/>    </function>    <function name='xmlSetEntityLoader' file='python'>      <info>Set the entity resolver as a python function</info>      <return type='int' info="0 in case of success, -1 for error"/>      <arg name='resolver' type='pythonObject' info='the Python function'/>    </function>    <!-- xmlParserCtxtPtr accessors -->    <function name='xmlParserGetDoc' file='python_accessor'>      <info>Get the document tree from a parser context.</info>      <return type='xmlDocPtr' info="the document tree" field="myDoc"/>      <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context'/>    </function>    <function name='xmlParserGetWellFormed' file='python_accessor'>      <info>Get the well formed information from a parser context.</info>      <return type='int' info="the wellFormed field" field="wellFormed"/>      <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context'/>    </function>    <function name='xmlParserGetIsValid' file='python_accessor'>      <info>Get the validity information from a parser context.</info>      <return type='int' info="the valid field" field="valid"/>      <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context'/>    </function>    <function name='xmlParserSetValidate' file='python_accessor'>      <info>Switch the parser to validation mode.</info>      <return type='void'/>      <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context'/>      <arg name='validate' type='int' info='1 to activate validation'/>    </function>    <function name='xmlParserSetReplaceEntities' file='python_accessor'>      <info>Switch the parser to replace entities.</info>      <return type='void'/>      <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context'/>      <arg name='replaceEntities' type='int' info='1 to replace entities'/>    </function>    <function name='xmlParserSetPedantic' file='python_accessor'>      <info>Switch the parser to be pedantic.</info>      <return type='void'/>      <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context'/>      <arg name='pedantic' type='int' info='1 to run in pedantic mode'/>    </function>    <function name='xmlParserSetLoadSubset' file='python_accessor'>      <info>Switch the parser to load the DTD without validating.</info>      <return type='void'/>      <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context'/>      <arg name='loadsubset' type='int' info='1 to load the DTD'/>    </function>    <function name='xmlParserSetLineNumbers' file='python_accessor'>      <info>Switch on the generation of line number for elements nodes.</info>      <return type='void'/>      <arg name='ctxt' type='xmlParserCtxtPtr' info='the parser context'/>      <arg name='linenumbers' type='int' info='1 to save line numbers'/>    </function>    <function name='xmlDebugMemory' file='python'>      <info>Switch on the generation of line number for elements nodes. Also returns the number of bytes allocated and not freed by libxml2 since memory debugging was switched on.</info>      <return type='int' info="returns the number of bytes allocated and not freed"/>      <arg name='activate' type='int' info='1 switch on memory debugging 0 switch it off'/>    </function>    <function name='xmlDumpMemory' file='python'>      <info>dump the memory allocated in the file .memdump</info>      <return type='void'/>    </function>    <!-- xmlNsPtr accessors -->    <function name='xmlNodeGetNs' file='python_accessor'>      <info>Get the namespace of a node</info>      <return type='xmlNsPtr' info="The namespace or None"/>      <arg name='node' type='xmlNodePtr' info='the node'/>    </function>    <function name='xmlNodeGetNsDefs' file='python_accessor'>      <info>Get the namespace of a node</info>      <return type='xmlNsPtr' info="The namespace or None"/>      <arg name='node' type='xmlNodePtr' info='the node'/>    </function>    <!-- xmlXPathContextPtr accessors -->    <function name='xmlXPathParserGetContext' file='python_accessor'>      <cond>defined(LIBXML_XPATH_ENABLED)</cond>      <info>Get the xpathContext from an xpathParserContext</info>      <return type='xmlXPathContextPtr' info="The XPath context" field="context"/>      <arg name='ctxt' type='xmlXPathParserContextPtr' info='the XPath parser context'/>    </function>    <function name='xmlXPathGetContextDoc' file='python_accessor'>      <cond>defined(LIBXML_XPATH_ENABLED)</cond>      <info>Get the doc from an xpathContext</info>      <return type='xmlDocPtr' info="The doc context" field="doc"/>      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>    </function>    <function name='xmlXPathGetContextNode' file='python_accessor'>      <cond>defined(LIBXML_XPATH_ENABLED)</cond>      <info>Get the current node from an xpathContext</info>      <return type='xmlNodePtr' info="The node context" field="node"/>      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>    </function>    <function name='xmlXPathSetContextDoc' file='python_accessor'>      <cond>defined(LIBXML_XPATH_ENABLED)</cond>      <info>Set the doc of an xpathContext</info>      <return type='void'/>      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>      <arg name="doc" type='xmlDocPtr' info="The doc context"/>    </function>    <function name='xmlXPathSetContextNode' file='python_accessor'>      <cond>defined(LIBXML_XPATH_ENABLED)</cond>      <info>Set the current node of an xpathContext</info>      <return type='void'/>      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>      <arg name="node" type='xmlNodePtr' info="The node context"/>    </function>    <function name='xmlXPathGetContextPosition' file='python_accessor'>      <cond>defined(LIBXML_XPATH_ENABLED)</cond>      <info>Get the current node from an xpathContext</info>      <return type='int' info="The node context" field="proximityPosition"/>      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>    </function>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产成人免费在线观看不卡| 天天综合日日夜夜精品| 亚洲一区av在线| 久久精品国产一区二区| 成人黄色av网站在线| 在线中文字幕一区| 26uuu成人网一区二区三区| 国产精品久久久久国产精品日日| 亚洲国产精品影院| 九一九一国产精品| 一本久久综合亚洲鲁鲁五月天| 欧美精品视频www在线观看| 久久精品一区蜜桃臀影院| 亚洲猫色日本管| 精品一区二区三区av| 91在线观看免费视频| 69堂国产成人免费视频| 欧美国产成人精品| 视频一区二区三区在线| 国产成人av一区二区| 欧美日韩国产在线观看| 中文字幕欧美国产| 日本 国产 欧美色综合| 91年精品国产| 2024国产精品视频| 日日摸夜夜添夜夜添精品视频| 丰满白嫩尤物一区二区| 91精品国产综合久久福利软件 | 另类小说视频一区二区| 成人av网站在线观看免费| 欧美一区二区高清| 亚洲视频在线观看一区| 国产在线播放一区三区四| 精品视频一区二区不卡| 亚洲欧洲日韩av| 国产精品一区一区| 欧美一区二区视频网站| 亚洲精品第一国产综合野| 国产成人8x视频一区二区| 欧美一级欧美三级在线观看 | 在线视频你懂得一区二区三区| 久久久国产午夜精品| 亚洲va国产va欧美va观看| 99国产精品一区| 国产欧美日韩亚州综合| 久久99精品久久久久久动态图| 欧美日韩一区二区三区四区五区| 亚洲欧美日韩中文字幕一区二区三区| 国产在线一区二区| 91精品国产综合久久国产大片| 艳妇臀荡乳欲伦亚洲一区| 成人免费视频网站在线观看| 久久久亚洲高清| 久久99国产精品尤物| 欧美一级免费大片| 午夜亚洲国产au精品一区二区| 91无套直看片红桃| 中文字幕一区av| 成人激情免费网站| 国产亚洲综合av| 国产原创一区二区| 26uuu色噜噜精品一区二区| 美女诱惑一区二区| 欧美一区中文字幕| 日韩精品电影一区亚洲| 欧美日韩不卡视频| 一区二区三区四区视频精品免费| 91在线码无精品| 亚洲欧美国产77777| 一本一道波多野结衣一区二区| 亚洲视频一区二区在线观看| 91美女片黄在线观看| 亚洲欧美国产77777| 色久综合一二码| 一个色综合av| 欧美精品在线观看一区二区| 日韩精品电影在线| 欧美变态凌虐bdsm| 激情av综合网| 国产欧美一区二区三区鸳鸯浴| 国产精品一区二区三区乱码| 国产日本一区二区| 97精品国产97久久久久久久久久久久| 中文字幕不卡一区| 91同城在线观看| 亚洲夂夂婷婷色拍ww47| 欧美日韩国产123区| 蜜桃视频在线观看一区| 久久久精品2019中文字幕之3| 成人一级片在线观看| 亚洲天堂av一区| 欧美三级中文字| 另类小说欧美激情| 国产女主播一区| 91美女在线视频| 视频精品一区二区| 精品99久久久久久| 成人免费av网站| 亚洲一区二区在线免费观看视频 | 激情欧美日韩一区二区| 国产免费观看久久| 色哟哟一区二区三区| 偷拍与自拍一区| 精品成人佐山爱一区二区| 成人av影院在线| 亚洲第一福利一区| 久久伊99综合婷婷久久伊| av电影在线观看不卡 | 欧美一级高清大全免费观看| 国内精品第一页| 亚洲色图视频网| 欧美一区二区三区系列电影| 粗大黑人巨茎大战欧美成人| 亚洲黄色录像片| 欧美sm极限捆绑bd| 99精品黄色片免费大全| 日本一不卡视频| 国产精品久久久久久福利一牛影视 | 日韩一级在线观看| 不卡区在线中文字幕| 无吗不卡中文字幕| 国产精品沙发午睡系列990531| 欧美日韩一区中文字幕| 国产v日产∨综合v精品视频| 亚洲成人免费视| 中文字幕免费观看一区| 欧美日韩成人综合在线一区二区| 国产成人啪免费观看软件| 亚洲高清不卡在线观看| 久久久亚洲综合| 欧美另类久久久品| 成人国产电影网| 男女男精品视频网| 一区二区三区中文字幕| 国产午夜精品一区二区三区四区| 欧美日韩三级一区| 成人动漫中文字幕| 蜜桃一区二区三区在线观看| 亚洲黄色免费网站| 日本一区二区在线不卡| 91精品国产综合久久福利| 91香蕉视频黄| 风间由美一区二区av101 | 日韩一区二区在线看片| 91小宝寻花一区二区三区| 国产一区二区三区黄视频 | 在线观看不卡视频| 成人免费的视频| 激情久久久久久久久久久久久久久久| 一区二区激情小说| 中文字幕一区二区三区视频| 亚洲精品在线免费播放| 欧美精品乱人伦久久久久久| 91在线一区二区三区| 风间由美性色一区二区三区| 精品夜夜嗨av一区二区三区| 日韩在线一区二区| 一区二区三区中文免费| 国产精品网友自拍| 国产日韩一级二级三级| 亚洲精品在线观看视频| 日韩色在线观看| 日韩一区二区在线看| 欧美α欧美αv大片| 欧美日韩电影在线| 欧美偷拍一区二区| 一本色道久久加勒比精品| 99这里都是精品| 成人午夜视频网站| 国产凹凸在线观看一区二区| 国产一区二区美女诱惑| 麻豆国产一区二区| 免费观看久久久4p| 日韩精品一二三区| 午夜精品久久久久久久久久久| 亚洲自拍偷拍欧美| 亚洲影院在线观看| 亚洲最新视频在线观看| 亚洲精品欧美在线| 一区二区在线免费观看| 亚洲人成精品久久久久久| 中文字幕一区二区三区在线观看| 中文字幕免费观看一区| 国产精品欧美精品| 日韩一区在线看| 亚洲免费资源在线播放| 亚洲激情图片一区| 亚洲五月六月丁香激情| 日韩国产精品久久久久久亚洲| 日韩国产欧美在线观看| 免费在线观看日韩欧美| 国内欧美视频一区二区 | 国产精品成人网| 亚洲另类色综合网站| 亚洲一区在线看| 天堂一区二区在线| 蜜桃视频在线观看一区| 国产一区二区三区黄视频| 成人精品一区二区三区中文字幕 | 亚洲国产成人tv|