Nevron .NET Vision
Nevron.Xml Namespace / NXmlNodeWriter Class
Properties Methods


In This Topic
    NXmlNodeWriter Class Members
    In This Topic

    The following tables list the members exposed by NXmlNodeWriter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Xml.XmlWriter)
    Public PropertyOverridden. Return the current state of the writer.  
    Public PropertyOverridden. Return the current XmlLang state. This does not have an efficient implementation, so use at your own risk.  
    Public PropertyOverridden. Return the current XmlSpace state. This does not have an efficient implementation, so use at your own risk.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. This auto-closes any open elements and puts the writer in the WriteState.Closed state.  
    Public MethodOverloaded.  (Inherited from System.Xml.XmlWriter)
    Public MethodOverridden. This is a noop.  
    Public Method (Inherited from System.Xml.XmlWriter)
    Public MethodOverridden. Returns the result of GetPrefixOfNamespace on the current node.  
    Public Method (Inherited from System.Xml.XmlWriter)
    Public Method (Inherited from System.Xml.XmlWriter)
    Public MethodOverloaded.  (Inherited from System.Xml.XmlWriter)
    Public Method (Inherited from System.Xml.XmlWriter)
    Public MethodOverridden. This method is implemented using Convert.ToBase64String.  
    Public Method (Inherited from System.Xml.XmlWriter)
    Public MethodOverridden. This is implementd using a temporary XmlTextWriter to turn the given binary blob into a string, then it calls WriteString with the result.  
    Public Method (Inherited from System.Xml.XmlWriter)
    Public MethodOverridden. Creates a System.Xml.XmlCDataSection node.  
    Public Method (Inherited from System.Xml.XmlWriter)
    Public MethodOverridden. Writes the given char as a string. The XmlDocument has no representation for character entities, so the fact that this was called will be lost.  
    Public Method (Inherited from System.Xml.XmlWriter)
    Public MethodOverridden. Calls WriteString with new string(buffer, index, count).  
    Public Method (Inherited from System.Xml.XmlWriter)
    Public MethodOverridden. Creates an System.Xml.XmlComment node.  
    Public Method (Inherited from System.Xml.XmlWriter)
    Public MethodOverridden. Creates an System.Xml.XmlDocumentType node.  
    Public Method (Inherited from System.Xml.XmlWriter)
    Public MethodOverloaded.  (Inherited from System.Xml.XmlWriter)
    Public Method (Inherited from System.Xml.XmlWriter)
    Public MethodOverridden. Closes the previous WriteStartAttribute call.  
    Public MethodOverridden. Closes any open elements and puts the writer back in the Start state.  
    Public Method (Inherited from System.Xml.XmlWriter)
    Public MethodOverridden. Closes the previous WriteStartElement call.  
    Public Method (Inherited from System.Xml.XmlWriter)
    Public MethodOverridden. Creates a System.Xml.XmlEntityReference node.  
    Public Method (Inherited from System.Xml.XmlWriter)
    Public MethodOverridden. The DOM does not preserve this information, so this is equivalent to WriteEndElement.  
    Public Method (Inherited from System.Xml.XmlWriter)
    Public MethodOverridden. Calls WriteString if the name is a valid XML name.  
    Public Method (Inherited from System.Xml.XmlWriter)
    Public MethodOverridden. Calls WriteString if the name is a valid XML NMTOKEN.  
    Public Method (Inherited from System.Xml.XmlWriter)
    Public MethodOverloaded.  (Inherited from System.Xml.XmlWriter)
    Public MethodOverloaded.  (Inherited from System.Xml.XmlWriter)
    Public MethodOverridden. Creates a System.Xml.XmlProcessingInstruction node.  
    Public Method (Inherited from System.Xml.XmlWriter)
    Public MethodOverridden. Looks up the prefix in scope for the given namespace and calls WriteString with the prefix+":"+localName (or just localName if the prefix is the empty string).  
    Public Method (Inherited from System.Xml.XmlWriter)
    Public MethodOverloaded. Overridden. WriteRaw writes out the given string "unescaped", in other words it better be well formed XML markup. So for the NXmlNodeWriter we parse this string and build the resulting tree, so it maps to setting the InnerXml property.  
    Public MethodOverloaded.  (Inherited from System.Xml.XmlWriter)
    Public MethodOverloaded. Overridden. Creates a System.Xml.XmlAttribute node.  
    Public MethodOverloaded. Overridden. Writes the XmlDeclaration node with a standalone attribute. This is only allowed when the writer is in the Start state, which only happens if the writer was constructed with an XmlDocument object.  
    Public MethodOverloaded.  (Inherited from System.Xml.XmlWriter)
    Public MethodOverloaded. Overridden. Creates a System.Xml.XmlElement node.  
    Public Method (Inherited from System.Xml.XmlWriter)
    Public MethodOverridden. Creates a System.Xml.XmlText node. If the current node is already an XmlText node it appends the text to that node.  
    Public Method (Inherited from System.Xml.XmlWriter)
    Public MethodOverridden. Calls WriteString with the character data.  
    Public Method (Inherited from System.Xml.XmlWriter)
    Public MethodOverloaded.  (Inherited from System.Xml.XmlWriter)
    Public MethodOverridden. Create a System.Xml.XmlWhitespace node.  
    Public Method (Inherited from System.Xml.XmlWriter)
    Top
    See Also