Click or drag to resize

XmlUtils Class

Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogic.SerializationXmlUtils

Namespace:  Omada.OE.AppLogic.Serialization
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static class XmlUtils

The XmlUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddAttributeValue(XmlNode, String, Boolean, XmlDocument)
Creates and adds an attribute w. value to a xml node.
Public methodStatic memberAddAttributeValue(XmlNode, String, DateTime, XmlDocument)
Creates and adds an attribute w. value to a xml node.
Public methodStatic memberAddAttributeValue(XmlNode, String, Double, XmlDocument)
Creates and adds an attribute w. value to a xml node.
Public methodStatic memberAddAttributeValue(XmlNode, String, Guid, XmlDocument)
Creates and adds an attribute w. value to a xml node.
Public methodStatic memberAddAttributeValue(XmlNode, String, Int32, XmlDocument)
Creates and adds an attribute w. value to a xml node.
Public methodStatic memberAddAttributeValue(XmlNode, String, String, XmlDocument)
Creates and adds an attribute w. value to a xml node.
Public methodStatic memberGetAttributeValue(String, XmlNode, Boolean, Boolean)
Public methodStatic memberGetAttributeValue(String, XmlNode, DateTime, Boolean)
Retrieves the value of a DateTime attribute that is stored in UTC time.
Public methodStatic memberGetAttributeValue(String, XmlNode, DateTimeOffset, Boolean)
Public methodStatic memberGetAttributeValue(String, XmlNode, Double, Boolean)
Public methodStatic memberGetAttributeValue(String, XmlNode, Guid, Boolean)
Public methodStatic memberGetAttributeValue(String, XmlNode, Int32, Boolean)
Public methodStatic memberGetAttributeValue(String, XmlNode, String, Boolean)
Public methodStatic memberGetAttributeValue(String, XmlNode, TimeSpan, Boolean)
Public methodStatic memberXmlEscape
Public methodStatic memberXPathEscape
Method is to be used when building an xpath query. For example, if you want to query for "Domino's Pizza" you normally get a problem. The method applies the xpath function "convert" to solve the problem. Example: Review[RestaurantName=concat("Domino","'","s Pizza")]
Top
See Also