C# Class Macaw.XmlListTask

Inheritance: NAnt.Core.Task
Afficher le fichier Open project: 1508/upac-for-umbraco

Private Properties

Свойство Type Description
ExpandProps string
GetNodeContents string
LoadDocument System.Xml.XmlDocument

Méthodes protégées

Méthode Description
ExecuteTask ( ) : void

Executes the XML reading task.

Private Methods

Méthode Description
ExpandProps ( string result ) : string

Expands project properties in the string

GetNodeContents ( string xpath, XmlDocument document ) : string

Gets the contents of the list of nodes specified by the XPath expression.

LoadDocument ( string fileName ) : XmlDocument

Loads an XML document from a file on disk.

Method Details

ExecuteTask() protected méthode

Executes the XML reading task.
protected ExecuteTask ( ) : void
Résultat void