NXUnit Framework Class Library

XMLInput.CreateFromElement Method 

[This is preliminary documentation and subject to change.]

Use an XML element to initialize XMLInput. The element will be the root of the document in the returned XMLInput object.

public static XMLInput CreateFromElement(
   XmlElement input
);

Parameters

input
the XML element

Return Value

the XMLInput

See Also

XMLInput Class | NXUnit.Framework Namespace