NXUnit Framework Class Library

XMLInput Methods

The methods of the XMLInput class are listed below. For a complete list of XMLInput class members, see the XMLInput Members topic.

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 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