klyn.io.xml.sax.SAXParser.setFeature
method
public setFeature(name as String, value as Boolean) as Void throws SAXNotRecognizedException, SAXNotSupportedException:
Description

Sets a feature value.

Parameters
  • name Feature URI.
  • value Requested value.
Throws
  • SAXNotRecognizedException if the feature is unknown.
  • SAXNotSupportedException if enabling the feature is unsupported.
Example
parser.setFeature("http://xml.org/sax/features/namespace-prefixes", true)