Php/docs/class.domxpath

提供:Dev Guides
< Php
2020年12月14日 (月) 10:40時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(PHP 5, PHP 7)

はじめに

XPath 1.0 をサポートします。


クラス概要


DOMXPath {

/* プロパティ */

public DOMDocument $document

/* メソッド */

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

}

プロパティ

document


目次