x4Trace Documentation v1.0
Loading...
Searching...
No Matches
Tools.XmlLoader Class Reference
Inheritance diagram for Tools.XmlLoader:

Public Member Functions

 XmlLoader (XmlNode xn)
 
XmlLoader SelectSingleNode (string nodeName)
 
XmlLoadList SelectNodes (string nodeName)
 
string GetStringAttribute (string attributeName, string defaultValue, XmlValueType type)
 
int GetIntAttribute (string attributeName, int defaultValue, XmlValueType type)
 
bool GetBooleanAttribute (string attributeName, bool defaultValue, XmlValueType type)
 
float GetFloatAttribute (string attributeName, float defaultValue, XmlValueType type)
 
double GetDoubleAttribute (string attributeName, double defaultValue, XmlValueType type)
 
IEnumerator GetEnumerator ()
 

Properties

XmlNode Xn [get, set]
 
string InnerText [get]
 
string InnerXml [get]
 
string Value [get]
 
XmlLoadList ChildNodes [get]
 

Private Attributes

XmlNode xn
 

The documentation for this class was generated from the following file: