DOM
PHP Manual

The DOMXPath class

(PHP 5)

Wstęp

Supports XPath 1.0

Krótki opis klasy

DOMXPath {
/* Właściwości */
/* Metody */
public __construct ( DOMDocument $doc )
public mixed evaluate ( string $expression [, DOMNode $contextnode [, bool $registerNodeNS = true ]] )
public DOMNodeList query ( string $expression [, DOMNode $contextnode [, bool $registerNodeNS = true ]] )
public bool registerNamespace ( string $prefix , string $namespaceURI )
public void registerPhpFunctions ([ mixed $restrict ] )
}

Właściwości

document

Prop description

Spis treści


DOM
PHP Manual