예제 #1
0
 /**
  * この要素が持つ子要素の個数を返します.
  * @return int 子要素の個数
  */
 public function size()
 {
     return $this->childNodes->size();
 }