Prelude API
    Preparing search index...

    Class XmlError

    A well-formedness or namespace error with the position where it was detected.

    Hierarchy

    • Error
      • XmlError
    Index
    • Parameters

      • message: string
      • offset: number
      • line: number
      • column: number

      Returns XmlError

    column: number

    One-based column, in UTF-16 code units.

    line: number

    One-based line.

    offset: number

    Zero-based offset into the (line-end normalized) input, in UTF-16 code units.