C# Class Nexus.Client.ModManagement.Scripting.XmlScript.Parsers.Parser50

Parses version 5.0 xml script files.
Inheritance: Parser40
Datei anzeigen Open project: NexusMods/NexusModManager-4.5

Public Methods

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

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

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

Parser50() public method

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