As of PHP 5.2.0, DOMXPath object implements XPath 1.0.
![]() |
|
||||||||||
|
DOMXPath->__construct()(no version information, might be only in CVS) DOMXPath->__construct() -- Creates a new DOMXPath objectDOMXPath->__construct()
Saulo Vallory
26-Jun-2007 03:23
The DOMXPath object doesn't create a reference to the document. If you load a new xml using either load, loadXML or loadHTML functions the DOMXPath object will still query and evaluate over the source in the DOMDocument when it was created.
|