C# Class System.Xml.XmlEventCache.XmlEvent

Caches information for XML events like BeginElement, String, and EndAttribute so that they can be replayed later.
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

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

Method Details

InitEvent() public méthode

public InitEvent ( XmlEventType eventType ) : void
eventType XmlEventType
Résultat void

InitEvent() public méthode

public InitEvent ( XmlEventType eventType, object o ) : void
eventType XmlEventType
o object
Résultat void

InitEvent() public méthode

public InitEvent ( XmlEventType eventType, string s1 ) : void
eventType XmlEventType
s1 string
Résultat void

InitEvent() public méthode

public InitEvent ( XmlEventType eventType, string s1, string s2 ) : void
eventType XmlEventType
s1 string
s2 string
Résultat void

InitEvent() public méthode

public InitEvent ( XmlEventType eventType, string s1, string s2, string s3 ) : void
eventType XmlEventType
s1 string
s2 string
s3 string
Résultat void

InitEvent() public méthode

public InitEvent ( XmlEventType eventType, string s1, string s2, string s3, object o ) : void
eventType XmlEventType
s1 string
s2 string
s3 string
o object
Résultat void