public setFeature(name as String, value as Boolean) as Void throws SAXNotRecognizedException, SAXNotSupportedException
Sets the current value of a feature flag.
| Parameter | Description |
|---|---|
name | Fully-qualified feature URI. |
value | Requested feature value. |
reader.setFeature("http://xml.org/sax/features/namespaces", true)