Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CloneTree()

XmlNode System.Xml.XmlDataDocument.CloneTree ( DataPointer other)
inlinepackage

Definition at line 763 of file XmlDataDocument.cs.

764 {
770 try
771 {
773 _ignoreXmlEvents = true;
774 IsFoliationEnabled = false;
775 _fAssociateDataRow = false;
777 LoadRows(null, xmlNode);
779 return xmlNode;
780 }
781 finally
782 {
787 }
788 }
XmlNode CloneTreeInternal(DataPointer other)
void LoadRows(XmlBoundElement rowElem, XmlNode node)
void SyncRows(DataRow parentRow, XmlNode node, bool fAddRowsToTable)

References System.Xml.XmlDataDocument._fAssociateDataRow, System.Xml.XmlDataDocument._ignoreDataSetEvents, System.Xml.XmlDataDocument._ignoreXmlEvents, System.Xml.XmlDataDocument.CloneTreeInternal(), System.Xml.Dictionary, System.Xml.XmlDataDocument.EnsurePopulatedMode(), System.Xml.XmlDataDocument.IsFoliationEnabled, System.Xml.XmlDataDocument.LoadRows(), System.other, and System.Xml.XmlDataDocument.SyncRows().