Summary
An object implementing IXmlNodeBuilder is able to build
an XmlResult representation of itself and any children.
Note that the interface refers to the implementation
of XmlNode in the TCLite.Api namespace.
- Namespace
- TCLite
.Interfaces - Implementing Types
graph BT
Type["IXmlNodeBuilder"]
class Type type-node
Implementing0["ITest"]-.->Type
click Implementing0 "/tc-lite/api/TCLite.Interfaces/ITest"
Implementing1["ITestFilter"]-.->Type
click Implementing1 "/tc-lite/api/TCLite.Interfaces/ITestFilter"
Implementing2["ITestResult"]-.->Type
click Implementing2 "/tc-lite/api/TCLite.Interfaces/ITestResult"
Implementing3["IPropertyBag"]-.->Type
click Implementing3 "/tc-lite/api/TCLite.Interfaces/IPropertyBag"
Syntax
public interface IXmlNodeBuilder
Methods
Name | Value | Summary |
---|---|---|
AddToXml |
XmlNode |
Returns an XmlNode representing the current object after
adding it as a child of the supplied parent node.
|
ToXml |
XmlNode |
Returns an XmlNode representing the current object.
|