C# 클래스 SIM.XmlDocumentEx

상속: System.Xml.XmlDocument
파일 보기 프로젝트 열기: Sitecore/Sitecore-Instance-Manager 1 사용 예제들

공개 메소드들

메소드 설명
GetElementAttributeValue ( string xpath, string attributeName ) : string
Load ( [ filename ) : void
Merge ( XmlDocument target ) : XmlDocumentEx
Normalize ( string xml ) : string
Save ( ) : void
SetElementAttributeValue ( string xpath, string attributeName, string value ) : void
SetElementValue ( string xpath, string value ) : void
ToPrettyXmlString ( ) : string
XmlDocumentEx ( ) : System
XmlDocumentEx ( [ filePath ) : System

비공개 메소드들

메소드 설명
FixNotRootedXpathExpression ( string xpathExpr ) : string
LoadFile ( [ path ) : XmlDocumentEx
LoadFileSafe ( [ path ) : XmlDocumentEx
LoadXml ( string xml ) : XmlDocumentEx
Merge ( XmlElement source, XmlElement target, XmlElement elements = null ) : void

메소드 상세

GetElementAttributeValue() 공개 메소드

public GetElementAttributeValue ( string xpath, string attributeName ) : string
xpath string
attributeName string
리턴 string

Load() 공개 최종 메소드

public final Load ( [ filename ) : void
filename [
리턴 void

Merge() 공개 메소드

public Merge ( XmlDocument target ) : XmlDocumentEx
target XmlDocument
리턴 XmlDocumentEx

Normalize() 공개 정적인 메소드

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

Save() 공개 메소드

public Save ( ) : void
리턴 void

SetElementAttributeValue() 공개 메소드

public SetElementAttributeValue ( string xpath, string attributeName, string value ) : void
xpath string
attributeName string
value string
리턴 void

SetElementValue() 공개 메소드

public SetElementValue ( string xpath, string value ) : void
xpath string
value string
리턴 void

ToPrettyXmlString() 공개 메소드

public ToPrettyXmlString ( ) : string
리턴 string

XmlDocumentEx() 공개 메소드

public XmlDocumentEx ( ) : System
리턴 System

XmlDocumentEx() 공개 메소드

public XmlDocumentEx ( [ filePath ) : System
filePath [
리턴 System