Example #1
0
 public function parserError()
 {
     $this->parser->parserError();
 }
Example #2
0
 public function parse($xmlString)
 {
     return !NativeParser::isBiggerThanParseLimit($xmlString) ? $this->nativeParser->parse($xmlString) : $this->xmlReaderParser->parse($xmlString);
 }