Nevron Open Vision Documentation
Nevron.Nov.Xml Namespace / NXmlWriter Class
Methods


In This Topic
    NXmlWriter Class Members
    In This Topic

    The following tables list the members exposed by NXmlWriter.

    Public Methods
     NameDescription
    Public MethodCloses the stream this writer operates on.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a XML writer to write data to the given stream encoding the string data with the UTF8 encoding.  
    Public MethodWrites an attribute name/value pair to the current element.  
    Public MethodWrites a start tag, a text node as its content and an end tag.  
    Public MethodCloses all opened elements and puts the writer back in start state.  
    Public MethodWrites an end tag that closes the current element (e.g. </name>). If the current element has no content writes a a self closed tag (e.g. />).  
    Public MethodWrites a full end tag that closes the current element (e.g. </name>).  
    Public MethodWrites a XML document declaration.  
    Public MethodWrites a start tag with the given name.  
    Public MethodWrites the given string as a value to the current element.  
    Top
    Protected Methods
     NameDescription
    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.  
    Top
    See Also