InterfaceXmlStringCleanerInterface

interface XmlStringCleanerInterface {
    clean(xml: string): string;
}

Implemented by

Methods

Methods

  • Parameters

    • xml: string

    Returns string