Property | Type | Description | |
---|---|---|---|
EndCDataSection | void | ||
StartCDataSection | bool | ||
StartElementContent | void | ||
WriteEndElement | void | ||
WriteFullEndElement | void | ||
WriteNamespaceDeclaration | void | ||
WriteXmlDeclaration | void | ||
WriteXmlDeclaration | void |
Method | Description | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : void | ||
QueryOutputWriter ( XmlRawWriter writer, XmlWriterSettings settings ) : System | ||
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 |
Suppress this explicit call to WriteDocType if information was provided by XmlWriterSettings.
|
|
WriteEndAttribute ( ) : void | ||
WriteEntityRef ( string name ) : 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 | ||
WriteStartElement ( string prefix, string localName, string ns ) : void |
Check well-formedness, possibly output doc-type-decl, and determine whether this element is a CData section element.
|
|
WriteString ( string text ) : void | ||
WriteSurrogateCharEntity ( char lowChar, char highChar ) : void | ||
WriteWhitespace ( string ws ) : void |
Method | Description | |
---|---|---|
EndCDataSection ( ) : void |
No longer write CData text.
|
|
StartCDataSection ( ) : bool |
Write CData text if element is a CData element. Return true if text should be written within a CData section.
|
|
StartElementContent ( ) : void | ||
WriteEndElement ( string prefix, string localName, string ns ) : void | ||
WriteFullEndElement ( string prefix, string localName, string ns ) : void | ||
WriteNamespaceDeclaration ( string prefix, string ns ) : void | ||
WriteXmlDeclaration ( XmlStandalone standalone ) : void |
Write the xml declaration. This must be the first call.
|
|
WriteXmlDeclaration ( string xmldecl ) : void |
public QueryOutputWriter ( XmlRawWriter writer, XmlWriterSettings settings ) : System | ||
writer | XmlRawWriter | |
settings | XmlWriterSettings | |
return | System |
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 WriteProcessingInstruction ( string name, string text ) : void | ||
name | string | |
text | string | |
return | void |
public WriteRaw ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
return | void |
public WriteStartAttribute ( string prefix, string localName, string ns ) : void | ||
prefix | string | |
localName | string | |
ns | string | |
return | void |
public WriteStartElement ( string prefix, string localName, string ns ) : void | ||
prefix | string | |
localName | string | |
ns | string | |
return | void |
public WriteSurrogateCharEntity ( char lowChar, char highChar ) : void | ||
lowChar | char | |
highChar | char | |
return | void |