DOM
PHP Manual

The DOMXPath class

Введение

Supports XPath 1.0

Обзор классов

DOMXPath {
/* Свойства */
/* Методы */
mixed DOMXPath::evaluate ( string $expression [, DOMNode $contextnode [, bool $registerNodeNS = true ]] )
DOMNodeList DOMXPath::query ( string $expression [, DOMNode $contextnode [, bool $registerNodeNS = true ]] )
bool DOMXPath::registerNamespace ( string $prefix , string $namespaceURI )
public void DOMXPath::registerPhpFunctions ([ mixed $restrict ] )
}

Свойства

document

Prop description

Содержание


DOM
PHP Manual