XMLUtils Class |
Namespace: Koden.Utils
The XMLUtils type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateXmlNamespaceManager |
Creates an Xml NamespaceManager for an XML document by looking
at all of the namespaces defined on the document root element.
| |
| GetXmlAttributeInt |
Returns an integer value from an attribute
| |
| GetXmlAttributeString |
Gets an attribute by name
| |
| GetXmlBool |
Retrieves a result bool from an XPATH query. false if not found.
| |
| GetXmlDateTime |
Retrieves a result DateTime from an XPATH query. 1/1/1900 if not found.
| |
| GetXmlInt |
Retrieves a result int value from an XPATH query. 0 if not found.
| |
| GetXmlString |
Retrieves a result string from an XPATH query. Null if not found.
| |
| MapTypeToXmlType |
Converts a .NET type into an XML compatible type - roughly
| |
| MapXmlTypeToType |
Maps the type of the XML type to.
|