C# 클래스 TrakHound.Tools.XML.Nodes

파일 보기 프로젝트 열기: TrakHound/TrakHound-Community

공개 메소드들

메소드 설명
Add ( XmlDocument doc, string xPath ) : XmlNode
Delete ( XmlDocument doc, string xPath ) : void

비공개 메소드들

메소드 설명
CreatePath ( XmlDocument doc, XmlNode parent, string xPath ) : XmlNode

메소드 상세

Add() 공개 정적인 메소드

public static Add ( XmlDocument doc, string xPath ) : XmlNode
doc System.Xml.XmlDocument
xPath string
리턴 System.Xml.XmlNode

Delete() 공개 정적인 메소드

public static Delete ( XmlDocument doc, string xPath ) : void
doc System.Xml.XmlDocument
xPath string
리턴 void