C# 클래스 System.Xml.XmlWriter

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

공개 메소드들

메소드 설명
Close ( ) : void
Create ( Stream output ) : XmlWriter
Create ( Stream output, XmlWriterSettings settings ) : XmlWriter
Create ( StringBuilder output ) : XmlWriter
Create ( StringBuilder output, XmlWriterSettings settings ) : XmlWriter
Create ( TextWriter output ) : XmlWriter
Create ( TextWriter output, XmlWriterSettings settings ) : XmlWriter
Create ( XmlWriter output ) : XmlWriter
Create ( XmlWriter output, XmlWriterSettings settings ) : XmlWriter
Create ( string outputFileName ) : XmlWriter
Create ( string outputFileName, XmlWriterSettings settings ) : XmlWriter
Flush ( ) : void
LookupPrefix ( string ns ) : string
WriteAttributeString ( string localName, string value ) : void
WriteAttributeString ( string localName, string ns, string value ) : void
WriteAttributeString ( string prefix, string localName, string ns, string value ) : void
WriteAttributes ( XmlReader reader, bool defattr ) : void
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
WriteElementString ( string localName, String value ) : void
WriteElementString ( string localName, String ns, String value ) : void
WriteElementString ( string prefix, String localName, String ns, String value ) : void
WriteEndAttribute ( ) : void
WriteEndDocument ( ) : void
WriteEndElement ( ) : void
WriteEntityRef ( string name ) : void
WriteFullEndElement ( ) : void
WriteName ( string name ) : void
WriteNmToken ( string name ) : void
WriteNode ( XPathNavigator navigator, bool defattr ) : void
WriteNode ( XmlReader reader, bool defattr ) : 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 localName ) : void
WriteStartAttribute ( string localName, string ns ) : void
WriteStartAttribute ( string prefix, string localName, string ns ) : void
WriteStartDocument ( ) : void
WriteStartDocument ( bool standalone ) : void
WriteStartElement ( string localName ) : void
WriteStartElement ( string localName, string ns ) : void
WriteStartElement ( string prefix, string localName, string ns ) : void
WriteString ( string text ) : void
WriteSurrogateCharEntity ( char lowChar, char highChar ) : void
WriteValue ( DateTime value ) : void
WriteValue ( bool value ) : void
WriteValue ( decimal value ) : void
WriteValue ( double value ) : void
WriteValue ( float value ) : void
WriteValue ( int value ) : void
WriteValue ( long value ) : void
WriteValue ( object value ) : void
WriteValue ( string value ) : void
WriteWhitespace ( string ws ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
AddConformanceWrapper ( XmlWriter baseWriter, XmlWriterSettings baseWriterSettings, XmlWriterSettings settings ) : XmlWriter
CreateWriterImpl ( Stream output, Encoding encoding, bool closeOutput, XmlWriterSettings settings ) : XmlWriter
CreateWriterImpl ( TextWriter output, XmlWriterSettings settings ) : XmlWriter
IDisposable ( ) : void
WriteLocalNamespaces ( XPathNavigator nsNav ) : void

메소드 상세

Close() 공개 추상적인 메소드

public abstract Close ( ) : void
리턴 void

Create() 공개 정적인 메소드

public static Create ( Stream output ) : XmlWriter
output Stream
리턴 XmlWriter

Create() 공개 정적인 메소드

public static Create ( Stream output, XmlWriterSettings settings ) : XmlWriter
output Stream
settings XmlWriterSettings
리턴 XmlWriter

Create() 공개 정적인 메소드

public static Create ( StringBuilder output ) : XmlWriter
output StringBuilder
리턴 XmlWriter

Create() 공개 정적인 메소드

public static Create ( StringBuilder output, XmlWriterSettings settings ) : XmlWriter
output StringBuilder
settings XmlWriterSettings
리턴 XmlWriter

Create() 공개 정적인 메소드

public static Create ( TextWriter output ) : XmlWriter
output System.IO.TextWriter
리턴 XmlWriter

Create() 공개 정적인 메소드

public static Create ( TextWriter output, XmlWriterSettings settings ) : XmlWriter
output System.IO.TextWriter
settings XmlWriterSettings
리턴 XmlWriter

Create() 공개 정적인 메소드

public static Create ( XmlWriter output ) : XmlWriter
output XmlWriter
리턴 XmlWriter

Create() 공개 정적인 메소드

public static Create ( XmlWriter output, XmlWriterSettings settings ) : XmlWriter
output XmlWriter
settings XmlWriterSettings
리턴 XmlWriter

Create() 공개 정적인 메소드

public static Create ( string outputFileName ) : XmlWriter
outputFileName string
리턴 XmlWriter

Create() 공개 정적인 메소드

public static Create ( string outputFileName, XmlWriterSettings settings ) : XmlWriter
outputFileName string
settings XmlWriterSettings
리턴 XmlWriter

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Flush() 공개 추상적인 메소드

public abstract Flush ( ) : void
리턴 void

LookupPrefix() 공개 추상적인 메소드

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

WriteAttributeString() 공개 메소드

public WriteAttributeString ( string localName, string value ) : void
localName string
value string
리턴 void

WriteAttributeString() 공개 메소드

public WriteAttributeString ( string localName, string ns, string value ) : void
localName string
ns string
value string
리턴 void

WriteAttributeString() 공개 메소드

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

WriteAttributes() 공개 메소드

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

WriteBase64() 공개 추상적인 메소드

public abstract 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 abstract WriteCData ( string text ) : void
text string
리턴 void

WriteCharEntity() 공개 추상적인 메소드

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

WriteChars() 공개 추상적인 메소드

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

WriteComment() 공개 추상적인 메소드

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

WriteDocType() 공개 추상적인 메소드

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

WriteElementString() 공개 메소드

public WriteElementString ( string localName, String value ) : void
localName string
value String
리턴 void

WriteElementString() 공개 메소드

public WriteElementString ( string localName, String ns, String value ) : void
localName string
ns String
value String
리턴 void

WriteElementString() 공개 메소드

public WriteElementString ( string prefix, String localName, String ns, String value ) : void
prefix string
localName String
ns String
value String
리턴 void

WriteEndAttribute() 공개 추상적인 메소드

public abstract WriteEndAttribute ( ) : void
리턴 void

WriteEndDocument() 공개 추상적인 메소드

public abstract WriteEndDocument ( ) : void
리턴 void

WriteEndElement() 공개 추상적인 메소드

public abstract WriteEndElement ( ) : void
리턴 void

WriteEntityRef() 공개 추상적인 메소드

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

WriteFullEndElement() 공개 추상적인 메소드

public abstract WriteFullEndElement ( ) : void
리턴 void

WriteName() 공개 메소드

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

WriteNmToken() 공개 메소드

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

WriteNode() 공개 메소드

public WriteNode ( XPathNavigator navigator, bool defattr ) : void
navigator System.Xml.XPath.XPathNavigator
defattr bool
리턴 void

WriteNode() 공개 메소드

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

WriteProcessingInstruction() 공개 추상적인 메소드

public abstract 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 abstract WriteRaw ( char buffer, int index, int count ) : void
buffer char
index int
count int
리턴 void

WriteRaw() 공개 추상적인 메소드

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

WriteStartAttribute() 공개 메소드

public WriteStartAttribute ( string localName ) : void
localName string
리턴 void

WriteStartAttribute() 공개 메소드

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

WriteStartAttribute() 공개 추상적인 메소드

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

WriteStartDocument() 공개 추상적인 메소드

public abstract WriteStartDocument ( ) : void
리턴 void

WriteStartDocument() 공개 추상적인 메소드

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

WriteStartElement() 공개 메소드

public WriteStartElement ( string localName ) : void
localName string
리턴 void

WriteStartElement() 공개 메소드

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

WriteStartElement() 공개 추상적인 메소드

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

WriteString() 공개 추상적인 메소드

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

WriteSurrogateCharEntity() 공개 추상적인 메소드

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

WriteValue() 공개 메소드

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

WriteValue() 공개 메소드

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

WriteValue() 공개 메소드

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

WriteValue() 공개 메소드

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

WriteValue() 공개 메소드

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

WriteValue() 공개 메소드

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

WriteValue() 공개 메소드

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

WriteValue() 공개 메소드

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

WriteValue() 공개 메소드

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

WriteWhitespace() 공개 추상적인 메소드

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