org.xml.sax.XMLReader.getProperty
method
public getProperty(name as String) as Object throws SAXNotRecognizedException, SAXNotSupportedException
Description

Returns the current value of a property.

Parameters
  • name Fully-qualified property URI.
Returns

Current property value.

Throws
  • SAXNotRecognizedException if the property is unknown.
  • SAXNotSupportedException if the value is not available now.
Example
handler = reader.getProperty("http://xml.org/sax/properties/lexical-handler")