C# Class Nexus.Client.Games.Fallout3.Scripting.XmlScript.Parsers.Fallout3Parser40

Provides Fallout 3 specific parsing for version 4.0 xml script files.
Inheritance: Nexus.Client.ModManagement.Scripting.XmlScript.Parsers.Parser40
Show file Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
Fallout3Parser40 ( System.Xml.Linq.XElement p_xelScript, XmlScriptType p_xstXmlScriptType ) : System.Xml.Linq

A simple constructor that initializes the object with the given values.

Protected Methods

Method Description
LoadCondition ( System.Xml.Linq.XElement p_xelCondition ) : ICondition

Reads the condition from the given node.

Method Details

Fallout3Parser40() public method

A simple constructor that initializes the object with the given values.
public Fallout3Parser40 ( System.Xml.Linq.XElement p_xelScript, XmlScriptType p_xstXmlScriptType ) : System.Xml.Linq
p_xelScript System.Xml.Linq.XElement The xmlscript file.
p_xstXmlScriptType Nexus.Client.ModManagement.Scripting.XmlScript.XmlScriptType The that describes /// XML script type metadata.
return System.Xml.Linq

LoadCondition() protected method

Reads the condition from the given node.
protected LoadCondition ( System.Xml.Linq.XElement p_xelCondition ) : ICondition
p_xelCondition System.Xml.Linq.XElement The node from which to load the condition.
return ICondition