C# Class System.Xml.XmlProcessingInstruction

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

Private Properties

Property Type Description
XmlProcessingInstruction System.Html

Public Methods

Method 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

Method Description
XmlProcessingInstruction ( ) : System.Html

Method Details

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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