@federicocarboni/saxe
    Preparing search index...

    Class SaxNamespaceParser

    A streaming SAX-style namespace-aware XML parser.

    SaxNamespaceParser works the same way as SaxParser except instead of plain strings it resolves namespace information and passes QName to the handler for element and attribute names.

    Additionally, document content handlers are provided with a NamespaceResolver to resolve namespaces and prefixes at the current element.

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Parses XML from input and notifies the handler of parsing events such as start tags, end tags and text content.

      Parameters

      • input: string | undefined = undefined

        A string containing the XML data to parse.

      • options: SaxParseOptions | undefined = undefined

      Returns void

      SaxError