C# Class System.Xml.XmlCDataSection

Inheritance: XmlCharacterData
Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Méthodes publiques

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

Méthode Description
XmlCDataSection ( ) : System.Html

Method Details

AddEventListener() public méthode

public AddEventListener ( XmlCDataSectionEvents type, System.Action listener ) : void
type XmlCDataSectionEvents
listener System.Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( XmlCDataSectionEvents type, System.Action listener, bool capture ) : void
type XmlCDataSectionEvents
listener System.Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( XmlCDataSectionEvents type, HtmlEventHandler listener ) : void
type XmlCDataSectionEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( XmlCDataSectionEvents type, HtmlEventHandler listener, bool capture ) : void
type XmlCDataSectionEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( XmlCDataSectionEvents type, HtmlEventHandlerWithTarget listener ) : void
type XmlCDataSectionEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( XmlCDataSectionEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type XmlCDataSectionEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( XmlCDataSectionEvents type, IEventListener listener ) : void
type XmlCDataSectionEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( XmlCDataSectionEvents type, IEventListener listener, bool capture ) : void
type XmlCDataSectionEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlCDataSectionEvents type, System.Action listener ) : void
type XmlCDataSectionEvents
listener System.Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlCDataSectionEvents type, System.Action listener, bool capture ) : void
type XmlCDataSectionEvents
listener System.Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlCDataSectionEvents type, HtmlEventHandler listener ) : void
type XmlCDataSectionEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlCDataSectionEvents type, HtmlEventHandler listener, bool capture ) : void
type XmlCDataSectionEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlCDataSectionEvents type, HtmlEventHandlerWithTarget listener ) : void
type XmlCDataSectionEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlCDataSectionEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type XmlCDataSectionEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlCDataSectionEvents type, IEventListener listener ) : void
type XmlCDataSectionEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlCDataSectionEvents type, IEventListener listener, bool capture ) : void
type XmlCDataSectionEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void