La clase DOMXPath

(PHP 5, PHP 7)

Introducción

Soporta XPath 1.0

Sinopsis de la Clase

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

Propiedades

document

Tabla de contenidos