C# Class MorseCode.CsJs.Xml.XmlExtensionMethods

Show file Open project: jam40jeff/CsJs

Public Methods

Method Description
AsXmlAttribute ( this node ) : XmlAttribute
AsXmlDocument ( this node ) : XmlDocument
AsXmlText ( this node ) : XmlText
IsXmlAttribute ( this node ) : bool
IsXmlDocument ( this node ) : bool
IsXmlText ( this node ) : bool

Method Details

AsXmlAttribute() public static method

public static AsXmlAttribute ( this node ) : XmlAttribute
node this
return System.Xml.XmlAttribute

AsXmlDocument() public static method

public static AsXmlDocument ( this node ) : XmlDocument
node this
return System.Xml.XmlDocument

AsXmlText() public static method

public static AsXmlText ( this node ) : XmlText
node this
return System.Xml.XmlText

IsXmlAttribute() public static method

public static IsXmlAttribute ( this node ) : bool
node this
return bool

IsXmlDocument() public static method

public static IsXmlDocument ( this node ) : bool
node this
return bool

IsXmlText() public static method

public static IsXmlText ( this node ) : bool
node this
return bool