Back to Seed Clases

libxml2


Classes

Interfaces

Structs

Unions

Enums

Struct libxml2.XPathContext

Import line: libxml2 = imports.gi.libxml2;
GIR File: libxml2-2.0.gir
C documentation: libxml2XPathContext
Struct : XPathContext
  Show / Hide Inherited methods, properties and signals
Expression evaluation occurs with respect to a context. he context consists of: - a node (the context node) - a node list (the context node list) - a set of variable bindings - a function library - the set of namespace declarations in scope for the expression Following the switch to hash tables, this need to be trimmed up at the next binary incompatible release. The node may be modified when the context is passed to libxml2 for an XPath evaluation so you may need to initialize it again before the next call.
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
libxml2
Method
libxml2.XPathEval (Number str, XPathContext ctx) : libxml2.XPathObject
Evaluate the XPath Location Path in the given context.
libxml2
Method
libxml2.XPathEvalExpression (Number str, XPathContext ctxt) : libxml2.XPathObject
Evaluate the XPath expression in the given context.
libxml2
Method
libxml2.XPtrEval (Number str, XPathContext ctx) : libxml2.XPathObject
Evaluate the XPath Location Path in the given context.
libxml2.XPathCompExpr
Method
XPathCompiledEval (XPathContext ctx) : libxml2.XPathObject
Evaluate the Precompiled XPath expression in the given context.
libxml2.XPathCompExpr
Method
XPathCompiledEvalToBoolean (XPathContext ctxt) : Number
Applies the XPath boolean() function on the result of the given compiled expression.
libxml2.XPathParserContext
Method
new libxml2.XPathParserContext.XPathNewParserContext (Number str, XPathContext ctxt) : libxml2.XPathParserContext
Create a new libxml2.XPathParserContext
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 08 2010 14:03:42 GMT+0800 (HKT)