DOM
PHP Manual

The DOMXPath class

Introdução

Supports XPath 1.0

Sinopse da classe

DOMXPath {
/* Properties */
/* Methods */
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 ] )
}

Propriedades

document

Prop description

Índice


DOM
PHP Manual