DOM
PHP Manual

The DOMXPath class

Introduction

Supports XPath 1.0

Class synopsis

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

Properties

document

Prop description

Table of Contents


DOM
PHP Manual