C# Class Transit.Framework.XmlExtensions

显示文件 Open project: Katalyst6/CSL.TransitAddonMod

Public Methods

Method Description
AppendAttribute ( this element, string name, string value = null ) : XmlAttribute
AppendElement ( this doc, string name, string innerText = null ) : XmlElement

Method Details

AppendAttribute() public static method

public static AppendAttribute ( this element, string name, string value = null ) : XmlAttribute
element this
name string
value string
return System.Xml.XmlAttribute

AppendElement() public static method

public static AppendElement ( this doc, string name, string innerText = null ) : XmlElement
doc this
name string
innerText string
return System.Xml.XmlElement