Méthode | Description | |
---|---|---|
Parser10 ( System.Xml.Linq.XElement p_xelScript, XmlScriptType p_xstXmlScriptType ) : System |
A simple constructor that initializes the object with the given values.
|
Méthode | Description | |
---|---|---|
GetConditionallyInstalledFileSets ( ) : List |
Parses XmlScript.ConditionallyInstalledFileSets.
|
|
GetHeaderInfo ( ) : HeaderInfo |
Parses XmlScript.HeaderInfo.
|
|
GetInstallStepSortOrder ( ) : SortOrder |
Parses the order of the XmlScript.InstallSteps.
|
|
GetInstallSteps ( ) : List |
Parses XmlScript.InstallSteps.
|
|
GetModPrerequisites ( ) : ICondition |
Parses XmlScript.ModPrerequisites.
|
|
GetRequiredInstallFiles ( ) : List |
Parses XmlScript.RequiredInstallFiles.
|
|
LoadCondition ( System.Xml.Linq.XElement p_xelCondition ) : ICondition |
Reads the condition from the given node.
|
|
ParseGroup ( System.Xml.Linq.XElement p_xelGroup ) : OptionGroup |
Creates a option group based on the given info.
|
|
ParseOption ( System.Xml.Linq.XElement p_xelOption ) : Option |
Reads a option's information from the script file.
|
|
ReadFileInfo ( IEnumerable |
Reads the file info from the given XML nodes.
|
protected GetConditionallyInstalledFileSets ( ) : List |
||
Résultat | List |
protected GetInstallStepSortOrder ( ) : SortOrder | ||
Résultat | SortOrder |
protected GetModPrerequisites ( ) : ICondition | ||
Résultat | ICondition |
protected GetRequiredInstallFiles ( ) : List |
||
Résultat | List |
protected LoadCondition ( System.Xml.Linq.XElement p_xelCondition ) : ICondition | ||
p_xelCondition | System.Xml.Linq.XElement | The node from which to load the condition. |
Résultat | ICondition |
protected ParseGroup ( System.Xml.Linq.XElement p_xelGroup ) : OptionGroup | ||
p_xelGroup | System.Xml.Linq.XElement | The script file node corresponding to the group to add. |
Résultat | OptionGroup |
protected ParseOption ( System.Xml.Linq.XElement p_xelOption ) : Option | ||
p_xelOption | System.Xml.Linq.XElement | The script file node corresponding to the option to read. |
Résultat | Option |
public Parser10 ( System.Xml.Linq.XElement p_xelScript, XmlScriptType p_xstXmlScriptType ) : System | ||
p_xelScript | System.Xml.Linq.XElement | The xmlscript file. |
p_xstXmlScriptType | XmlScriptType | The |
Résultat | System |
protected ReadFileInfo ( IEnumerable |
||
p_xeeFiles | IEnumerable |
The list of XML nodes containing the file info to read. |
Résultat | List |