C# Class System.Xml.XmlCDataSection

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

Public Methods

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

Private Methods

Method Description
XmlCDataSection ( ) : System.Html

Method Details

AddEventListener() public method

public AddEventListener ( XmlCDataSectionEvents type, System.Action listener ) : void
type XmlCDataSectionEvents
listener System.Action
return void

AddEventListener() public method

public AddEventListener ( XmlCDataSectionEvents type, System.Action listener, bool capture ) : void
type XmlCDataSectionEvents
listener System.Action
capture bool
return void

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

public AddEventListener ( XmlCDataSectionEvents type, IEventListener listener, bool capture ) : void
type XmlCDataSectionEvents
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 ( XmlCDataSectionEvents type, System.Action listener ) : void
type XmlCDataSectionEvents
listener System.Action
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlCDataSectionEvents type, System.Action listener, bool capture ) : void
type XmlCDataSectionEvents
listener System.Action
capture bool
return void

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

public RemoveEventListener ( XmlCDataSectionEvents type, IEventListener listener, bool capture ) : void
type XmlCDataSectionEvents
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