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

Sets a SAX property value.

Parameters
  • name Property URI.
  • value Property value, or `null`.
Throws
  • SAXNotRecognizedException if the property is unknown.
  • SAXNotSupportedException if the value type is invalid.
Example
parser.setProperty("http://xml.org/sax/properties/lexical-handler", handler)