Lines Matching refs:XPath
5 * XPath is a language for addressing parts of an XML document,
38 * The set of XPath error codes.
145 * @obj: an XPath object
179 * @ctxt: an XPath parser context
182 * An XPath evaluation function, the parameters are on the XPath
200 * @ctxt: the XPath interpreter context
224 * @ctxt: the XPath interprestation context
227 * An XPath function.
238 * @ctxt: an XPath context
242 * Prototype for callbacks used to plug variable lookup in the XPath
245 * Returns the XPath object value or NULL if not found.
252 * @ctxt: an XPath context
256 * Prototype for callbacks used to plug function lookup in the XPath
259 * Returns the XPath function or NULL if not found.
266 * Flags for XPath engine compilation and runtime
294 * for an XPath evaluation so you may need to initialize it again
381 * Cache for reusal of XPath objects
392 * An XPath parser context. It contains pure parsing information,