DOM
PHP Manual

DOMXPath クラス

(PHP 5)

導入

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

Prop description

目次


DOM
PHP Manual