Lines Matching +full:get +full:- +full:uri
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <api name='libxml2-python'>
7 <return type='int' info="1 in case of success, 0 or -1 in case of error"/>
16 <return type='int' info="1 in case of success, 0 or -1 in case of error"/>
33 <arg name='URI' type='xmlChar *' info='The URI used for base computations'/>
42 <arg name='URI' type='xmlChar *' info='The URI used for base computations'/>
45 …<info>Interface to parse an XML file or resource pointed by an URI to build an event flow to the S…
48 <arg name='URI' type='xmlChar *' info='The URI of the resource'/>
53 …<info>Interface to parse an HTML file or resource pointed by an URI to build an event flow to the …
56 <arg name='URI' type='xmlChar *' info='The URI of the resource'/>
73 <return type='int' info="0 in case of success, -1 for error"/>
76 <!-- xmlParserCtxtPtr accessors -->
78 <info>Get the document tree from a parser context.</info>
83 <info>Get the well formed information from a parser context.</info>
88 <info>Get the validity information from a parser context.</info>
127 <!-- xmlNsPtr accessors -->
129 <info>Get the namespace of a node</info>
134 <info>Get the namespace of a node</info>
138 <!-- xmlXPathContextPtr accessors -->
141 <info>Get the xpathContext from an xpathParserContext</info>
147 <info>Get the doc from an xpathContext</info>
153 <info>Get the current node from an xpathContext</info>
173 <info>Get the current node from an xpathContext</info>
179 <info>Get the current node from an xpathContext</info>
185 <info>Get the current function name xpathContext</info>
191 <info>Get the current function name URI xpathContext</info>
192 <return type='const xmlChar *' info="The function name URI" field="functionURI"/>
195 <!-- xmlURIPtr accessors -->
197 <info>Get the scheme part from an URI</info>
198 <return type='const char *' info="The URI scheme" field="scheme"/>
199 <arg name='URI' type='xmlURIPtr' info='the URI'/>
202 <info>Set the scheme part of an URI.</info>
204 <arg name='URI' type='xmlURIPtr' info='the URI'/>
205 <arg name='scheme' type='char *' info='The URI scheme part'/>
208 <info>Get the opaque part from an URI</info>
209 <return type='const char *' info="The URI opaque" field="opaque"/>
210 <arg name='URI' type='xmlURIPtr' info='the URI'/>
213 <info>Set the opaque part of an URI.</info>
215 <arg name='URI' type='xmlURIPtr' info='the URI'/>
216 <arg name='opaque' type='char *' info='The URI opaque part'/>
219 <info>Get the authority part from an URI</info>
220 <return type='const char *' info="The URI authority" field="authority"/>
221 <arg name='URI' type='xmlURIPtr' info='the URI'/>
224 <info>Set the authority part of an URI.</info>
226 <arg name='URI' type='xmlURIPtr' info='the URI'/>
227 <arg name='authority' type='char *' info='The URI authority part'/>
230 <info>Get the server part from an URI</info>
231 <return type='const char *' info="The URI server" field="server"/>
232 <arg name='URI' type='xmlURIPtr' info='the URI'/>
235 <info>Set the server part of an URI.</info>
237 <arg name='URI' type='xmlURIPtr' info='the URI'/>
238 <arg name='server' type='char *' info='The URI server part'/>
241 <info>Get the user part from an URI</info>
242 <return type='const char *' info="The URI user" field="user"/>
243 <arg name='URI' type='xmlURIPtr' info='the URI'/>
246 <info>Set the user part of an URI.</info>
248 <arg name='URI' type='xmlURIPtr' info='the URI'/>
249 <arg name='user' type='char *' info='The URI user part'/>
252 <info>Get the path part from an URI</info>
253 <return type='const char *' info="The URI path" field="path"/>
254 <arg name='URI' type='xmlURIPtr' info='the URI'/>
257 <info>Set the path part of an URI.</info>
259 <arg name='URI' type='xmlURIPtr' info='the URI'/>
260 <arg name='path' type='char *' info='The URI path part'/>
263 <info>Get the query part from an URI</info>
264 <return type='const char *' info="The URI query" field="query"/>
265 <arg name='URI' type='xmlURIPtr' info='the URI'/>
268 <info>Set the query part of an URI.</info>
270 <arg name='URI' type='xmlURIPtr' info='the URI'/>
271 <arg name='query' type='char *' info='The URI query part'/>
274 <info>Get the raw query part from an URI (i.e. the unescaped form).</info>
275 <return type='const char *' info="The URI query" field="query_raw"/>
276 <arg name='URI' type='xmlURIPtr' info='the URI'/>
279 <info>Set the raw query part of an URI (i.e. the unescaped form).</info>
281 <arg name='URI' type='xmlURIPtr' info='the URI'/>
282 <arg name='query_raw' type='char *' info='The raw URI query part'/>
285 <info>Get the fragment part from an URI</info>
286 <return type='const char *' info="The URI fragment" field="fragment"/>
287 <arg name='URI' type='xmlURIPtr' info='the URI'/>
290 <info>Set the fragment part of an URI.</info>
292 <arg name='URI' type='xmlURIPtr' info='the URI'/>
293 <arg name='fragment' type='char *' info='The URI fragment part'/>
296 <info>Get the port part from an URI</info>
297 <return type='int' info="The URI port" field="port"/>
298 <arg name='URI' type='xmlURIPtr' info='the URI'/>
301 <info>Set the port part of an URI.</info>
303 <arg name='URI' type='xmlURIPtr' info='the URI'/>
304 <arg name='port' type='int' info='The URI port part'/>
306 <!-- xmlErrorPtr accessors -->
318 <info>human-readable informative error message</info>