IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Interfaces.IXmlNodeBuilder Interface Reference

An object implementing IXmlNodeBuilder is able to build an XML representation of itself and any children. More...

+ Inheritance diagram for NUnit.Framework.Interfaces.IXmlNodeBuilder:

Public Member Functions

TNode ToXml (bool recursive)
 Returns a TNode representing the current object. More...
 
TNode AddToXml (TNode parentNode, bool recursive)
 Returns a TNode representing the current object after adding it as a child of the supplied parent node. More...
 

Detailed Description

An object implementing IXmlNodeBuilder is able to build an XML representation of itself and any children.

Member Function Documentation

TNode NUnit.Framework.Interfaces.IXmlNodeBuilder.ToXml ( bool  recursive)

The documentation for this interface was generated from the following file: