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

Returns the current feature value.

Parameters
ParameterDescription
nameFeature URI.
Returns

Current feature value.

Throws
  • SAXNotRecognizedException if the feature is unknown.
  • SAXNotSupportedException if this operation fails with SAXNotSupportedException.
Example
namespaces = parser.getFeature("http://xml.org/sax/features/namespaces")