The DOMXPath class

(PHP 5, PHP 7, PHP 8)

简介

Supports XPath 1.0

类摘要

classDOMXPath {
publicreadonlyDOMDocument$document;
public__construct(DOMDocument$document, bool$registerNodeNS = true)
publicevaluate(string$expression, ?DOMNode$contextNode = null, bool$registerNodeNS = true): mixed
publicquery(string$expression, ?DOMNode$contextNode = null, bool$registerNodeNS = true): mixed
publicregisterNamespace(string$prefix, string$namespace): bool
}

属性

document

registerNodeNamespaces

When set to true, namespaces in the node are registered.

更新日志

版本说明
8.0.0 The registerNodeNamespaces property has been added.

目录

To Top