xpath.h
Función xmlXPathEvalExpression
Sintaxis
XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPathEvalExpression( const xmlChar *str, xmlXPathContextPtr ctxt);
Descripción
Alias para xmlXPathEval().
Parámetros
- str
- La expresión XPath.
- ctxt
- El contexto XPath.
Valor de retorno
El xmlXPathObjectPtr resultante de la evaluación o NULL. El proceso que llama es el responsable de liberar el objeto.