@bipsync/ews-javascript-api
Version:
EWS Managed api in JavaScript
9 lines (8 loc) • 684 B
JavaScript
// class SafeXmlDocument extends System.Xml.XmlDocument {
// private settings: any /*System.Xml.XmlReaderSettings*/;
// Load(inStream: any /*System.IO.Stream*/): void{ throw new Error("SafeXmlDocument.ts - Load : Not implemented.");}
// //Load(filename: string): void{ throw new Error("SafeXmlDocument.ts - Load : Not implemented.");}
// //Load(txtReader: any /*System.IO.TextReader*/): void{ throw new Error("SafeXmlDocument.ts - Load : Not implemented.");}
// //Load(reader: any /*System.Xml.XmlReader*/): void{ throw new Error("SafeXmlDocument.ts - Load : Not implemented.");}
// LoadXml(xml: string): void{ throw new Error("SafeXmlDocument.ts - LoadXml : Not implemented.");}
//}