Method |
Description |
|
AppendAttributeValue ( XmlTextReader reader ) : int |
|
|
AppendCData ( string cdata ) : int |
|
|
AppendCharEntity ( char ch ) : int |
|
|
AppendComment ( string comment ) : int |
|
|
AppendEntityRef ( string entityRef ) : int |
|
|
AppendEscapeTextString ( string s ) : int |
|
|
AppendEscapeXmlString ( string s, bool inAttribute, char quoteChar ) : int |
|
|
AppendIndent ( int linePosition, int indent, int depth, bool newLine ) : int |
|
|
AppendNewLine ( ) : int |
|
|
AppendProcessingInstruction ( string name, string value ) : int |
|
|
AppendRequiredWhiteSpace ( int fromLineNumber, int fromLinePosition, int toLineNumber, int toLinePosition ) : int |
|
|
AppendSpace ( ) : int |
|
|
AppendSpaces ( int count ) : int |
|
|
AppendSpacesToLinePosition ( int linePosition ) : int |
|
|
AppendWhiteSpace ( int fromLineNumber, int fromLinePosition, int toLineNumber, int toLinePosition ) : int |
|
|
CreateStreamCheckpoint ( ) : object |
|
|
Flush ( ) : void |
|
|
RestoreStreamCheckpoint ( object o ) : void |
|
|
SeekToLineStart ( ) : void |
|
|
UpdatePosition ( char ch ) : void |
|
|
Write ( char ch ) : int |
|
|
Write ( string s ) : int |
|
|
XmlUtilWriter ( ) : System.Configuration.Internal |
|
|
XmlUtilWriter ( TextWriter writer, bool trackPosition ) : System.Configuration.Internal |
|
|