C# 클래스 System.Runtime.Serialization.Json.JsonWriter

상속: System.Xml.XmlDictionaryWriter, IXmlJsonWriterInitializer
파일 보기 프로젝트 열기: kumpera/mono

공개 메소드들

메소드 설명
Close ( ) : void
Flush ( ) : void
JsonWriter ( Stream stream, Encoding encoding, bool closeOutput ) : System
LookupPrefix ( string ns ) : string
SetOutput ( Stream stream, Encoding encoding, bool ownsStream ) : void
WriteBase64 ( byte bytes, int start, int length ) : void
WriteCData ( string text ) : void
WriteCharEntity ( char entity ) : void
WriteChars ( char chars, int start, int length ) : void
WriteComment ( string text ) : void
WriteDocType ( string name, string pubid, string sysid, string intSubset ) : void
WriteEndAttribute ( ) : void
WriteEndDocument ( ) : void
WriteEndElement ( ) : void
WriteEntityRef ( string text ) : void
WriteFullEndElement ( ) : void
WriteProcessingInstruction ( string target, string data ) : void
WriteRaw ( char chars, int start, int length ) : void
WriteRaw ( string text ) : void
WriteStartAttribute ( string prefix, string localName, string ns ) : void
WriteStartDocument ( ) : void
WriteStartDocument ( bool standalone ) : void
WriteStartElement ( string prefix, string localName, string ns ) : void
WriteString ( string text ) : void
WriteSurrogateCharEntity ( char high, char low ) : void
WriteWhitespace ( string text ) : void

비공개 메소드들

메소드 설명
AppendBuffer ( StringBuilder &sb, string input, int start, int i, string append ) : void
CheckState ( ) : void
CloseStartElement ( ) : void
EscapeStringLiteral ( string input ) : string
OutputAsciiChar ( char c ) : void
OutputString ( string s ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

JsonWriter() 공개 메소드

public JsonWriter ( Stream stream, Encoding encoding, bool closeOutput ) : System
stream Stream
encoding System.Text.Encoding
closeOutput bool
리턴 System

LookupPrefix() 공개 메소드

public LookupPrefix ( string ns ) : string
ns string
리턴 string

SetOutput() 공개 메소드

public SetOutput ( Stream stream, Encoding encoding, bool ownsStream ) : void
stream Stream
encoding System.Text.Encoding
ownsStream bool
리턴 void

WriteBase64() 공개 메소드

public WriteBase64 ( byte bytes, int start, int length ) : void
bytes byte
start int
length int
리턴 void

WriteCData() 공개 메소드

public WriteCData ( string text ) : void
text string
리턴 void

WriteCharEntity() 공개 메소드

public WriteCharEntity ( char entity ) : void
entity char
리턴 void

WriteChars() 공개 메소드

public WriteChars ( char chars, int start, int length ) : void
chars char
start int
length int
리턴 void

WriteComment() 공개 메소드

public WriteComment ( string text ) : void
text string
리턴 void

WriteDocType() 공개 메소드

public WriteDocType ( string name, string pubid, string sysid, string intSubset ) : void
name string
pubid string
sysid string
intSubset string
리턴 void

WriteEndAttribute() 공개 메소드

public WriteEndAttribute ( ) : void
리턴 void

WriteEndDocument() 공개 메소드

public WriteEndDocument ( ) : void
리턴 void

WriteEndElement() 공개 메소드

public WriteEndElement ( ) : void
리턴 void

WriteEntityRef() 공개 메소드

public WriteEntityRef ( string text ) : void
text string
리턴 void

WriteFullEndElement() 공개 메소드

public WriteFullEndElement ( ) : void
리턴 void

WriteProcessingInstruction() 공개 메소드

public WriteProcessingInstruction ( string target, string data ) : void
target string
data string
리턴 void

WriteRaw() 공개 메소드

public WriteRaw ( char chars, int start, int length ) : void
chars char
start int
length int
리턴 void

WriteRaw() 공개 메소드

public WriteRaw ( string text ) : void
text string
리턴 void

WriteStartAttribute() 공개 메소드

public WriteStartAttribute ( string prefix, string localName, string ns ) : void
prefix string
localName string
ns string
리턴 void

WriteStartDocument() 공개 메소드

public WriteStartDocument ( ) : void
리턴 void

WriteStartDocument() 공개 메소드

public WriteStartDocument ( bool standalone ) : void
standalone bool
리턴 void

WriteStartElement() 공개 메소드

public WriteStartElement ( string prefix, string localName, string ns ) : void
prefix string
localName string
ns string
리턴 void

WriteString() 공개 메소드

public WriteString ( string text ) : void
text string
리턴 void

WriteSurrogateCharEntity() 공개 메소드

public WriteSurrogateCharEntity ( char high, char low ) : void
high char
low char
리턴 void

WriteWhitespace() 공개 메소드

public WriteWhitespace ( string text ) : void
text string
리턴 void