C# 클래스 Gammtek.Conduit.Xml.Dynamic.XmlNamespaceRemover

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 메소드들

메소드 설명
RemoveAllNamespaces ( System.Xml.Linq.XDocument xDocumentSource ) : System.Xml.Linq.XDocument
RemoveAllNamespaces ( System.Xml.Linq.XElement xElementSource ) : System.Xml.Linq.XElement
RemoveAllNamespaces ( System.Xml.Linq.XDocument &xDocumentSource ) : void
RemoveAllNamespaces ( System.Xml.Linq.XElement &xElementSource ) : void

비공개 메소드들

메소드 설명
XmlNamespaceRemover ( ) : System.IO

메소드 상세

RemoveAllNamespaces() 공개 정적인 메소드

public static RemoveAllNamespaces ( System.Xml.Linq.XDocument xDocumentSource ) : System.Xml.Linq.XDocument
xDocumentSource System.Xml.Linq.XDocument
리턴 System.Xml.Linq.XDocument

RemoveAllNamespaces() 공개 정적인 메소드

public static RemoveAllNamespaces ( System.Xml.Linq.XElement xElementSource ) : System.Xml.Linq.XElement
xElementSource System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement

RemoveAllNamespaces() 공개 정적인 메소드

public static RemoveAllNamespaces ( System.Xml.Linq.XDocument &xDocumentSource ) : void
xDocumentSource System.Xml.Linq.XDocument
리턴 void

RemoveAllNamespaces() 공개 정적인 메소드

public static RemoveAllNamespaces ( System.Xml.Linq.XElement &xElementSource ) : void
xElementSource System.Xml.Linq.XElement
리턴 void