Lines Matching refs:XPath
5 * XPath is a language for addressing parts of an XML document,
38 * The set of XPath error codes.
143 * @obj: an XPath object
177 * @ctxt: an XPath parser context
180 * An XPath evaluation function, the parameters are on the XPath
198 * @ctxt: the XPath interpreter context
222 * @ctxt: the XPath interprestation context
225 * An XPath function.
236 * @ctxt: an XPath context
240 * Prototype for callbacks used to plug variable lookup in the XPath
243 * Returns the XPath object value or NULL if not found.
250 * @ctxt: an XPath context
254 * Prototype for callbacks used to plug function lookup in the XPath
257 * Returns the XPath function or NULL if not found.
264 * Flags for XPath engine compilation and runtime
292 * for an XPath evaluation so you may need to initialize it again
379 * Cache for reusal of XPath objects
390 * An XPath parser context. It contains pure parsing informations,