Nevron.Xml Namespace / NXmlNodeWriter Class / WriteNode Method / WriteNode(XPathNavigator,Boolean) Method


In This Topic
    WriteNode(XPathNavigator,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub WriteNode( _
       ByVal navigator As System.Xml.XPath.XPathNavigator, _
       ByVal defattr As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NXmlNodeWriter
    Dim navigator As System.Xml.XPath.XPathNavigator
    Dim defattr As System.Boolean
     
    instance.WriteNode(navigator, defattr)
    public virtual void WriteNode( 
       System.Xml.XPath.XPathNavigator navigator,
       System.bool defattr
    )

    Parameters

    navigator
    defattr
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also