ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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 612 of file inc.xml5compliance.php.

Constructor & Destructor Documentation

◆ __construct()

php4DOMXPath::__construct (   $dom_document)

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

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

Member Function Documentation

◆ php4DOMXPath()

php4DOMXPath::php4DOMXPath (   $dom_document)

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

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

◆ query() [1/2]

php4DOMXPath::query (   $eval_str)

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

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

◆ query() [2/2]

php4DOMXPath::query (   $eval_str)

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

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

◆ xpath_eval() [1/2]

php4DOMXPath::xpath_eval (   $eval_str)

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

618 {
619 return xpath_eval($this, $eval_str);
620 }
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 544 of file inc.xml5compliance.php.

545 {
546 return xpath_eval($this, $eval_str);
547 }

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 632 of file inc.xml5compliance.php.

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

◆ xpath_register_ns() [2/2]

php4DOMXPath::xpath_register_ns (   $prefix,
  $namespaceURI 
)

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

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

Field Documentation

◆ $myDOMXPath

php4DOMXPath::$myDOMXPath

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


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