Method | Description | |
---|---|---|
Parser20 ( System.Xml.Linq.XElement p_xelScript, XmlScriptType p_xstXmlScriptType ) : System |
A simple constructor that initializes the object with the given values.
|
Method | Description | |
---|---|---|
GetConditionallyInstalledFileSets ( ) : List |
Parses XmlScript.ConditionallyInstalledFileSets.
|
|
GetModPrerequisites ( ) : ICondition |
Parses XmlScript.ModPrerequisites.
|
|
LoadCondition ( System.Xml.Linq.XElement p_xelCondition ) : ICondition |
Reads the dependency information from the given node.
|
|
ParseOption ( System.Xml.Linq.XElement p_xelOption ) : Option |
Reads a option's information from the script file.
|
Method | Description | |
---|---|---|
ReadConditionalFileInstallInfo ( IEnumerable |
Reads the conditional file install info from the given XML nodes.
|
|
ReadFlagInfo ( IEnumerable |
Reads the condtition flag info from the given XML nodes.
|
protected GetConditionallyInstalledFileSets ( ) : List |
||
return | List |
protected GetModPrerequisites ( ) : ICondition | ||
return | ICondition |
protected LoadCondition ( System.Xml.Linq.XElement p_xelCondition ) : ICondition | ||
p_xelCondition | System.Xml.Linq.XElement | The node from which to load the dependency information. |
return | ICondition |
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. |
return | Option |
public Parser20 ( System.Xml.Linq.XElement p_xelScript, XmlScriptType p_xstXmlScriptType ) : System | ||
p_xelScript | System.Xml.Linq.XElement | The xmlscript file. |
p_xstXmlScriptType | XmlScriptType | The |
return | System |