⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 libxml2-python-api.xml

📁 xml开源解析代码.版本为libxml2-2.6.29,可支持GB3212.网络消息发送XML时很有用.
💻 XML
📖 第 1 页 / 共 2 页
字号:
    <function name='xmlXPathGetContextSize' 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="contextSize"/>      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>    </function>    <function name='xmlXPathGetFunction' file='python_accessor'>      <cond>defined(LIBXML_XPATH_ENABLED)</cond>      <info>Get the current function name xpathContext</info>      <return type='const xmlChar *' info="The function name" field="function"/>      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>    </function>    <function name='xmlXPathGetFunctionURI' file='python_accessor'>      <cond>defined(LIBXML_XPATH_ENABLED)</cond>      <info>Get the current function name URI xpathContext</info>      <return type='const xmlChar *' info="The function name URI" field="functionURI"/>      <arg name='ctxt' type='xmlXPathContextPtr' info='the XPath context'/>    </function>    <!-- xmlURIPtr accessors -->    <function name='xmlURIGetScheme' file='python_accessor'>      <info>Get the scheme part from an URI</info>      <return type='const char *' info="The URI scheme" field="scheme"/>      <arg name='URI' type='xmlURIPtr' info='the URI'/>    </function>    <function name='xmlURISetScheme' file='python_accessor'>      <info>Set the scheme part of an URI.</info>      <return type='void'/>      <arg name='URI' type='xmlURIPtr' info='the URI'/>      <arg name='scheme' type='char *' info='The URI scheme part'/>    </function>    <function name='xmlURIGetOpaque' file='python_accessor'>      <info>Get the opaque part from an URI</info>      <return type='const char *' info="The URI opaque" field="opaque"/>      <arg name='URI' type='xmlURIPtr' info='the URI'/>    </function>    <function name='xmlURISetOpaque' file='python_accessor'>      <info>Set the opaque part of an URI.</info>      <return type='void'/>      <arg name='URI' type='xmlURIPtr' info='the URI'/>      <arg name='opaque' type='char *' info='The URI opaque part'/>    </function>    <function name='xmlURIGetAuthority' file='python_accessor'>      <info>Get the authority part from an URI</info>      <return type='const char *' info="The URI authority" field="authority"/>      <arg name='URI' type='xmlURIPtr' info='the URI'/>    </function>    <function name='xmlURISetAuthority' file='python_accessor'>      <info>Set the authority part of an URI.</info>      <return type='void'/>      <arg name='URI' type='xmlURIPtr' info='the URI'/>      <arg name='authority' type='char *' info='The URI authority part'/>    </function>    <function name='xmlURIGetServer' file='python_accessor'>      <info>Get the server part from an URI</info>      <return type='const char *' info="The URI server" field="server"/>      <arg name='URI' type='xmlURIPtr' info='the URI'/>    </function>    <function name='xmlURISetServer' file='python_accessor'>      <info>Set the server part of an URI.</info>      <return type='void'/>      <arg name='URI' type='xmlURIPtr' info='the URI'/>      <arg name='server' type='char *' info='The URI server part'/>    </function>    <function name='xmlURIGetUser' file='python_accessor'>      <info>Get the user part from an URI</info>      <return type='const char *' info="The URI user" field="user"/>      <arg name='URI' type='xmlURIPtr' info='the URI'/>    </function>    <function name='xmlURISetUser' file='python_accessor'>      <info>Set the user part of an URI.</info>      <return type='void'/>      <arg name='URI' type='xmlURIPtr' info='the URI'/>      <arg name='user' type='char *' info='The URI user part'/>    </function>    <function name='xmlURIGetPath' file='python_accessor'>      <info>Get the path part from an URI</info>      <return type='const char *' info="The URI path" field="path"/>      <arg name='URI' type='xmlURIPtr' info='the URI'/>    </function>    <function name='xmlURISetPath' file='python_accessor'>      <info>Set the path part of an URI.</info>      <return type='void'/>      <arg name='URI' type='xmlURIPtr' info='the URI'/>      <arg name='path' type='char *' info='The URI path part'/>    </function>    <function name='xmlURIGetQuery' file='python_accessor'>      <info>Get the query part from an URI</info>      <return type='const char *' info="The URI query" field="query"/>      <arg name='URI' type='xmlURIPtr' info='the URI'/>    </function>    <function name='xmlURISetQuery' file='python_accessor'>      <info>Set the query part of an URI.</info>      <return type='void'/>      <arg name='URI' type='xmlURIPtr' info='the URI'/>      <arg name='query' type='char *' info='The URI query part'/>    </function>    <function name='xmlURIGetQueryRaw' file='python_accessor'>      <info>Get the raw query part from an URI (i.e. the unescaped form).</info>      <return type='const char *' info="The URI query" field="query_raw"/>      <arg name='URI' type='xmlURIPtr' info='the URI'/>    </function>    <function name='xmlURISetQueryRaw' file='python_accessor'>      <info>Set the raw query part of an URI (i.e. the unescaped form).</info>      <return type='void'/>      <arg name='URI' type='xmlURIPtr' info='the URI'/>      <arg name='query_raw' type='char *' info='The raw URI query part'/>    </function>    <function name='xmlURIGetFragment' file='python_accessor'>      <info>Get the fragment part from an URI</info>      <return type='const char *' info="The URI fragment" field="fragment"/>      <arg name='URI' type='xmlURIPtr' info='the URI'/>    </function>    <function name='xmlURISetFragment' file='python_accessor'>      <info>Set the fragment part of an URI.</info>      <return type='void'/>      <arg name='URI' type='xmlURIPtr' info='the URI'/>      <arg name='fragment' type='char *' info='The URI fragment part'/>    </function>    <function name='xmlURIGetPort' file='python_accessor'>      <info>Get the port part from an URI</info>      <return type='int' info="The URI port" field="port"/>      <arg name='URI' type='xmlURIPtr' info='the URI'/>    </function>    <function name='xmlURISetPort' file='python_accessor'>      <info>Set the port part of an URI.</info>      <return type='void'/>      <arg name='URI' type='xmlURIPtr' info='the URI'/>      <arg name='port' type='int' info='The URI port part'/>    </function>    <!-- xmlErrorPtr accessors -->    <function name='xmlErrorGetDomain' file='python_accessor'>      <info>What part of the library raised this error</info>      <return type='int' info="The error domain" field="domain"/>      <arg name='Error' type='xmlErrorPtr' info='the Error'/>    </function>    <function name='xmlErrorGetCode' file='python_accessor'>      <info>The error code, e.g. an xmlParserError</info>      <return type='int' info="The error code" field="code"/>      <arg name='Error' type='xmlErrorPtr' info='the Error'/>    </function>    <function name='xmlErrorGetMessage' file='python_accessor'>      <info>human-readable informative error message</info>      <return type='const char *' info="The error message" field="message"/>      <arg name='Error' type='xmlErrorPtr' info='the Error'/>    </function>    <function name='xmlErrorGetLevel' file='python_accessor'>      <info>how consequent is the error</info>      <return type='int' info="The error level" field="level"/>      <arg name='Error' type='xmlErrorPtr' info='the Error'/>    </function>    <function name='xmlErrorGetFile' file='python_accessor'>      <info>the filename</info>      <return type='const char *' info="The error file" field="file"/>      <arg name='Error' type='xmlErrorPtr' info='the Error'/>    </function>    <function name='xmlErrorGetLine' file='python_accessor'>      <info>the line number if available</info>      <return type='int' info="The error line" field="line"/>      <arg name='Error' type='xmlErrorPtr' info='the Error'/>    </function>    <function name='xmlPythonCleanupParser' file='python'>      <info>Cleanup function for the XML library. It tries to reclaim all parsing related global memory allocated for the library processing. It doesn't deallocate any document related memory. Calling this function should not prevent reusing the library but one should call xmlCleanupParser() only when the process has finished using the library or XML document built with it.</info>      <return type='void'/>    </function>    <function name='xmlMemoryUsed' file='python'>      <info>Returns the total amount of memory allocated by libxml2</info>      <return type='int' info='number of bytes allocated'/>    </function>  </symbols></api>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -