C# 클래스 Upac.NantTasks.ParseXmlIncludes

상속: NAnt.Core.Task
파일 보기 프로젝트 열기: 1508/upac-for-umbraco

Private Properties

프로퍼티 타입 설명
ExpandProps string
FindElementIndex int
FindXPath string
LoadDocument System.Xml.XmlDocument

보호된 메소드들

메소드 설명
ExecuteTask ( ) : void

Executes the XML reading task.

비공개 메소드들

메소드 설명
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.

메소드 상세

ExecuteTask() 보호된 메소드

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