Xml.XPath.Context – libxml-2.0 Reference Manual
Context
Object Hierarchy:
Xml.XPath.Context
Xml.XPath.Context
Xml.XPath.Context
Description:
[
Compact
]
[
CCode
( cname =
"xmlXPathContext"
, free_function =
"xmlXPathFreeContext"
) ]
public
class
Context
Namespace:
Xml.XPath
Package:
libxml-2.0
Content:
Creation methods:
public
Context
(
unowned
Doc
* doc)
Methods:
public
unowned
Object
*
eval
(
string
str)
public
unowned
Object
*
eval_expression
(
string
str)
public
int
register_ns
(
string
prefix,
string
ns_uri)
public
int
set_cache
(
int
active,
int
value,
int
options)
Fields:
public
unowned
Doc
*
doc
public
unowned
Node
*
node
2022 vala-language.org