C# 클래스 System.Xml.XmlRawWriter

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

보호된 프로퍼티들

프로퍼티 타입 설명
base64Encoder XmlRawWriterBase64Encoder
resolver IXmlNamespaceResolver

Private Properties

프로퍼티 타입 설명
Close void
StartElementContent void
WriteEndBase64 void
WriteEndElement void
WriteFullEndElement void
WriteNamespaceDeclaration void
WriteQualifiedName void
WriteXmlDeclaration void
WriteXmlDeclaration void

공개 메소드들

메소드 설명
LookupPrefix ( string ns ) : string
WriteAttributes ( XmlReader reader, bool defattr ) : void
WriteBase64 ( byte buffer, int index, int count ) : void
WriteCData ( string text ) : void
WriteCharEntity ( char ch ) : void
WriteChars ( char buffer, int index, int count ) : void
WriteDocType ( string name, string pubid, string sysid, string subset ) : void
WriteEndDocument ( ) : void
WriteEndElement ( ) : void
WriteFullEndElement ( ) : void
WriteName ( string name ) : void
WriteNmToken ( string name ) : void
WriteNode ( System navigator, bool defattr ) : void
WriteNode ( XmlReader reader, bool defattr ) : void
WriteQualifiedName ( string localName, string ns ) : void
WriteRaw ( char buffer, int index, int count ) : void
WriteRaw ( string data ) : void
WriteStartDocument ( ) : void
WriteStartDocument ( bool standalone ) : void
WriteSurrogateCharEntity ( char lowChar, char highChar ) : void
WriteValue ( object value ) : void
WriteValue ( string value ) : void
WriteWhitespace ( string ws ) : void

비공개 메소드들

메소드 설명
Close ( WriteState currentState ) : void
StartElementContent ( ) : void
WriteEndBase64 ( ) : void
WriteEndElement ( string prefix, string localName, string ns ) : void
WriteFullEndElement ( string prefix, string localName, string ns ) : void
WriteNamespaceDeclaration ( string prefix, string ns ) : void
WriteQualifiedName ( string prefix, string localName, string ns ) : void
WriteXmlDeclaration ( XmlStandalone standalone ) : void
WriteXmlDeclaration ( string xmldecl ) : void

메소드 상세

LookupPrefix() 공개 메소드

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

WriteAttributes() 공개 메소드

public WriteAttributes ( XmlReader reader, bool defattr ) : void
reader XmlReader
defattr bool
리턴 void

WriteBase64() 공개 메소드

public WriteBase64 ( byte buffer, int index, int count ) : void
buffer byte
index int
count int
리턴 void

WriteCData() 공개 메소드

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

WriteCharEntity() 공개 메소드

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

WriteChars() 공개 메소드

public WriteChars ( char buffer, int index, int count ) : void
buffer char
index int
count int
리턴 void

WriteDocType() 공개 메소드

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

WriteEndDocument() 공개 메소드

public WriteEndDocument ( ) : void
리턴 void

WriteEndElement() 공개 메소드

public WriteEndElement ( ) : void
리턴 void

WriteFullEndElement() 공개 메소드

public WriteFullEndElement ( ) : void
리턴 void

WriteName() 공개 메소드

public WriteName ( string name ) : void
name string
리턴 void

WriteNmToken() 공개 메소드

public WriteNmToken ( string name ) : void
name string
리턴 void

WriteNode() 공개 메소드

public WriteNode ( System navigator, bool defattr ) : void
navigator System
defattr bool
리턴 void

WriteNode() 공개 메소드

public WriteNode ( XmlReader reader, bool defattr ) : void
reader XmlReader
defattr bool
리턴 void

WriteQualifiedName() 공개 메소드

public WriteQualifiedName ( string localName, string ns ) : void
localName string
ns string
리턴 void

WriteRaw() 공개 메소드

public WriteRaw ( char buffer, int index, int count ) : void
buffer char
index int
count int
리턴 void

WriteRaw() 공개 메소드

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

WriteStartDocument() 공개 메소드

public WriteStartDocument ( ) : void
리턴 void

WriteStartDocument() 공개 메소드

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

WriteSurrogateCharEntity() 공개 메소드

public WriteSurrogateCharEntity ( char lowChar, char highChar ) : void
lowChar char
highChar char
리턴 void

WriteValue() 공개 메소드

public WriteValue ( object value ) : void
value object
리턴 void

WriteValue() 공개 메소드

public WriteValue ( string value ) : void
value string
리턴 void

WriteWhitespace() 공개 메소드

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

프로퍼티 상세

base64Encoder 보호되어 있는 프로퍼티

protected XmlRawWriterBase64Encoder,System.Xml base64Encoder
리턴 XmlRawWriterBase64Encoder

resolver 보호되어 있는 프로퍼티

protected IXmlNamespaceResolver resolver
리턴 IXmlNamespaceResolver