C# Class MassEffect3.Coalesce.Xml.XmlCoalesceFile

Inheritance: CoalesceFile
ファイルを表示 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Methods

Method Description
Load ( string path ) : XmlCoalesceFile
ReadAssets ( System.Xml.Linq.XDocument doc ) : void
ReadAssets ( System.Xml.Linq.XElement element ) : void
ReadIncludes ( System.Xml.Linq.XDocument doc ) : void
ReadIncludes ( System.Xml.Linq.XElement element ) : void
ReadSettings ( System.Xml.Linq.XDocument doc ) : void
ReadSettings ( System.Xml.Linq.XElement element ) : void
Save ( string path ) : void
XmlCoalesceFile ( string source = "", string name = "", string id = "", IList assets = null, CoalesceSettings settings = null, IList includes = null, ByteOrder byteOrder = ByteOrder.LittleEndian ) : System

Method Details

Load() public static method

public static Load ( string path ) : XmlCoalesceFile
path string
return XmlCoalesceFile

ReadAssets() public method

public ReadAssets ( System.Xml.Linq.XDocument doc ) : void
doc System.Xml.Linq.XDocument
return void

ReadAssets() public method

public ReadAssets ( System.Xml.Linq.XElement element ) : void
element System.Xml.Linq.XElement
return void

ReadIncludes() public method

public ReadIncludes ( System.Xml.Linq.XDocument doc ) : void
doc System.Xml.Linq.XDocument
return void

ReadIncludes() public method

public ReadIncludes ( System.Xml.Linq.XElement element ) : void
element System.Xml.Linq.XElement
return void

ReadSettings() public method

public ReadSettings ( System.Xml.Linq.XDocument doc ) : void
doc System.Xml.Linq.XDocument
return void

ReadSettings() public method

public ReadSettings ( System.Xml.Linq.XElement element ) : void
element System.Xml.Linq.XElement
return void

Save() public method

public Save ( string path ) : void
path string
return void

XmlCoalesceFile() public method

public XmlCoalesceFile ( string source = "", string name = "", string id = "", IList assets = null, CoalesceSettings settings = null, IList includes = null, ByteOrder byteOrder = ByteOrder.LittleEndian ) : System
source string
name string
id string
assets IList
settings CoalesceSettings
includes IList
byteOrder ByteOrder
return System