C# 클래스 System.Xml.Xsl.XsltOld.SequentialOutput

상속: RecordOutput
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

보호된 프로퍼티들

프로퍼티 타입 설명
encoding System.Text.Encoding

공개 메소드들

메소드 설명
OmitXmlDecl ( ) : void
RecordDone ( RecordBuilder record ) : Processor.OutputResult
TheEnd ( ) : void

비공개 메소드들

메소드 설명
CacheOuptutProps ( XsltOutput output ) : void
CacheRecord ( RecordBuilder record ) : void
Close ( ) : void
DecideDefaultOutput ( BuilderInfo node ) : bool
Indent ( RecordBuilder record ) : void
Indent ( int depth ) : void
OutputCachedRecords ( ) : void
OutputRecord ( BuilderInfo node ) : void
OutputRecord ( RecordBuilder record ) : void
SequentialOutput ( Processor processor ) : System
Write ( char outputChar ) : void
Write ( string outputText ) : void
WriteAttributes ( ArrayList list, int count, HtmlElementProps htmlElementsProps ) : void
WriteCData ( string value ) : void
WriteCDataSection ( string value ) : void
WriteDoctype ( BuilderInfo mainNode ) : void
WriteEndElement ( RecordBuilder record ) : void
WriteHtmlAttributeValue ( string value ) : void
WriteHtmlUri ( string value ) : void
WriteName ( string prefix, string name ) : void
WriteProcessingInstruction ( BuilderInfo node ) : void
WriteProcessingInstruction ( RecordBuilder record ) : void
WriteStartElement ( RecordBuilder record ) : void
WriteTextNode ( BuilderInfo node ) : void
WriteTextNode ( RecordBuilder record ) : void
WriteWithReplace ( string value, char find, string replace ) : void
WriteXmlAttributeValue ( string value ) : void
WriteXmlDeclaration ( ) : void

메소드 상세

OmitXmlDecl() 공개 메소드

public OmitXmlDecl ( ) : void
리턴 void

RecordDone() 공개 메소드

public RecordDone ( RecordBuilder record ) : Processor.OutputResult
record RecordBuilder
리턴 Processor.OutputResult

TheEnd() 공개 메소드

public TheEnd ( ) : void
리턴 void

프로퍼티 상세

encoding 보호되어 있는 프로퍼티

protected Encoding,System.Text encoding
리턴 System.Text.Encoding