C# 클래스 System.Xml.XmlWellFormedWriter

상속: XmlWriter
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddAttribute void
AddNamespace void
AddToAttrHashTable void
AddToNamespaceHashtable void
AdvanceState void
CheckNCName void
DupAttrException XmlException
GeneratePrefix string
GetStateName string
InvalidCharsException System.Exception
LookupLocalNamespace string
LookupNamespace string
LookupNamespaceIndex int
PopNamespaces void
PushNamespaceExplicit bool
PushNamespaceImplicit void
SetSpecialAttribute void
StartElementContent void
StartFragment void
ThrowInvalidStateTransition void
WriteStartDocumentImpl void
XmlWellFormedWriter System

공개 메소드들

메소드 설명
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
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 namespaceName ) : 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
WriteValue ( System.DateTime value ) : void
WriteValue ( DateTimeOffset 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

비공개 메소드들

메소드 설명
AddAttribute ( string prefix, string localName, string namespaceName ) : void
AddNamespace ( string prefix, string ns, NamespaceKind kind ) : void
AddToAttrHashTable ( int attributeIndex ) : void
AddToNamespaceHashtable ( int namespaceIndex ) : void
AdvanceState ( Token token ) : void
CheckNCName ( string ncname ) : void
DupAttrException ( string prefix, string localName ) : XmlException
GeneratePrefix ( ) : string
GetStateName ( State state ) : string
InvalidCharsException ( string name, int badCharIndex ) : Exception
LookupLocalNamespace ( string prefix ) : string
LookupNamespace ( string prefix ) : string
LookupNamespaceIndex ( string prefix ) : int
PopNamespaces ( int indexFrom, int indexTo ) : void
PushNamespaceExplicit ( string prefix, string ns ) : bool
PushNamespaceImplicit ( string prefix, string ns ) : void
SetSpecialAttribute ( SpecialAttribute special ) : void
StartElementContent ( ) : void
StartFragment ( ) : void
ThrowInvalidStateTransition ( Token token, State currentState ) : void
WriteStartDocumentImpl ( XmlStandalone standalone ) : void
XmlWellFormedWriter ( XmlWriter writer, XmlWriterSettings settings ) : 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

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 namespaceName ) : void
prefix string
localName string
namespaceName 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

WriteValue() 공개 메소드

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

WriteValue() 공개 메소드

public WriteValue ( DateTimeOffset value ) : void
value DateTimeOffset
리턴 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 WriteWhitespace ( string ws ) : void
ws string
리턴 void