Php/docs/class.domxpath

来自菜鸟教程
跳转至:导航、​搜索

(PHP 5, PHP 7)

简介

Supports 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


Table of Contents