NXUnit Framework Class Library

XMLInput Members

XMLInput overview

Public Static Methods

CreateFromElement Use an XML element to initialize XMLInput. The element will be the root of the document in the returned XMLInput object.
CreateFromFile Use an XML file to initialize XMLInput.
CreateFromReader Use an TextReader to initialize XMLInput.
CreateFromStream Use an stream to initialize XMLInput.
CreateFromString Use an XML string to initialize XMLInput.
CreateInput Directly use an XmlDocument to initialize XMLInput.

Public Instance Properties

Input The Content of this input.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

XMLInput Class | NXUnit.Framework Namespace | XMLAssert