Method | Description | |
---|---|---|
Load ( string path ) : void | ||
RomXml ( ) : System | ||
TryMergeWith ( IList |
||
TryMergeWith ( IList |
||
WriteXml ( string path, |
||
XDoc ( ) : System.Xml.Linq.XDocument |
Method | Description | |
---|---|---|
GetAxisXElement ( string axisType, int address, string name, string unit ) : System.Xml.Linq.XElement | ||
GetValuesElement ( int address, string unit, TableType tableType ) : System.Xml.Linq.XElement | ||
GetXElement ( |
||
GetXElement ( |
||
HexNum ( int num ) : string | ||
Merge ( |
||
Merge ( |
||
MergeCommon ( |
||
ParseAxis ( System.Xml.Linq.XElement el, int &address, string &name, string &unit ) : void | ||
ParseCommon ( System.Xml.Linq.XElement el, |
||
ParseHexInt ( string strToParse, XObject xObj ) : int |
Parses hex number e.g."0x123af". Prefix "0x" is required.
|
|
ParseTable2D ( System.Xml.Linq.XElement el ) : |
||
ParseTable3D ( System.Xml.Linq.XElement el ) : |
||
ParseTableSearch ( System.Xml.Linq.XElement el ) : void | ||
ParseValues ( System.Xml.Linq.XElement el, int &address, string &unit, TableType &tableType ) : void | ||
ParseXml ( System.Xml.Linq.XElement root ) : void | ||
TableSearchXElement ( ) : System.Xml.Linq.XElement | ||
ThrowParse ( |
||
ThrowXmlExceptionWithLineInfo ( string message, |
Throw XmlException with LineNumber/LinePosition info.
|
|
UpdateString ( string original, string update ) : string |
public WriteXml ( string path, |
||
path | string | |
romMetadata | ||
list2D | IList |
|
list3D | IList |
|
return | void |
public static XDoc ( ) : System.Xml.Linq.XDocument | ||
return | System.Xml.Linq.XDocument |