[Gregor.Core.XmlHelper]

Gregor.Core.XmlHelper

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public static class Gregor.Core.XmlHelper

Custom Attributes: Gregor.Core.Module()

Description: 


Members

XmlHelper

public XmlHelper()

Custom Attributes: 

Description: 

AddAttribute

static public System.Xml.XmlAttribute AddAttribute(System.Xml.XmlDocument doc, System.Xml.XmlElement node, System.String sName, System.Type enumType, System.Enum enumValue)

Custom Attributes: 

Description: 

AddAttribute

static public System.Xml.XmlAttribute AddAttribute(System.Xml.XmlDocument doc, System.Xml.XmlElement node, System.String sName, System.Type enumType, System.Enum enumValue, Gregor.Core.EnumPersistanceStyle style)

Custom Attributes: 

Description: 

AddAttribute

static public System.Xml.XmlAttribute AddAttribute(System.Xml.XmlDocument doc, System.Xml.XmlElement node, System.String sName, System.Int32 iValue)

Custom Attributes: 

Description: 

AddAttribute

static public System.Xml.XmlAttribute AddAttribute(System.Xml.XmlDocument doc, System.Xml.XmlElement node, System.String sName, System.Double dblValue)

Custom Attributes: 

Description: 

AddAttribute

static public System.Xml.XmlAttribute AddAttribute(System.Xml.XmlDocument doc, System.Xml.XmlElement node, System.String sName, System.Drawing.Rectangle rectValue)

Custom Attributes: 

Description: 

AddAttribute

static public System.Xml.XmlAttribute AddAttribute(System.Xml.XmlDocument doc, System.Xml.XmlElement node, System.String sName, System.Windows.Forms.Keys keyValue)

Custom Attributes: 

Description: 

AddAttribute

static public System.Xml.XmlAttribute AddAttribute(System.Xml.XmlDocument doc, System.Xml.XmlElement node, System.String sName, System.DateTime dateValue)

Custom Attributes: 

Description: 

AddAttribute

static public System.Xml.XmlAttribute AddAttribute(System.Xml.XmlDocument doc, System.Xml.XmlElement node, System.String sName, System.Drawing.Point pointValue)

Custom Attributes: 

Description: 

AddAttribute

static public System.Xml.XmlAttribute AddAttribute(System.Xml.XmlDocument doc, System.Xml.XmlElement node, System.String sName, System.String sValue)

Custom Attributes: 

Description: 

AddAttribute

static public System.Xml.XmlAttribute AddAttribute(System.Xml.XmlDocument doc, System.Xml.XmlElement node, System.String sName, System.Boolean fValue)

Custom Attributes: 

Description: 

AddElement

static public System.Xml.XmlElement AddElement(System.Xml.XmlDocument doc, System.Xml.XmlElement parent, System.String sName)

Custom Attributes: 

Description: 

AddEnumAttribute<>

static public System.Xml.XmlAttribute AddEnumAttribute(System.Xml.XmlDocument doc, System.Xml.XmlElement node, System.String sName, T enumValue, Gregor.Core.EnumPersistanceStyle style)

Custom Attributes: 

Description: 

AddEnumAttribute<>

static public System.Xml.XmlAttribute AddEnumAttribute(System.Xml.XmlDocument doc, System.Xml.XmlElement node, System.String sName, T enumValue)

Custom Attributes: 

Description: 

LoadXml

static public System.Xml.XmlDocument LoadXml(System.String sFile)

Custom Attributes: 

Description: 

SafeGetAttributeValueBool

static public System.Boolean SafeGetAttributeValueBool(System.Xml.XmlElement node, System.String sAttribName)

Custom Attributes: 

Description: 

SafeGetAttributeValueDateTime

static public System.DateTime SafeGetAttributeValueDateTime(System.Xml.XmlElement node, System.String sAttribName)

Custom Attributes: 

Description: 

SafeGetAttributeValueDouble

static public System.Double SafeGetAttributeValueDouble(System.Xml.XmlElement node, System.String sAttribName)

Custom Attributes: 

Description: 

SafeGetAttributeValueEnum

static public System.Object SafeGetAttributeValueEnum(System.Xml.XmlElement node, System.String sAttribName, System.Type enumType)

Custom Attributes: 

Description: 

SafeGetAttributeValueEnum

static public System.Object SafeGetAttributeValueEnum(System.Xml.XmlElement node, System.String sAttribName, System.Type enumType, System.Boolean fIgnoreCase)

Custom Attributes: 

Description: 

SafeGetAttributeValueEnum<>

static public T SafeGetAttributeValueEnum(System.Xml.XmlElement node, System.String sAttribName)

Custom Attributes: 

Description: 

SafeGetAttributeValueEnum<>

static public T SafeGetAttributeValueEnum(System.Xml.XmlElement node, System.String sAttribName, System.Boolean fIgnoreCase)

Custom Attributes: 

Description: 

SafeGetAttributeValueInt

static public System.Int32 SafeGetAttributeValueInt(System.Xml.XmlElement node, System.String sAttribName)

Custom Attributes: 

Description: 

SafeGetAttributeValueKeys

static public System.Windows.Forms.Keys SafeGetAttributeValueKeys(System.Xml.XmlElement node, System.String sAttribName)

Custom Attributes: 

Description: 

SafeGetAttributeValuePoint

static public System.Drawing.Point SafeGetAttributeValuePoint(System.Xml.XmlElement node, System.String sAttribName)

Custom Attributes: 

Description: 

SafeGetAttributeValueRectangle

static public System.Drawing.Rectangle SafeGetAttributeValueRectangle(System.Xml.XmlElement node, System.String sAttribName)

Custom Attributes: 

Description: 

SafeGetAttributeValueString

static public System.String SafeGetAttributeValueString(System.Xml.XmlElement node, System.String sAttribName)

Custom Attributes: 

Description: 

SaveXml

static public void SaveXml(System.Xml.XmlDocument xd, System.String sFile)

Custom Attributes: 

Description: 

Transform

static public System.Xml.XmlDocument Transform(System.String sInputFile, System.String sStyleFile, System.Xml.Xsl.XsltArgumentList args)

Custom Attributes: 

Description: 

Transform

static public System.Xml.XmlDocument Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.XPath.IXPathNavigable stylesheet, System.Xml.Xsl.XsltArgumentList args)

Custom Attributes: 

Description: 


See Also

Gregor.Core.ModuleAttribute

System.Enum

System.Object

System.String

System.Type

System.Xml.XmlAttribute

System.Xml.XmlDocument

System.Xml.XmlElement

System.Xml.Xsl.XsltArgumentList

T

System.Xml.XPath.IXPathNavigable

System.Boolean

System.DateTime

System.Double

System.Drawing.Point

System.Drawing.Rectangle

System.Int32

System.Void

Gregor.Core.EnumPersistanceStyle

System.Windows.Forms.Keys