DOM
PHP Manual

The DOMXPath class

소개

Supports XPath 1.0

클래스 개요

DOMXPath
DOMXPath {
/* Properties */
/* Methods */
__construct ( DOMDocument $doc )
mixed evaluate ( string $expression [, DOMNode $contextnode ] )
DOMNodeList query ( string $expression [, DOMNode $contextnode ] )
bool registerNamespace ( string $prefix , string $namespaceURI )
}

프로퍼티

document

Prop description

Table of Contents


DOM
PHP Manual