C# Class System.Xml.XmlComment

Inheritance: XmlCharacterData
显示文件 Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddEventListener ( XmlCommentEvents type, Action listener ) : void
AddEventListener ( XmlCommentEvents type, Action listener, bool capture ) : void
AddEventListener ( XmlCommentEvents type, HtmlEventHandler listener ) : void
AddEventListener ( XmlCommentEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( XmlCommentEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( XmlCommentEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( XmlCommentEvents type, IEventListener listener ) : void
AddEventListener ( XmlCommentEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( XmlCommentEvents type, Action listener ) : void
RemoveEventListener ( XmlCommentEvents type, Action listener, bool capture ) : void
RemoveEventListener ( XmlCommentEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( XmlCommentEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( XmlCommentEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( XmlCommentEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( XmlCommentEvents type, IEventListener listener ) : void
RemoveEventListener ( XmlCommentEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
XmlComment ( ) : System.Html
XmlComment ( string data ) : System.Html

Method Details

AddEventListener() public method

public AddEventListener ( XmlCommentEvents type, Action listener ) : void
type XmlCommentEvents
listener Action
return void

AddEventListener() public method

public AddEventListener ( XmlCommentEvents type, Action listener, bool capture ) : void
type XmlCommentEvents
listener Action
capture bool
return void

AddEventListener() public method

public AddEventListener ( XmlCommentEvents type, HtmlEventHandler listener ) : void
type XmlCommentEvents
listener HtmlEventHandler
return void

AddEventListener() public method

public AddEventListener ( XmlCommentEvents type, HtmlEventHandler listener, bool capture ) : void
type XmlCommentEvents
listener HtmlEventHandler
capture bool
return void

AddEventListener() public method

public AddEventListener ( XmlCommentEvents type, HtmlEventHandlerWithTarget listener ) : void
type XmlCommentEvents
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( XmlCommentEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type XmlCommentEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public method

public AddEventListener ( XmlCommentEvents type, IEventListener listener ) : void
type XmlCommentEvents
listener IEventListener
return void

AddEventListener() public method

public AddEventListener ( XmlCommentEvents type, IEventListener listener, bool capture ) : void
type XmlCommentEvents
listener IEventListener
capture bool
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlCommentEvents type, Action listener ) : void
type XmlCommentEvents
listener Action
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlCommentEvents type, Action listener, bool capture ) : void
type XmlCommentEvents
listener Action
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlCommentEvents type, HtmlEventHandler listener ) : void
type XmlCommentEvents
listener HtmlEventHandler
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlCommentEvents type, HtmlEventHandler listener, bool capture ) : void
type XmlCommentEvents
listener HtmlEventHandler
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlCommentEvents type, HtmlEventHandlerWithTarget listener ) : void
type XmlCommentEvents
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlCommentEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type XmlCommentEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlCommentEvents type, IEventListener listener ) : void
type XmlCommentEvents
listener IEventListener
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlCommentEvents type, IEventListener listener, bool capture ) : void
type XmlCommentEvents
listener IEventListener
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

XmlComment() public method

public XmlComment ( ) : System.Html
return System.Html

XmlComment() public method

public XmlComment ( string data ) : System.Html
data string
return System.Html