Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public static class Gregor.Core.XmlHelper Custom Attributes: Gregor.Core.Module() Description:
public XmlHelper() Custom Attributes: Description:
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:
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:
static public System.Xml.XmlAttribute AddAttribute(System.Xml.XmlDocument doc, System.Xml.XmlElement node, System.String sName, System.Int32 iValue) Custom Attributes: Description:
static public System.Xml.XmlAttribute AddAttribute(System.Xml.XmlDocument doc, System.Xml.XmlElement node, System.String sName, System.Double dblValue) Custom Attributes: Description:
static public System.Xml.XmlAttribute AddAttribute(System.Xml.XmlDocument doc, System.Xml.XmlElement node, System.String sName, System.Drawing.Rectangle rectValue) Custom Attributes: Description:
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:
static public System.Xml.XmlAttribute AddAttribute(System.Xml.XmlDocument doc, System.Xml.XmlElement node, System.String sName, System.DateTime dateValue) Custom Attributes: Description:
static public System.Xml.XmlAttribute AddAttribute(System.Xml.XmlDocument doc, System.Xml.XmlElement node, System.String sName, System.Drawing.Point pointValue) Custom Attributes: Description:
static public System.Xml.XmlAttribute AddAttribute(System.Xml.XmlDocument doc, System.Xml.XmlElement node, System.String sName, System.String sValue) Custom Attributes: Description:
static public System.Xml.XmlAttribute AddAttribute(System.Xml.XmlDocument doc, System.Xml.XmlElement node, System.String sName, System.Boolean fValue) Custom Attributes: Description:
static public System.Xml.XmlElement AddElement(System.Xml.XmlDocument doc, System.Xml.XmlElement parent, System.String sName) Custom Attributes: Description:
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:
static public System.Xml.XmlAttribute AddEnumAttribute(System.Xml.XmlDocument doc, System.Xml.XmlElement node, System.String sName, T enumValue) Custom Attributes: Description:
static public System.Xml.XmlDocument LoadXml(System.String sFile) Custom Attributes: Description:
static public System.Boolean SafeGetAttributeValueBool(System.Xml.XmlElement node, System.String sAttribName) Custom Attributes: Description:
static public System.DateTime SafeGetAttributeValueDateTime(System.Xml.XmlElement node, System.String sAttribName) Custom Attributes: Description:
static public System.Double SafeGetAttributeValueDouble(System.Xml.XmlElement node, System.String sAttribName) Custom Attributes: Description:
static public System.Object SafeGetAttributeValueEnum(System.Xml.XmlElement node, System.String sAttribName, System.Type enumType) Custom Attributes: Description:
static public System.Object SafeGetAttributeValueEnum(System.Xml.XmlElement node, System.String sAttribName, System.Type enumType, System.Boolean fIgnoreCase) Custom Attributes: Description:
static public T SafeGetAttributeValueEnum(System.Xml.XmlElement node, System.String sAttribName) Custom Attributes: Description:
static public T SafeGetAttributeValueEnum(System.Xml.XmlElement node, System.String sAttribName, System.Boolean fIgnoreCase) Custom Attributes: Description:
static public System.Int32 SafeGetAttributeValueInt(System.Xml.XmlElement node, System.String sAttribName) Custom Attributes: Description:
static public System.Windows.Forms.Keys SafeGetAttributeValueKeys(System.Xml.XmlElement node, System.String sAttribName) Custom Attributes: Description:
static public System.Drawing.Point SafeGetAttributeValuePoint(System.Xml.XmlElement node, System.String sAttribName) Custom Attributes: Description:
static public System.Drawing.Rectangle SafeGetAttributeValueRectangle(System.Xml.XmlElement node, System.String sAttribName) Custom Attributes: Description:
static public System.String SafeGetAttributeValueString(System.Xml.XmlElement node, System.String sAttribName) Custom Attributes: Description:
static public void SaveXml(System.Xml.XmlDocument xd, System.String sFile) Custom Attributes: Description:
static public System.Xml.XmlDocument Transform(System.String sInputFile, System.String sStyleFile, System.Xml.Xsl.XsltArgumentList args) Custom Attributes: Description:
static public System.Xml.XmlDocument Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.XPath.IXPathNavigable stylesheet, System.Xml.Xsl.XsltArgumentList args) Custom Attributes: Description:
System.Xml.Xsl.XsltArgumentList
System.Xml.XPath.IXPathNavigable