Метод | Описание | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : void | ||
LookupPrefix ( string namespaceUri ) : 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 nmtoken ) : void | ||
WriteProcessingInstruction ( string name, string text ) : void | ||
WriteQualifiedName ( string localName, string ns ) : void | ||
WriteRaw ( char buffer, int index, int count ) : void | ||
WriteRaw ( string raw ) : void | ||
WriteStartAttribute ( string prefix, string localName, string namespaceUri ) : void | ||
WriteStartDocument ( ) : void | ||
WriteStartDocument ( bool standalone ) : void | ||
WriteStartElement ( string prefix, string localName, string namespaceUri ) : void | ||
WriteString ( string text ) : void | ||
WriteSurrogateCharEntity ( char low, char high ) : void | ||
WriteWhitespace ( string text ) : void | ||
XmlTextWriter ( Stream stream, |
||
XmlTextWriter ( |
||
XmlTextWriter ( string filename, |
Метод | Описание | |
---|---|---|
ArgumentError ( string msg ) : |
||
ArgumentOutOfRangeError ( string name ) : |
||
CheckChunkRange ( |
||
CheckMixedContentState ( ) : void | ||
CloseStartElement ( ) : void | ||
CloseStartElementCore ( ) : void | ||
DetermineAttributePrefix ( string prefix, string local, string ns ) : string | ||
Initialize ( |
||
InvalidOperation ( string msg ) : |
||
MockupPrefix ( string ns, bool skipLookup ) : string | ||
OutputAutoStartDocument ( ) : void | ||
ShiftStateContent ( string occured, bool allowAttribute ) : void | ||
ShiftStateTopLevel ( string occured, bool allowAttribute, bool dontCheckXmlDecl, bool isCharacter ) : void | ||
StateError ( string occured ) : |
||
WriteCharacterEntity ( char ch, char high, bool surrogate ) : void | ||
WriteCheckedBuffer ( char text, int idx, int length ) : void | ||
WriteCheckedString ( string s ) : void | ||
WriteEndElementCore ( bool full ) : void | ||
WriteEscapedBuffer ( char text, int index, int length, bool isAttribute ) : void | ||
WriteEscapedString ( string text, bool isAttribute ) : void | ||
WriteIndent ( ) : void | ||
WriteIndentAttribute ( ) : void | ||
WriteIndentCore ( int nestFix, bool attribute ) : bool | ||
WriteIndentEndElement ( ) : void | ||
WriteStartDocumentCore ( bool outputStd, bool standalone ) : void | ||
XmlTextWriter ( |
public LookupPrefix ( string namespaceUri ) : string | ||
namespaceUri | string | |
Результат | string |
public WriteBase64 ( byte buffer, int index, int count ) : void | ||
buffer | byte | |
index | int | |
count | int | |
Результат | void |
public WriteBinHex ( 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 WriteComment ( string text ) : void | ||
text | string | |
Результат | void |
public WriteDocType ( string name, string pubid, string sysid, string subset ) : void | ||
name | string | |
pubid | string | |
sysid | string | |
subset | string | |
Результат | void |
public WriteEntityRef ( string name ) : void | ||
name | string | |
Результат | void |
public WriteNmToken ( string nmtoken ) : void | ||
nmtoken | string | |
Результат | void |
public WriteProcessingInstruction ( string name, string text ) : void | ||
name | string | |
text | string | |
Результат | void |
public WriteQualifiedName ( string localName, string ns ) : void | ||
localName | string | |
ns | 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 namespaceUri ) : void | ||
prefix | string | |
localName | string | |
namespaceUri | string | |
Результат | void |
public WriteStartDocument ( bool standalone ) : void | ||
standalone | bool | |
Результат | void |
public WriteStartElement ( string prefix, string localName, string namespaceUri ) : void | ||
prefix | string | |
localName | string | |
namespaceUri | string | |
Результат | void |
public WriteSurrogateCharEntity ( char low, char high ) : void | ||
low | char | |
high | char | |
Результат | void |
public WriteWhitespace ( string text ) : void | ||
text | string | |
Результат | void |
public XmlTextWriter ( Stream stream, |
||
stream | Stream | |
encoding | ||
Результат | System |
public XmlTextWriter ( |
||
writer | ||
Результат | System |
public XmlTextWriter ( string filename, |
||
filename | string | |
encoding | ||
Результат | System |