public setProperty(name as String, value as Object) as Void throws SAXNotRecognizedException, SAXNotSupportedException:
Sets a SAX property value.
| Parameter | Description |
|---|---|
name | Property URI. |
value | Property value, or null. |
parser.setProperty("http://xml.org/sax/properties/lexical-handler", handler)