expat-wasm
    Preparing search index...

    Interface ParserOptions

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

    Properties

    base?: string | null

    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?: ReadEntity | null

    expand external entities using this callback