Method | Description | |
---|---|---|
Unparser30 ( XmlScript p_xscScript ) : System |
A simple constructor that initializes the object with the given values.
|
Method | Description | |
---|---|---|
UnparseHeaderInfo ( ) : List |
Unparses XmlScript.HeaderInfo.
|
|
UnparseInstallStep ( InstallStep p_ispStep ) : System.Xml.Linq.XElement |
Unparses the given InstallStep. This method can be overidden to provide game-specific or newer-version unparsing. |
|
UnparseModPrerequisites ( ) : System.Xml.Linq.XElement |
Unparses XmlScript.ModPrerequisites.
|
|
UnparseOptionGroup ( OptionGroup p_ogpGroup ) : System.Xml.Linq.XElement |
Unparses the given OptionGroup. This method can be overidden to provide game-specific or newer-version unparsing. |
|
UnparsePrerequisiteCondition ( ICondition p_cndCondition ) : System.Xml.Linq.XElement |
Unparses the given ICondition. This method can be overidden to provide game-specific or newer-version unparsing. |
|
UnparseSortOrder ( SortOrder p_sorOrder ) : string |
Translates the given SortOrder into the string representation used in the XML.
|
|
UnparseTextPosition ( TextPosition p_tpsPosition ) : string |
Translates the given TextPosition into the string representation used in the XML.
|
protected UnparseInstallStep ( InstallStep p_ispStep ) : System.Xml.Linq.XElement | ||
p_ispStep | InstallStep | The |
return | System.Xml.Linq.XElement |
protected UnparseModPrerequisites ( ) : System.Xml.Linq.XElement | ||
return | System.Xml.Linq.XElement |
protected UnparseOptionGroup ( OptionGroup p_ogpGroup ) : System.Xml.Linq.XElement | ||
p_ogpGroup | OptionGroup | The |
return | System.Xml.Linq.XElement |
protected UnparsePrerequisiteCondition ( ICondition p_cndCondition ) : System.Xml.Linq.XElement | ||
p_cndCondition | ICondition | The |
return | System.Xml.Linq.XElement |
protected UnparseSortOrder ( SortOrder p_sorOrder ) : string | ||
p_sorOrder | SortOrder | The |
return | string |
protected UnparseTextPosition ( TextPosition p_tpsPosition ) : string | ||
p_tpsPosition | TextPosition | The |
return | string |
public Unparser30 ( XmlScript p_xscScript ) : System | ||
p_xscScript | XmlScript | The script to unparse. |
return | System |