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

Returns a SAX property value.

Parameters
  • name Property URI.
Returns

Property value, or null.

Throws
  • SAXNotRecognizedException if the property is unknown.
  • SAXNotSupportedException if this operation fails with `SAXNotSupportedException`.
Example
lexical = parser.getProperty("http://xml.org/sax/properties/lexical-handler")