메소드 | 설명 | |
---|---|---|
GetNodeLocalizedText ( |
||
GetNodeText ( |
||
GetNodeTextBool ( |
||
GetNodeTextInt ( |
||
SelectLocalizedTextNode ( |
||
StringToInt ( string input ) : int | ||
VerifyFileInfo ( |
||
WriteDocumentEnd ( |
||
WriteDocumentStart ( |
||
WriteFileInfo ( |
||
WriteNodeText ( |
||
WriteNodeTextBool ( |
||
WriteNodeTextInt ( |
public static GetNodeLocalizedText ( |
||
parentNode | ||
nodeName | string | |
cultureInfo | ||
리턴 | string |
public static GetNodeText ( |
||
parentNode | ||
nodeName | string | |
리턴 | string |
public static GetNodeTextBool ( |
||
parentNode | ||
nodeName | string | |
리턴 | bool |
public static GetNodeTextInt ( |
||
parentNode | ||
nodeName | string | |
리턴 | int |
public static SelectLocalizedTextNode ( |
||
parentNode | ||
cultureInfo | ||
리턴 |
public static VerifyFileInfo ( |
||
xmlDocument | ||
expectedFileType | string | |
expectedFileTypeVersion | System.Version | |
리턴 | System.Version |
public static WriteDocumentEnd ( |
||
xmlTextWriter | ||
리턴 | void |
public static WriteDocumentStart ( |
||
xmlTextWriter | ||
리턴 | void |
public static WriteFileInfo ( |
||
xmlTextWriter | ||
fileType | string | |
fileTypeVersion | System.Version | |
리턴 | void |
public static WriteNodeText ( |
||
xmlWriter | ||
nodeName | string | |
text | string | |
리턴 | void |
public static WriteNodeTextBool ( |
||
xmlWriter | ||
nodeName | string | |
value | bool | |
리턴 | void |
public static WriteNodeTextInt ( |
||
xmlWriter | ||
nodeName | string | |
value | int | |
리턴 | void |