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