ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
php4DOMXPath Class Reference
+ Collaboration diagram for php4DOMXPath:

Public Member Functions

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

Data Fields

 $myDOMXPath
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

php4DOMXPath::__construct (   $dom_document)

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

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

Member Function Documentation

◆ php4DOMXPath()

php4DOMXPath::php4DOMXPath (   $dom_document)

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

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

◆ query() [1/2]

php4DOMXPath::query (   $eval_str)

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

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

◆ query() [2/2]

php4DOMXPath::query (   $eval_str)

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

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

◆ xpath_eval() [1/2]

php4DOMXPath::xpath_eval (   $eval_str)

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

573 {
574 return xpath_eval($this, $eval_str);
575 }
xpath_eval($eval_str)

References xpath_eval().

Referenced by xpath_eval().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ xpath_eval() [2/2]

php4DOMXPath::xpath_eval (   $eval_str)

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

510 {
511 return xpath_eval($this, $eval_str);
512 }

References xpath_eval().

+ Here is the call graph for this function:

◆ xpath_register_ns() [1/2]

php4DOMXPath::xpath_register_ns (   $prefix,
  $namespaceURI 
)

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

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

◆ xpath_register_ns() [2/2]

php4DOMXPath::xpath_register_ns (   $prefix,
  $namespaceURI 
)

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

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

Field Documentation

◆ $myDOMXPath

php4DOMXPath::$myDOMXPath

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


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