DOM
PHP Manual

Класс DOMXPath

(PHP 5, PHP 7)

Введение

Поддерживает XPath 1.0

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

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

Свойства

document

Содержание


DOM
PHP Manual