C# Класс MorseCode.CsJs.Xml.XmlExtensionMethods

Показать файл Открыть проект

Открытые методы

Метод Описание
AsXmlAttribute ( this node ) : XmlAttribute
AsXmlDocument ( this node ) : XmlDocument
AsXmlText ( this node ) : XmlText
IsXmlAttribute ( this node ) : bool
IsXmlDocument ( this node ) : bool
IsXmlText ( this node ) : bool

Описание методов

AsXmlAttribute() публичный статический Метод

public static AsXmlAttribute ( this node ) : XmlAttribute
node this
Результат System.Xml.XmlAttribute

AsXmlDocument() публичный статический Метод

public static AsXmlDocument ( this node ) : XmlDocument
node this
Результат System.Xml.XmlDocument

AsXmlText() публичный статический Метод

public static AsXmlText ( this node ) : XmlText
node this
Результат System.Xml.XmlText

IsXmlAttribute() публичный статический Метод

public static IsXmlAttribute ( this node ) : bool
node this
Результат bool

IsXmlDocument() публичный статический Метод

public static IsXmlDocument ( this node ) : bool
node this
Результат bool

IsXmlText() публичный статический Метод

public static IsXmlText ( this node ) : bool
node this
Результат bool