Xceed Chart for WinForms v4.4 Documentation
XmlNodeWriter Constructor(XmlDocument,Boolean)


Xceed.Chart.Utilities.v4.4 Assembly > Xceed.Chart.Utilities Namespace > XmlNodeWriter Class > XmlNodeWriter Constructor : XmlNodeWriter Constructor(XmlDocument,Boolean)
If root contains any content it will be completely replaced by what the XmlNodeWriter produces.
Clear the current children of the given node
Construct XmlNodeWriter for building the content of the given root XmlDocument node.
Syntax
'Declaration
 
Public Function New( _
   ByVal root As XmlDocument, _
   ByVal clearCurrentContents As Boolean _
)
'Usage
 
Dim root As XmlDocument
Dim clearCurrentContents As Boolean
 
Dim instance As New XmlNodeWriter(root, clearCurrentContents)
public XmlNodeWriter( 
   XmlDocument root,
   bool clearCurrentContents
)

Parameters

root
If root contains any content it will be completely replaced by what the XmlNodeWriter produces.
clearCurrentContents
Clear the current children of the given node
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

Reference

XmlNodeWriter Class
XmlNodeWriter Members
Overload List