LtXmlComLib21
The LtXmlComLib21 provides common functionality & common base classes to all Liquid Technologies Xml wrapper classes. This allows objects from different libraries to interact with each other.
| Class | Description | |||
| Attribute | Holds information about un-typed attributes (ie ones not described in the schema) | |||
| AttributeCol | A collection of Attribute object | |||
| base64BinaryCol | A collection of BinaryData classes | |||
| booleanCol | A collection of Boolean's | |||
| BinaryData | Holds binary information, that can be embedded in some XML documents | |||
| dateCol | A collection of DateTime objects | |||
| DateTime | A class to represent the W3C's version of a date time | |||
| datetimeCol | A collection of DateTime objects | |||
| DateTimeSpan | A class to represent the W3C's version of a date time span | |||
| dayCol | A collection of DateTime objects | |||
| durationCol | A collection of DateTimeSpan objects | |||
| Element | Holds information about un-typed elements (ie ones not described in the schema) | |||
| ElementCol | A collection of Element objects | |||
| hexBinaryCol | A collection of BinaryData classes | |||
| i1Col | A collection of Integer's | |||
| i2Col | A collection of Integer's | |||
| i4Col | A collection of Long's | |||
| i8Col | A collection of Long's | |||
| monthCol | A collection of DateTime objects | |||
| monthDayCol | A collection of DateTime objects | |||
| r4Col | A collection of Single's | |||
| r8Col | A collection of Double's | |||
| stringCol | A collection of String's | |||
| timeCol | A collection of DateTime objects | |||
| ui1Col | A collection of Byte's | |||
| ui2Col | A collection of Long's | |||
| ui4Col | A collection of Long's | |||
| ui8Col | A collection of Long's | |||
| XmlCollectionBase | The base class for all collection classes | |||
| XmlObjectBase | The base class for all wrapper objects | |||
| XmlTextWriter | A class that enables XML documents to be constructed. | |||
| yearCol | A collection of DateTime objects | |||
| yearMonthCol | A collection of DateTime objects |