C# 클래스 System.Xml.XmlTextEncoder

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

비공개 메소드들

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