C# 클래스 AgGateway.ADAPT.ISOv4Plugin.Extensions.XmlExtensions

파일 보기 프로젝트 열기: ADAPT/ISOv4Plugin

공개 메소드들

메소드 설명
GetXmlAttribute ( this xmlNode, string xPath ) : string
GetXmlNodeValue ( this xmlNode, string xPath ) : string
LoadActualNodes ( this xmlNode, string externalNodeTag, string baseFolder ) : XmlNodeList
WriteXmlAttribute ( this writer, string attributeName, string attributeValue ) : void

메소드 상세

GetXmlAttribute() 공개 정적인 메소드

public static GetXmlAttribute ( this xmlNode, string xPath ) : string
xmlNode this
xPath string
리턴 string

GetXmlNodeValue() 공개 정적인 메소드

public static GetXmlNodeValue ( this xmlNode, string xPath ) : string
xmlNode this
xPath string
리턴 string

LoadActualNodes() 공개 정적인 메소드

public static LoadActualNodes ( this xmlNode, string externalNodeTag, string baseFolder ) : XmlNodeList
xmlNode this
externalNodeTag string
baseFolder string
리턴 System.Xml.XmlNodeList

WriteXmlAttribute() 공개 정적인 메소드

public static WriteXmlAttribute ( this writer, string attributeName, string attributeValue ) : void
writer this
attributeName string
attributeValue string
리턴 void