DOMXPath クラス

(PHP 5, PHP 7, PHP 8)

はじめに

XPath 1.0 をサポートします。

クラス概要

class DOMXPath {
/* プロパティ */
/* メソッド */
public __construct(DOMDocument $document, bool $registerNodeNS = true)
public evaluate(string $expression, ?DOMNode $contextNode = null, bool $registerNodeNS = true): mixed
public query(string $expression, ?DOMNode $contextNode = null, bool $registerNodeNS = true): mixed
public registerNamespace(string $prefix, string $namespace): bool
public registerPhpFunctions(string|array|null $restrict = null): void
}

プロパティ

document

目次