C# 클래스 System.Xml.XmlTextWriter

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

공개 메소드들

메소드 설명
Close ( ) : void
Flush ( ) : void
LookupPrefix ( string ns ) : string
WriteBase64 ( byte buffer, int index, int count ) : void
WriteBinHex ( byte buffer, int index, int count ) : void
WriteCData ( string text ) : void
WriteCharEntity ( char ch ) : void
WriteChars ( Char buffer, int index, int count ) : void
WriteComment ( string text ) : void
WriteDocType ( string name, string pubid, string sysid, string subset ) : void
WriteEndAttribute ( ) : void
WriteEndDocument ( ) : void
WriteEndElement ( ) : void
WriteEntityRef ( string name ) : void
WriteFullEndElement ( ) : void
WriteName ( string name ) : void
WriteNmToken ( string name ) : void
WriteProcessingInstruction ( string name, string text ) : void
WriteQualifiedName ( string localName, string ns ) : void
WriteRaw ( Char buffer, int index, int count ) : void
WriteRaw ( String data ) : 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 lowChar, char highChar ) : void
WriteWhitespace ( string ws ) : void
XmlTextWriter ( Stream w, Encoding encoding ) : System
XmlTextWriter ( String filename, Encoding encoding ) : System
XmlTextWriter ( TextWriter w ) : System

비공개 메소드들

메소드 설명
AddNamespace ( string prefix, string ns, bool declared ) : void
AddToNamespaceHashtable ( int namespaceIndex ) : void
AutoComplete ( Token token ) : void
AutoCompleteAll ( ) : void
FindPrefix ( string ns ) : string
FlushEncoders ( ) : void
GeneratePrefix ( ) : string
HandleSpecialAttribute ( ) : void
Indent ( bool beforeEndElement ) : void
InternalWriteEndElement ( bool longFormat ) : void
InternalWriteName ( string name, bool NCName ) : void
InternalWriteProcessingInstruction ( string name, string text ) : void
LookupNamespace ( string prefix ) : int
LookupNamespaceInCurrentScope ( string prefix ) : int
PopNamespaces ( int indexFrom, int indexTo ) : void
PushNamespace ( string prefix, string ns, bool declared ) : void
PushStack ( ) : void
StartDocument ( int standalone ) : void
ValidateName ( string name, bool NCName ) : void
VerifyPrefixXml ( string prefix, string ns ) : void
WriteEndAttributeQuote ( ) : void
WriteEndStartTag ( bool empty ) : void
XmlTextWriter ( ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

LookupPrefix() 공개 메소드

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

WriteBase64() 공개 메소드

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

WriteBinHex() 공개 메소드

public WriteBinHex ( 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

WriteComment() 공개 메소드

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

WriteDocType() 공개 메소드

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

WriteEndAttribute() 공개 메소드

public WriteEndAttribute ( ) : void
리턴 void

WriteEndDocument() 공개 메소드

public WriteEndDocument ( ) : void
리턴 void

WriteEndElement() 공개 메소드

public WriteEndElement ( ) : void
리턴 void

WriteEntityRef() 공개 메소드

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

WriteFullEndElement() 공개 메소드

public WriteFullEndElement ( ) : void
리턴 void

WriteName() 공개 메소드

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

WriteNmToken() 공개 메소드

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

WriteProcessingInstruction() 공개 메소드

public WriteProcessingInstruction ( string name, string text ) : void
name string
text string
리턴 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

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 lowChar, char highChar ) : void
lowChar char
highChar char
리턴 void

WriteWhitespace() 공개 메소드

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

XmlTextWriter() 공개 메소드

public XmlTextWriter ( Stream w, Encoding encoding ) : System
w Stream
encoding System.Text.Encoding
리턴 System

XmlTextWriter() 공개 메소드

public XmlTextWriter ( String filename, Encoding encoding ) : System
filename String
encoding System.Text.Encoding
리턴 System

XmlTextWriter() 공개 메소드

public XmlTextWriter ( TextWriter w ) : System
w System.IO.TextWriter
리턴 System