示例#1
0
 protected function parseText(dom\text $node, $bTrim = true)
 {
     $this->throwException('Mixed element (element and text) or multiple text node not allowed here', array($node->getParent()->asToken()));
 }