Fonctions membres publiques | |
XPathExpression | createExpression (const DOMString &expression, const XPathNSResolver &resolver) const |
XPathResult | createResult () const |
XPathNSResolver | createNSResolver (const Node &node_resolver) const |
XPathResult | evaluate (const DOMString &expression, const Node &context_node, const XPathNSResolver &resolver, UShort type, const XPathResult &result) const |
XPathResult | evaluateExpression (const XPathExpression &expression, const Node &context_node, UShort type, const XPathResult &result) const |
XPathExpression Arcane::dom::XPathEvaluator::createExpression | ( | const DOMString & | expression, |
const XPathNSResolver & | resolver | ||
) | const |
Définition à la ligne 3593 du fichier DomLibXml2.cc.
XPathNSResolver Arcane::dom::XPathEvaluator::createNSResolver | ( | const Node & | node_resolver | ) | const |
Définition à la ligne 3607 du fichier DomLibXml2.cc.
XPathResult Arcane::dom::XPathEvaluator::createResult | ( | ) | const |
Définition à la ligne 3601 du fichier DomLibXml2.cc.
XPathResult Arcane::dom::XPathEvaluator::evaluate | ( | const DOMString & | expression, |
const Node & | context_node, | ||
const XPathNSResolver & | resolver, | ||
UShort | type, | ||
const XPathResult & | result | ||
) | const |
Définition à la ligne 3614 du fichier DomLibXml2.cc.
XPathResult Arcane::dom::XPathEvaluator::evaluateExpression | ( | const XPathExpression & | expression, |
const Node & | context_node, | ||
UShort | type, | ||
const XPathResult & | result | ||
) | const |
Définition à la ligne 3626 du fichier DomLibXml2.cc.