C# 클래스 XmlTransformer.XmlAttributePreservingWriter.AttributeTextWriter

상속: System.IO.TextWriter
파일 보기 프로젝트 열기: micahlmartin/XmlTransformer 1 사용 예제들

공개 메소드들

메소드 설명
AttributeTextWriter ( TextWriter baseWriter ) : System
Close ( ) : void
EndAttribute ( ) : void
Flush ( ) : void
StartAttribute ( ) : void
Write ( char value ) : void

비공개 메소드들

메소드 설명
ChangeState ( XmlAttributePreservingWriter newState ) : void
CreateBuffer ( ) : void
FlushBuffer ( ) : void
ReallyWriteCharacter ( char value ) : void
StateRequiresBuffer ( XmlAttributePreservingWriter state ) : bool
UpdateState ( char value ) : void
WriteQueuedAttribute ( ) : void

메소드 상세

AttributeTextWriter() 공개 메소드

public AttributeTextWriter ( TextWriter baseWriter ) : System
baseWriter TextWriter
리턴 System

Close() 공개 메소드

public Close ( ) : void
리턴 void

EndAttribute() 공개 메소드

public EndAttribute ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

StartAttribute() 공개 메소드

public StartAttribute ( ) : void
리턴 void

Write() 공개 메소드

public Write ( char value ) : void
value char
리턴 void