Click or drag to resize

XMLUtils Class

String utility class that provides a host of string related operations
Inheritance Hierarchy
SystemObject
  Koden.UtilsXMLUtils

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static class XMLUtils

The XMLUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateXmlNamespaceManager
Creates an Xml NamespaceManager for an XML document by looking at all of the namespaces defined on the document root element.
Public methodStatic memberGetXmlAttributeInt
Returns an integer value from an attribute
Public methodStatic memberGetXmlAttributeString
Gets an attribute by name
Public methodStatic memberGetXmlBool
Retrieves a result bool from an XPATH query. false if not found.
Public methodStatic memberGetXmlDateTime
Retrieves a result DateTime from an XPATH query. 1/1/1900 if not found.
Public methodStatic memberGetXmlInt
Retrieves a result int value from an XPATH query. 0 if not found.
Public methodStatic memberGetXmlString
Retrieves a result string from an XPATH query. Null if not found.
Public methodStatic memberMapTypeToXmlType
Converts a .NET type into an XML compatible type - roughly
Public methodStatic memberMapXmlTypeToType
Maps the type of the XML type to.
Top
See Also