Method | Description | |
---|---|---|
CompatStringToResolution ( String s ) : |
||
DeserializeFromXML ( object obj, |
||
GetAttributeInt ( |
||
GetAttributeString ( |
||
GetChildNodes ( |
Wrapper function for SelectSingleNode that throws an exception mentioning the node name if it is not found. Returns the node's children if successful.
|
|
GetElementString ( |
Wrapper function for SelectSingleNode that throws an exception mentioning the node name if it is not found. Returns the node text if successful.
|
|
GetElementStringOrDefault ( |
Wrapper function for SelectSingleNode that returns the node text or some default text if it does not exist.
|
|
ResolutionToCompatString ( |
||
SerializeToXML ( object obj, |
||
SerializeToXML ( object obj, |
public static CompatStringToResolution ( String s ) : |
||
s | String | |
return |
public static DeserializeFromXML ( object obj, |
||
obj | object | |
node | ||
return | void |
public static GetAttributeInt ( |
||
node | ||
attrName | string | |
return | int |
public static GetAttributeString ( |
||
node | ||
attrName | string | |
return | string |
public static GetChildNodes ( |
||
parent | ||
elementName | string | |
return |
public static GetElementString ( |
||
node | ||
elementName | string | |
return | string |
public static GetElementStringOrDefault ( |
||
node | ||
elementName | string | |
defaultValue | string | |
return | string |
public static ResolutionToCompatString ( |
||
size | ||
return | String |
public static SerializeToXML ( object obj, |
||
obj | object | |
writer | ||
return | void |
public static SerializeToXML ( object obj, |
||
obj | object | |
writer | ||
writeEndElement | bool | |
return | void |