Name | Description | |
---|---|---|
NXmlNodeSerializer Constructor | Default constructor. |
The following tables list the members exposed by NXmlNodeSerializer.
Name | Description | |
---|---|---|
NXmlNodeSerializer Constructor | Default constructor. |
Name | Description | |
---|---|---|
m_Level | The level of the currently serialized XML node. | |
m_StringBuilder | The string builder used by the serialization process. | |
OOAE | ||
pOAE |
Name | Description | |
---|---|---|
AddDocumentDeclaration | Gets/Sets whether to add document declaration in the begginning, e.g. "<?xml version="1.0" encoding="utf-8"?>". By default set to true. | |
IndentElements | Gets/Sets whether to indent elements. By default set to true. |
Name | Description | |
---|---|---|
SerializeToStream | Overloaded. Serializes the given XML node to the specified stream using the UTF8 encoding. | |
SerializeToString | Overloaded. Serializes the given XML node to string. |
Name | Description | |
---|---|---|
AppendIndent | Appends an indentation to the string builder if the Indent property is set to true. | |
AppendLine | Overloaded. Appends a new line to the string builder if the Indent property is set to true. | |
CreateAttributeValueCharRefMap | Creates the attribute value character reference map. | |
CreateTextCharRefMap | Creates the text character reference map. | |
EncodeCharRefs | Encodes all reference characters in the given string to their corresponding reference strings. | |
GetDocumentDeclaration | Gets the string declaration with which the document's serialization should start. | |
SerializeAttribute | Serializes the given attribute name/value pair. | |
SerializeElement | Serializes the given XML element. | |
SerializeNode | Serializes the given XML node. | |
SerializeText | Serializes the given text node. |