C# 클래스 ApprovalUtilities.Xml.XmlUtils

파일 보기 프로젝트 열기: approvals/ApprovalTests.Net

공개 메소드들

메소드 설명
FormatXml ( string xml, bool safe ) : string
FormatXmlWithOrderedAttributes ( string xml ) : string
SortAttributes ( System.Xml.Linq.XElement xElement ) : void

메소드 상세

FormatXml() 공개 정적인 메소드

public static FormatXml ( string xml, bool safe ) : string
xml string
safe bool
리턴 string

FormatXmlWithOrderedAttributes() 공개 정적인 메소드

public static FormatXmlWithOrderedAttributes ( string xml ) : string
xml string
리턴 string

SortAttributes() 공개 정적인 메소드

public static SortAttributes ( System.Xml.Linq.XElement xElement ) : void
xElement System.Xml.Linq.XElement
리턴 void