C# Class AlphaTab.Xml.XmlNodeWrapper

Inheritance: IXmlNode
Show file Open project: CoderLine/alphaTab

Public Methods

Method Description
GetAttribute ( string name ) : string
GetElementsByTagName ( string nodeName ) : IXmlNode[]
XmlNodeWrapper ( XmlNode node ) : System.Linq

Method Details

GetAttribute() public method

public GetAttribute ( string name ) : string
name string
return string

GetElementsByTagName() public method

public GetElementsByTagName ( string nodeName ) : IXmlNode[]
nodeName string
return IXmlNode[]

XmlNodeWrapper() public method

public XmlNodeWrapper ( XmlNode node ) : System.Linq
node System.Xml.XmlNode
return System.Linq