public setProperty(name as String, value as Object) as Void throws SAXNotRecognizedException, SAXNotSupportedException
Sets the current value of a property.
| Parameter | Description |
|---|---|
name | Fully-qualified property URI. |
value | Requested property value. |
reader.setProperty("http://xml.org/sax/properties/lexical-handler", handler)