Interface SAXParserOptions

interface SAXParserOptions {
    sourceCodeLocationInfo?: boolean;
}

Properties

sourceCodeLocationInfo?: boolean

Enables source code location information for tokens.

When enabled, each token will have a sourceCodeLocation property.

Generated using TypeDoc