klyn.io.xml.sax.SAXParser.setLocale
method
public setLocale(locale as Locale) as Void throws SAXException:
Description

Accepts a preferred diagnostics locale.

Parameters
  • locale Preferred locale.
Throws
  • SAXException if XML parsing fails or a SAX handler reports an unrecoverable condition.
Example
parser.setLocale(Locale.default)