XMLReader::setParserProperty Set or Unset parser options &reftitle.description; XMLReader bool setParserProperty intproperty boolvalue Set or Unset parser option for the parser. The options must be set after xmlreader-open or xmlreader-xml are called and before the first xmlreader-read call. &reftitle.parameters; property One of the parser option constants. value If set to &true; the option will be enabled otherwise will be disabled. &reftitle.returnvalues; &return.success;