XmlUtility Class

FOR INTERNAL USE ONLY.

Helper functions for reading/writing/loading of XML documents.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.TestManagement.Common.Internal.XmlUtility

Namespace:  Microsoft.TeamFoundation.TestManagement.Common.Internal
Assembly:  Microsoft.TeamFoundation.TestManagement.Common (in Microsoft.TeamFoundation.TestManagement.Common.dll)

Syntax

'Declaration
Public NotInheritable Class XmlUtility
public static class XmlUtility
public ref class XmlUtility abstract sealed
[<AbstractClass>]
[<Sealed>]
type XmlUtility =  class end
public final class XmlUtility

The XmlUtility type exposes the following members.

Methods

  Name Description
Public methodStatic member CreateSafeReader(Stream)
Public methodStatic member CreateSafeReader(TextReader)
Public methodStatic member CreateSafeXmlTextReader(Stream)
Public methodStatic member CreateSafeXmlTextReader(TextReader)
Public methodStatic member LoadXmlDocumentFromFile
Public methodStatic member LoadXmlDocumentFromStream
Public methodStatic member LoadXmlDocumentFromString
Public methodStatic member LoadXmlDocumentFromTextReader

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Common.Internal Namespace