DOMXPATH(3) 1 DOMXPATH(3)
The DOMXPath class
INTRODUCTION
Supports XPath 1.0
CLASS SYNOPSIS
DOMXPath
DOMXPath
Properties
o public DOMDocument$document
Methods
o public DOMXPath::__construct (DOMDocument $doc)
o public mixed DOMXPath::evaluate (string $expression, [DOMNode $contextnode], [bool $registerNodeNS = true])
o public DOMNodeList DOMXPath::query (string $expression, [DOMNode $contextnode], [bool $registerNodeNS = true])
o public bool DOMXPath::registerNamespace (string $prefix, string $namespaceURI)
o public void DOMXPath::registerPhpFunctions ([mixed $restrict])
PROPERTIES
o $document
-
PHP Documentation Group DOMXPATH(3)