Property | Type | Description | |
---|---|---|---|
base64Encoder | |||
resolver | IXmlNamespaceResolver |
Property | Type | Description | |
---|---|---|---|
Close | void | ||
StartElementContent | void | ||
WriteEndBase64 | void | ||
WriteEndElement | void | ||
WriteFullEndElement | void | ||
WriteNamespaceDeclaration | void | ||
WriteQualifiedName | void | ||
WriteXmlDeclaration | void | ||
WriteXmlDeclaration | void |
Method | Description | |
---|---|---|
LookupPrefix ( string ns ) : string | ||
WriteAttributes ( |
||
WriteBase64 ( byte buffer, int index, int count ) : void | ||
WriteCData ( string text ) : void | ||
WriteCharEntity ( char ch ) : void | ||
WriteChars ( char buffer, int index, int count ) : void | ||
WriteDocType ( string name, string pubid, string sysid, string subset ) : void | ||
WriteEndDocument ( ) : void | ||
WriteEndElement ( ) : void | ||
WriteFullEndElement ( ) : void | ||
WriteName ( string name ) : void | ||
WriteNmToken ( string name ) : void | ||
WriteNode ( System navigator, bool defattr ) : void | ||
WriteNode ( |
||
WriteQualifiedName ( string localName, string ns ) : void | ||
WriteRaw ( char buffer, int index, int count ) : void | ||
WriteRaw ( string data ) : void | ||
WriteStartDocument ( ) : void | ||
WriteStartDocument ( bool standalone ) : void | ||
WriteSurrogateCharEntity ( char lowChar, char highChar ) : void | ||
WriteValue ( object value ) : void | ||
WriteValue ( string value ) : void | ||
WriteWhitespace ( string ws ) : void |
Method | Description | |
---|---|---|
Close ( WriteState currentState ) : void | ||
StartElementContent ( ) : void | ||
WriteEndBase64 ( ) : void | ||
WriteEndElement ( string prefix, string localName, string ns ) : void | ||
WriteFullEndElement ( string prefix, string localName, string ns ) : void | ||
WriteNamespaceDeclaration ( string prefix, string ns ) : void | ||
WriteQualifiedName ( string prefix, string localName, string ns ) : void | ||
WriteXmlDeclaration ( XmlStandalone standalone ) : void | ||
WriteXmlDeclaration ( string xmldecl ) : void |
public WriteAttributes ( |
||
reader | ||
defattr | bool | |
return | void |
public WriteBase64 ( byte buffer, int index, int count ) : void | ||
buffer | byte | |
index | int | |
count | int | |
return | void |
public WriteChars ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
return | void |
public WriteDocType ( string name, string pubid, string sysid, string subset ) : void | ||
name | string | |
pubid | string | |
sysid | string | |
subset | string | |
return | void |
public WriteNode ( System navigator, bool defattr ) : void | ||
navigator | System | |
defattr | bool | |
return | void |
public WriteNode ( |
||
reader | ||
defattr | bool | |
return | void |
public WriteQualifiedName ( string localName, string ns ) : void | ||
localName | string | |
ns | string | |
return | void |
public WriteRaw ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
return | void |
public WriteStartDocument ( bool standalone ) : void | ||
standalone | bool | |
return | void |
public WriteSurrogateCharEntity ( char lowChar, char highChar ) : void | ||
lowChar | char | |
highChar | char | |
return | void |
protected XmlRawWriterBase64Encoder,System.Xml base64Encoder | ||
return |