Definition at line 594 of file inc.xml5compliance.php.
◆ __construct()
php4DOMNodelist::__construct |
( |
|
$aDOMNodelist | ) |
|
Definition at line 599 of file inc.xml5compliance.php.
600 {
601 $this->myDOMNodelist=$aDOMNodelist;
602 $this->nodeset=array();
603 $i=0;
604 while ($node=$this->myDOMNodelist->item($i))
605 {
607 $i++;
608 }
609 }
◆ php4DOMNodelist()
php4DOMNodelist::php4DOMNodelist |
( |
|
$aDOMNodelist | ) |
|
Definition at line 526 of file inc.xml5compliance.php.
527 {
528 $this->myDOMNodelist=$aDOMNodelist;
529 $this->nodeset=array();
530 $i=0;
531 while ($node=$this->myDOMNodelist->item($i))
532 {
534 $i++;
535 }
536 }
◆ $myDOMNodelist
php4DOMNodelist::$myDOMNodelist |
◆ $nodeset
php4DOMNodelist::$nodeset |
The documentation for this class was generated from the following files: