Property | Type | Description |
---|
Method | Description | |
---|---|---|
Save ( string filename ) : void |
Save content of current object to the specified file.
|
|
ToString ( ) : string |
문서 내용을 Xml Text로 변환한다.
|
|
ToString ( System enc ) : string |
문서 내용을 Xml Text로 변환한다.
|
Method | Description | |
---|---|---|
XdsDocumentBase ( ) : System |
Constructor
|
|
XdsDocumentBase ( XmlDataDirectionKind direction ) : System |
Initialize a new instance of XdsDocumentBase with direction
|
public Save ( string filename ) : void | ||
filename | string | Full path of file to save. |
return | void |
public ToString ( System enc ) : string | ||
enc | System | Encoding 방식 |
return | string |
protected XdsDocumentBase ( XmlDataDirectionKind direction ) : System | ||
direction | XmlDataDirectionKind | direction of this instance. |
return | System |