IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
XmlUtilities.cs File Reference

Classes

class  IG.Lib.DataStore
 XML-based data class. Doc container is accessed through the Doc property, which is of class XmlData, an extension of XmlDocument. More...
 
class  IG.Lib.XmlData
 XmlDocument extended by additional functionality for managing complex data units. In applications, this is used for More...
 
class  IG.Lib.Xml
 Supplemental basic XML node and document manipulation utilities. Contains some useful static methods for XML manipulation. More...
 
class  IG.Lib.XmlUtilityBase
 Base class for various utilities operating on XmlDocumnt. More...
 
class  IG.Lib.XmlParser
 Base class for classes taht contain an Xml document that can be parsed. Provides comfortable utilities for transversing the document and for querying the value, name, and attributes of the current node. More...
 
class  IG.Lib.XmlParser.Mark
 Position mark in the XML document More...
 
class  IG.Lib.XmlBuilder
 Class that enables custom parsing and building of an Xml document. More...
 

Namespaces

package  IG.Lib