DOM
PHP Manual

The DOMXPath class

(PHP 5)

Introduction

Supports XPath 1.0

Class synopsis

DOMXPath {
/* Properties */
/* Methods */
public mixed DOMXPath::evaluate ( string $expression [, DOMNode $contextnode [, bool $registerNodeNS = true ]] )
public DOMNodeList DOMXPath::query ( string $expression [, DOMNode $contextnode [, bool $registerNodeNS = true ]] )
public bool DOMXPath::registerNamespace ( string $prefix , string $namespaceURI )
public void DOMXPath::registerPhpFunctions ([ mixed $restrict ] )
}

Properties

document

Prop description

Table of Contents


DOM
PHP Manual