Lines Matching full:xpath
4 * used to build new modules on top of XPath like XPointer and
16 #include <libxml/xpath.h>
36 * @ctxt: an XPath parser context
47 * @ctxt: an XPath parser context
56 * @ctxt: an XPath parser context
65 * @ctxt: an XPath parser context
67 * Get the error code of an XPath context.
75 * @ctxt: an XPath parser context
77 * Check if an XPath error was raised.
85 * @ctxt: an XPath parser context
87 * Get the document of an XPath context.
95 * @ctxt: an XPath parser context
97 * Get the context node of an XPath context.
116 * @ctxt: an XPath parser context
126 * @ctxt: an XPath parser context
134 * @ctxt: an XPath parser context
142 * @ctxt: an XPath parser context
152 * @ctxt: an XPath parser context
162 * @ctxt: an XPath parser context
171 * @ctxt: an XPath parser context
181 * @ctxt: an XPath parser context
190 * @ctxt: an XPath parser context
200 * @ctxt: an XPath parser context
202 * Check if the current value on the XPath stack is a node set or
214 * @ctxt: an XPath parser context
216 * Checks if the current value on the XPath stack is an external
237 * Macro to return from the function if an XPath error was detected.
245 * Macro to return 0 from the function if an XPath error was detected.
254 * Macro to raise an XPath error and return.
263 * Macro to raise an XPath error and return 0.
270 * @typeval: the XPath type
272 * Macro to check that the value on top of the XPath stack is of a given
281 * @typeval: the XPath type
283 * Macro to check that the value on top of the XPath stack is of a given
294 * Macro to check that the number of args passed to an XPath function matches.
306 * Macro to try to cast the value on the top of the XPath stack to a string.
315 * Macro to try to cast the value on the top of the XPath stack to a number.
324 * Macro to try to cast the value on the top of the XPath stack to a boolean.
472 * Utilities to extend XPath.
593 * The official core of XPath functions.