메소드 | 설명 | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : void | ||
LookupPrefix ( string ns ) : string | ||
SetAttributeNewLineString ( string newLineString ) : string | ||
WriteAttributeTrailingWhitespace ( string whitespace ) : void | ||
WriteAttributeWhitespace ( string whitespace ) : 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 | ||
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 | ||
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 | ||
XmlAttributePreservingWriter ( |
||
XmlAttributePreservingWriter ( string fileName, |
메소드 | 설명 | |
---|---|---|
IsOnlyWhitespace ( string whitespace ) : bool |
public SetAttributeNewLineString ( string newLineString ) : string | ||
newLineString | string | |
리턴 | string |
public WriteAttributeTrailingWhitespace ( string whitespace ) : void | ||
whitespace | string | |
리턴 | void |
public WriteAttributeWhitespace ( string whitespace ) : void | ||
whitespace | string | |
리턴 | void |
public WriteBase64 ( byte buffer, int index, int count ) : void | ||
buffer | byte | |
index | int | |
count | int | |
리턴 | void |
public WriteChars ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
리턴 | void |
public WriteDocType ( string name, string pubid, string sysid, string subset ) : void | ||
name | string | |
pubid | string | |
sysid | string | |
subset | string | |
리턴 | void |
public WriteProcessingInstruction ( string name, string text ) : void | ||
name | string | |
text | string | |
리턴 | void |
public WriteRaw ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
리턴 | void |
public WriteStartAttribute ( string prefix, string localName, string ns ) : void | ||
prefix | string | |
localName | string | |
ns | string | |
리턴 | void |
public WriteStartDocument ( bool standalone ) : void | ||
standalone | bool | |
리턴 | void |
public WriteStartElement ( string prefix, string localName, string ns ) : void | ||
prefix | string | |
localName | string | |
ns | string | |
리턴 | void |
public WriteSurrogateCharEntity ( char lowChar, char highChar ) : void | ||
lowChar | char | |
highChar | char | |
리턴 | void |
public XmlAttributePreservingWriter ( |
||
textWriter | ||
리턴 | System |
public XmlAttributePreservingWriter ( string fileName, |
||
fileName | string | |
encoding | ||
리턴 | System |