Summary
Initializes all build attributes and child elements.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Filters - Containing Type
- FilterChain
Syntax
protected override void InitializeXml(XmlNode elementNode, PropertyDictionary properties, FrameworkInfo framework)
Remarks
NAnt.Core.Filters.FilterChain
needs to maintain the order in which the
filters are specified in the build file.
Parameters
Name | Type | Description |
---|---|---|
elementNode | XmlNode | |
properties | PropertyDictionary | |
framework | FrameworkInfo |
Return Value
Type | Description |
---|---|
void |