Example #1
0
 /**
  * 指定された Context にこのノードを処理させます.
  * {@link Context::handleNodeList()} を呼び出します.
  * @param Context $context
  */
 public function accept(Context $context)
 {
     $context->handleNodeList($this);
 }