Table of Contents

Class XmlUtility

Namespace
NuGet.Packaging
Assembly
Chocolatey.NuGet.Packaging.dll
[Obsolete("This class is obsolete and will be removed in a future release.")]
public static class XmlUtility
Inheritance
XmlUtility
Inherited Members

Methods

LoadSafe(Stream)

public static XDocument LoadSafe(Stream input)

Parameters

input Stream

Returns

XDocument

LoadSafe(Stream, bool)

public static XDocument LoadSafe(Stream input, bool ignoreWhiteSpace)

Parameters

input Stream
ignoreWhiteSpace bool

Returns

XDocument