@rgrove/parse-xml - v5.0.0
    Preparing search index...

    Class XmlError

    An error that occurred while parsing XML.

    Hierarchy

    • Error
      • XmlError
    Index
    • Parameters

      • message: string
      • charIndex: number
      • xml: string

      Returns XmlError

    column: number

    Character column at which this error occurred (1-based).

    excerpt: string

    Short excerpt from the input string that contains the problem.

    line: number

    Line number at which this error occurred (1-based).

    message: string
    name: string
    pos: number

    Character position at which this error occurred relative to the beginning of the input (0-based).

    stack?: string