'Declaration Public Function New( _ ByVal root As XmlElement, _ ByVal clearCurrentContents As Boolean _ )
'Usage Dim root As XmlElement Dim clearCurrentContents As Boolean Dim instance As New XmlNodeWriter(root, clearCurrentContents)
public XmlNodeWriter( XmlElement 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