expat-wasm
    Preparing search index...

    Interface ParserOptions

    interface ParserOptions {
        base?: null | string;
        encoding?: XML_Encoding;
        expandInternalEntities?: boolean;
        separator?: string | symbol;
        systemEntity?: null | ReadEntity;
    }
    Index

    Properties

    base?: null | string

    Base URI for inclusions

    encoding?: XML_Encoding

    null will do content sniffing.

    expandInternalEntities?: boolean

    expand internal entities

    separator?: string | symbol

    the separator for namespace URI and element/attribute name. Use XmlParser.NO_NAMESPACES to get Expat's old, broken namespace non-implementation via XmlParserCreate instead of XmlParserCreateNS.

    systemEntity?: null | ReadEntity

    expand external entities using this callback