C# Class HTML2Markup.ParserNode

Afficher le fichier Open project: benogle/html2markup Class Usage Examples

Méthodes publiques

Méthode Description
AddAttribute ( string key, string val ) : void
ParserNode ( string name, System.Xml.XmlNodeType nodeType ) : System.Collections.Generic
ParserNode ( string name, string value, System.Xml.XmlNodeType nodeType ) : System.Collections.Generic

Method Details

AddAttribute() public méthode

public AddAttribute ( string key, string val ) : void
key string
val string
Résultat void

ParserNode() public méthode

public ParserNode ( string name, System.Xml.XmlNodeType nodeType ) : System.Collections.Generic
name string
nodeType System.Xml.XmlNodeType
Résultat System.Collections.Generic

ParserNode() public méthode

public ParserNode ( string name, string value, System.Xml.XmlNodeType nodeType ) : System.Collections.Generic
name string
value string
nodeType System.Xml.XmlNodeType
Résultat System.Collections.Generic