C# 클래스 System.Xml.XmlEventCache.XmlEvent

Caches information for XML events like BeginElement, String, and EndAttribute so that they can be replayed later.
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
InitEvent ( XmlEventType eventType ) : void
InitEvent ( XmlEventType eventType, object o ) : void
InitEvent ( XmlEventType eventType, string s1 ) : void
InitEvent ( XmlEventType eventType, string s1, string s2 ) : void
InitEvent ( XmlEventType eventType, string s1, string s2, string s3 ) : void
InitEvent ( XmlEventType eventType, string s1, string s2, string s3, object o ) : void

메소드 상세

InitEvent() 공개 메소드

public InitEvent ( XmlEventType eventType ) : void
eventType XmlEventType
리턴 void

InitEvent() 공개 메소드

public InitEvent ( XmlEventType eventType, object o ) : void
eventType XmlEventType
o object
리턴 void

InitEvent() 공개 메소드

public InitEvent ( XmlEventType eventType, string s1 ) : void
eventType XmlEventType
s1 string
리턴 void

InitEvent() 공개 메소드

public InitEvent ( XmlEventType eventType, string s1, string s2 ) : void
eventType XmlEventType
s1 string
s2 string
리턴 void

InitEvent() 공개 메소드

public InitEvent ( XmlEventType eventType, string s1, string s2, string s3 ) : void
eventType XmlEventType
s1 string
s2 string
s3 string
리턴 void

InitEvent() 공개 메소드

public InitEvent ( XmlEventType eventType, string s1, string s2, string s3, object o ) : void
eventType XmlEventType
s1 string
s2 string
s3 string
o object
리턴 void