Method | Description | |
---|---|---|
CompactWriter ( Stream stream, |
Constructs a CompactWriter.
|
|
CompactWriter ( |
Constructs a CompactWriter.
|
|
ToString ( |
Converts a XmlDocument to a compact string representation.
|
|
Write ( |
Formats and writes the indicated XmlDocument to the output stream using the style implemented by the class instance.
|
Method | Description | |
---|---|---|
WriteNode ( |
Formats and writes the indicated XmlNode to the output stream using the style implemented by the class instance.
|
public CompactWriter ( Stream stream, |
||
stream | Stream | The |
encoding | The character encoding to use. | |
return | System |
public CompactWriter ( |
||
writer | The |
|
return | System |
public static ToString ( |
||
document | The |
|
return | string |
public Write ( |
||
document | The |
|
return | void |