circu.js
    Preparing search index...

    XML Parser Class

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    column: number

    Current column number in the XML document

    line: number

    Current line number in the XML document

    Methods

    • Parse XML data

      Parameters

      • data: string

        XML string to parse

      • OptionalisFinal: boolean

        Whether this is the final chunk (default: true)

      Returns boolean

      true if parsing succeeded, false otherwise

    • Reset the parser to initial state

      Parameters

      • Optionalencoding: string

        Optional encoding to use after reset

      Returns boolean

    • Stop the parser

      Returns void