C# Class HTML2Markup.ParserNode

Mostrar archivo Open project: benogle/html2markup Class Usage Examples

Public Methods

Method 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 method

public AddAttribute ( string key, string val ) : void
key string
val string
return void

ParserNode() public method

public ParserNode ( string name, System.Xml.XmlNodeType nodeType ) : System.Collections.Generic
name string
nodeType System.Xml.XmlNodeType
return System.Collections.Generic

ParserNode() public method

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