NevronOpenVision
Nevron.Nov.Xml Namespace / NXmlNodeSerializer Class
Fields Properties Methods


NXmlNodeSerializer Class Members

The following tables list the members exposed by NXmlNodeSerializer.

Public Constructors
 NameDescription
Public ConstructorDefault constructor.  
Top
Protected Fields
 NameDescription
Protected FieldThe level of the currently serialized XML node.  
Protected FieldThe string builder used by the serialization process.  
Internal Field  
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyGets/Sets whether to add document declaration in the begginning, e.g. "<?xml version="1.0" encoding="utf-8"?>". By default set to true.  
Public PropertyGets/Sets whether to indent elements. By default set to true.  
Top
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