C# Класс Nexus.Client.Games.Skyrim.Scripting.XmlScript.Parsers.SkyrimParser50

Provides Skyrim specific parsing for version 5.0 xml script files.
Наследование: Nexus.Client.ModManagement.Scripting.XmlScript.Parsers.Parser50
Показать файл Открыть проект

Открытые методы

Метод Описание
SkyrimParser50 ( System.Xml.Linq.XElement p_xelScript, XmlScriptType p_xstXmlScriptType ) : System.Xml.Linq

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

Защищенные методы

Метод Описание
LoadCondition ( System.Xml.Linq.XElement p_xelCondition ) : ICondition

Reads the condition from the given node.

Описание методов

LoadCondition() защищенный Метод

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.
Результат ICondition

SkyrimParser50() публичный Метод

A simple constructor that initializes the object with the given values.
public SkyrimParser50 ( 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.
Результат System.Xml.Linq