C# Class MorseCode.CsJs.Xml.XmlExtensionMethods

Afficher le fichier Open project: jam40jeff/CsJs

Méthodes publiques

Méthode 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 méthode

public static AsXmlAttribute ( this node ) : XmlAttribute
node this
Résultat System.Xml.XmlAttribute

AsXmlDocument() public static méthode

public static AsXmlDocument ( this node ) : XmlDocument
node this
Résultat System.Xml.XmlDocument

AsXmlText() public static méthode

public static AsXmlText ( this node ) : XmlText
node this
Résultat System.Xml.XmlText

IsXmlAttribute() public static méthode

public static IsXmlAttribute ( this node ) : bool
node this
Résultat bool

IsXmlDocument() public static méthode

public static IsXmlDocument ( this node ) : bool
node this
Résultat bool

IsXmlText() public static méthode

public static IsXmlText ( this node ) : bool
node this
Résultat bool