C# 클래스 Macaw.XmlListTask

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

Private Properties

프로퍼티 타입 설명
ExpandProps string
GetNodeContents string
LoadDocument System.Xml.XmlDocument

보호된 메소드들

메소드 설명
ExecuteTask ( ) : void

Executes the XML reading task.

비공개 메소드들

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

메소드 상세

ExecuteTask() 보호된 메소드

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