'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