|
DOMXPath クラスはじめにXPath 1.0 をサポートします。 クラス概要
DOMXPath
/* プロパティ */
public
readonly
DOMDocument
$document;
public
bool
$registerNodeNamespaces;
/* メソッド */
public __construct(DOMDocument
$document , bool $registerNodeNS = true )public mixed evaluate(string
$expression , DOMNodenull $contextNode = null , bool $registerNodeNS = true )public mixed query(string
$expression , DOMNodenull $contextNode = null , bool $registerNodeNS = true )public static string quote(string
$str )public bool registerNamespace(string
$prefix , string $namespace )public void registerPhpFunctions(stringarraynull
$restrict = null )プロパティ
変更履歴
|