CML
    Preparing search index...

    Type Alias XmlParseOptions

    XML parsing options

    type XmlParseOptions = {
        includeParentElement?: boolean;
        keepComments?: boolean;
        keepWhitespace?: boolean;
        pos?: number;
    }
    Index

    Properties

    includeParentElement?: boolean
    keepComments?: boolean
    keepWhitespace?: boolean
    pos?: number