C# Class Upac.NantTasks.ParseXmlIncludes

Inheritance: NAnt.Core.Task
Mostra file Open project: 1508/upac-for-umbraco

Private Properties

Property Type Description
ExpandProps string
FindElementIndex int
FindXPath string
LoadDocument System.Xml.XmlDocument

Protected Methods

Method Description
ExecuteTask ( ) : void

Executes the XML reading task.

Private Methods

Method Description
ExpandProps ( string result ) : string

Expands project properties in the string

FindElementIndex ( XmlElement element ) : int
FindXPath ( XmlNode node ) : string
LoadDocument ( string fileName ) : XmlDocument

Loads an XML document from a file on disk.

Method Details

ExecuteTask() protected method

Executes the XML reading task.
protected ExecuteTask ( ) : void
return void