public setFeature(name as String, value as Boolean) as Void throws SAXNotRecognizedException, SAXNotSupportedException:
Sets a feature value.
| Parameter | Description |
|---|---|
name | Feature URI. |
value | Requested value. |
parser.setFeature("http://xml.org/sax/features/namespace-prefixes", true)