XPath
final class XPath (View source)
Properties
Document | $document | ||
bool | $registerNodeNamespaces |
Methods
NodeList
evaluate(string $expression, Node|null $contextNode = null, bool $registerNodeNS = true)
No description
query(string $expression, Node|null $contextNode = null, bool $registerNodeNS = true)
No description
bool
registerNamespace(string $prefix, string $namespace)
No description
void
registerPhpFunctions(string|array|null $restrict = null)
No description
void
registerPhpFunctionNS(string $namespaceURI, string $name, callable $callable)
No description
static string
quote(string $str)
No description
Details
__construct(Document $document, bool $registerNodeNS = true)
No description
NodeList
evaluate(string $expression, Node|null $contextNode = null, bool $registerNodeNS = true)
No description
NodeList
query(string $expression, Node|null $contextNode = null, bool $registerNodeNS = true)
No description
bool
registerNamespace(string $prefix, string $namespace)
No description
void
registerPhpFunctions(string|array|null $restrict = null)
No description
void
registerPhpFunctionNS(string $namespaceURI, string $name, callable $callable)
No description
static string
quote(string $str)
No description