C# Class System.Xml.XmlTextEncoder

显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
EndAttribute void
Flush void
StartAttribute void
Write void
Write void
Write void
WriteCharEntity void
WriteCharEntityImpl void
WriteCharEntityImpl void
WriteEntityRef void
WriteEntityRefImpl void
WriteRaw void
WriteRaw void
WriteRawWithSurrogateChecking void
WriteStringFragment void
WriteSurrogateChar void
WriteSurrogateCharEntity void
XmlTextEncoder System

Private Methods

Method Description
EndAttribute ( ) : void
Flush ( ) : void
StartAttribute ( bool cacheAttrValue ) : void
Write ( char ch ) : void
Write ( char array, int offset, int count ) : void
Write ( string text ) : void
WriteCharEntity ( char ch ) : void
WriteCharEntityImpl ( char ch ) : void
WriteCharEntityImpl ( string strVal ) : void
WriteEntityRef ( string name ) : void
WriteEntityRefImpl ( string name ) : void
WriteRaw ( char array, int offset, int count ) : void
WriteRaw ( string value ) : void
WriteRawWithSurrogateChecking ( string text ) : void
WriteStringFragment ( string str, int offset, int count, char helperBuffer ) : void
WriteSurrogateChar ( char lowChar, char highChar ) : void
WriteSurrogateCharEntity ( char lowChar, char highChar ) : void
XmlTextEncoder ( TextWriter textWriter ) : System