XMLReader::setParserPropertySet or Unset parser options
&reftitle.description;
XMLReaderboolsetParserPropertyintpropertyboolvalue
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;