childNodes() public method

public childNodes ( $idx )
コード例 #1
0
 function childNodes($idx = -1)
 {
     return $this->root->childNodes($idx);
 }