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