C# Class System.Xml.XmlProcessingInstruction

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

Private Properties

Свойство Type Description
XmlProcessingInstruction System.Html

Méthodes publiques

Méthode Description
AddEventListener ( XmlProcessingInstructionEvents type, System.Action listener ) : void
AddEventListener ( XmlProcessingInstructionEvents type, System.Action listener, bool capture ) : void
AddEventListener ( XmlProcessingInstructionEvents type, HtmlEventHandler listener ) : void
AddEventListener ( XmlProcessingInstructionEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( XmlProcessingInstructionEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( XmlProcessingInstructionEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( XmlProcessingInstructionEvents type, IEventListener listener ) : void
AddEventListener ( XmlProcessingInstructionEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( XmlProcessingInstructionEvents type, System.Action listener ) : void
RemoveEventListener ( XmlProcessingInstructionEvents type, System.Action listener, bool capture ) : void
RemoveEventListener ( XmlProcessingInstructionEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( XmlProcessingInstructionEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( XmlProcessingInstructionEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( XmlProcessingInstructionEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( XmlProcessingInstructionEvents type, IEventListener listener ) : void
RemoveEventListener ( XmlProcessingInstructionEvents 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
XmlProcessingInstruction ( ) : System.Html

Method Details

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

public AddEventListener ( XmlProcessingInstructionEvents type, IEventListener listener, bool capture ) : void
type XmlProcessingInstructionEvents
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 ( XmlProcessingInstructionEvents type, System.Action listener ) : void
type XmlProcessingInstructionEvents
listener System.Action
Résultat void

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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