org.xml.sax.XMLReader.setProperty
method
public setProperty(name as String, value as Object) as Void throws SAXNotRecognizedException, SAXNotSupportedException
Description

Sets the current value of a property.

Parameters
  • name Fully-qualified property URI.
  • value Requested property value.
Throws
  • SAXNotRecognizedException if the property is unknown.
  • SAXNotSupportedException if the value cannot be set.
Example
reader.setProperty("http://xml.org/sax/properties/lexical-handler", handler)