1# Interface: SAXParserOptions 2 3### Properties 4 5* [sourceCodeLocationInfo](#locationinfo) 6 7--- 8 9## Properties 10 11<a id="locationinfo"></a> 12 13### `<Optional>` sourceCodeLocationInfo 14 15**● sourceCodeLocationInfo**: *`boolean`* 16 17Enables source code location information for the tokens. When enabled, each token will have 18`sourceCodeLocation` property. 19 20___ 21