Public Member Functions | Data Fields

php4DOMXPath Class Reference

Public Member Functions

 xpath_eval ($eval_str)
 php4DOMXPath ($dom_document)
 query ($eval_str)
 xpath_register_ns ($prefix, $namespaceURI)

Data Fields

 $myDOMXPath

Detailed Description

Definition at line 539 of file inc.xml5compliance.php.


Member Function Documentation

php4DOMXPath::php4DOMXPath ( dom_document  ) 

Definition at line 549 of file inc.xml5compliance.php.

        {
                $this->myDOMXPath=new DOMXPath($dom_document->myDOMDocument);
        }

php4DOMXPath::query ( eval_str  ) 

Definition at line 554 of file inc.xml5compliance.php.

        {
                return new php4DOMNodelist($this->myDOMXPath->query($eval_str));
        }

php4DOMXPath::xpath_eval ( eval_str  ) 

Definition at line 544 of file inc.xml5compliance.php.

        {
                return xpath_eval($this, $eval_str);
        }

php4DOMXPath::xpath_register_ns ( prefix,
namespaceURI 
)

Definition at line 559 of file inc.xml5compliance.php.

        {
                return $this->myDOMXPath->registerNamespace($prefix,$namespaceURI);
        }


Field Documentation

php4DOMXPath::$myDOMXPath

Definition at line 541 of file inc.xml5compliance.php.


The documentation for this class was generated from the following file: