Nevron Open Vision Documentation
Nevron.Nov.Xml Namespace / NXmlDocumentSerializer Class
Fields Properties Methods


In This Topic
    NXmlDocumentSerializer Class Members
    In This Topic

    The following tables list the members exposed by NXmlDocumentSerializer.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Protected FieldThe level of the currently serialized XML node.  
    Protected FieldThe string builder used by the serialization process.  
    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 MethodSerializes the given XML document to the specified stream using the provided encoding.  
    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