IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
An object implementing IXmlNodeBuilder is able to build an XML representation of itself and any children. More...
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... | |
An object implementing IXmlNodeBuilder is able to build an XML representation of itself and any children.
TNode NUnit.Framework.Interfaces.IXmlNodeBuilder.ToXml | ( | bool | recursive | ) |
Returns a TNode representing the current object.
recursive | If true, children are included where applicable |
Implemented in NUnit.Framework.Internal.Test, NUnit.Framework.Internal.TestFilter, NUnit.Framework.Internal.TestResult, and NUnit.Framework.Internal.PropertyBag.
Referenced by NUnit.Framework.Internal.TestProgressReporter.TestFinished(), NUnitLite.NUnit3XmlOutputWriter.WriteTestFile(), and NUnitLite.NUnit3XmlOutputWriter.WriteXmlResultOutput().
Returns a TNode representing the current object after adding it as a child of the supplied parent node.
parentNode | The parent node. |
recursive | If true, children are included, where applicable |
Implemented in NUnit.Framework.Internal.Test, NUnit.Framework.Internal.TestFilter, NUnit.Framework.Internal.TestResult, NUnit.Framework.Internal.TestSuite, NUnit.Framework.Internal.TestFilter.EmptyFilter, NUnit.Framework.Internal.PropertyBag, NUnit.Framework.Internal.TestMethod, NUnit.Framework.Internal.Filters.NotFilter, NUnit.Framework.Internal.Filters.ValueMatchFilter, NUnit.Framework.Internal.Filters.PropertyFilter, NUnit.Framework.Internal.Filters.CompositeFilter, and NUnit.Framework.Attributes.TestDummy.
Referenced by NUnit.Framework.Internal.Filters.CompositeFilter.AddToXml().