NevronOpenVision
Nevron.Nov.Xml Namespace / NXmlNodeSerializer Class


NXmlNodeSerializer Class Methods

For a list of all members of this type, see NXmlNodeSerializer members.

Public Methods
 NameDescription
Public MethodOverloaded. Serializes the given XML node to the specified stream using the UTF8 encoding.  
Public MethodOverloaded. Serializes the given XML node to string.  
Top
Protected Methods
 NameDescription
Protected MethodAppends an indentation to the string builder if the Indent property is set to true.  
Protected MethodOverloaded. Appends a new line to the string builder if the Indent property is set to true.  
Protected MethodCreates the attribute value character reference map.  
Protected MethodCreates the text character reference map.  
Protected MethodEncodes all reference characters in the given string to their corresponding reference strings.  
Protected MethodGets the string declaration with which the document's serialization should start.  
Protected MethodSerializes the given attribute name/value pair.  
Protected MethodSerializes the given XML element.  
Protected MethodSerializes the given XML node.  
Protected MethodSerializes the given text node.  
Top
See Also