libxml2-wasm
    Preparing search index...

    Type Alias XmlC14NIsVisibleCallback

    XmlC14NIsVisibleCallback: (node: XmlNode, parent: XmlNode | null) => boolean

    Callback to determine if a node should be included in canonicalization.

    Type Declaration

      • (node: XmlNode, parent: XmlNode | null): boolean
      • Parameters

        • node: XmlNode

          The node being evaluated

        • parent: XmlNode | null

          The parent of the node being evaluated

        Returns boolean

        true if the node should be included, false otherwise