C# 클래스 System.Xml.XmlProcessingInstruction

상속: XmlLinkedNode
파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb 1 사용 예제들

Private Properties

프로퍼티 타입 설명
XmlProcessingInstruction System.Html

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
XmlProcessingInstruction ( ) : System.Html

메소드 상세

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

public AddEventListener ( XmlProcessingInstructionEvents type, HtmlEventHandler listener ) : void
type XmlProcessingInstructionEvents
listener HtmlEventHandler
리턴 void

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

public AddEventListener ( XmlProcessingInstructionEvents type, HtmlEventHandlerWithTarget listener ) : void
type XmlProcessingInstructionEvents
listener HtmlEventHandlerWithTarget
리턴 void

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

public AddEventListener ( XmlProcessingInstructionEvents type, IEventListener listener ) : void
type XmlProcessingInstructionEvents
listener IEventListener
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( XmlProcessingInstructionEvents type, IEventListener listener, bool capture ) : void
type XmlProcessingInstructionEvents
listener IEventListener
capture bool
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
리턴 void

AddEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

public RemoveEventListener ( XmlProcessingInstructionEvents type, System.Action listener ) : void
type XmlProcessingInstructionEvents
listener System.Action
리턴 void

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

public RemoveEventListener ( XmlProcessingInstructionEvents type, HtmlEventHandler listener ) : void
type XmlProcessingInstructionEvents
listener HtmlEventHandler
리턴 void

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

public RemoveEventListener ( XmlProcessingInstructionEvents type, HtmlEventHandlerWithTarget listener ) : void
type XmlProcessingInstructionEvents
listener HtmlEventHandlerWithTarget
리턴 void

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

public RemoveEventListener ( XmlProcessingInstructionEvents type, IEventListener listener ) : void
type XmlProcessingInstructionEvents
listener IEventListener
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( XmlProcessingInstructionEvents type, IEventListener listener, bool capture ) : void
type XmlProcessingInstructionEvents
listener IEventListener
capture bool
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
리턴 void

RemoveEventListener() 공개 메소드

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