DOM
PHP Manual

La clase DOMXPath

Introducción

Soporta XPath 1.0

Clases sinopsis

DOMXPath {
/* Propiedades */
/* Métodos */
mixed DOMXPath::evaluate ( string $expression [, DOMNode $contextnode [, boolean $registerNodeNS = true ]] )
DOMNodeList DOMXPath::query ( string $expression [, DOMNode $contextnode [, boolean $registerNodeNS = true ]] )
bool DOMXPath::registerNamespace ( string $prefix , string $namespaceURI )
public void DOMXPath::registerPhpFunctions ([ mixed $restrict ] )
}

Propiedades

document

Prop description

Table of Contents


DOM
PHP Manual