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

◆ EndCopy() [2/2]

void System.Xml.Xsl.Runtime.XmlQueryOutput.EndCopy ( XPathNavigator navigator,
bool callChk )
inlineprivate

Definition at line 776 of file XmlQueryOutput.cs.

777 {
778 if (callChk)
779 {
781 }
782 else
783 {
784 WriteEndElementUnchecked(navigator.Prefix, navigator.LocalName, navigator.NamespaceURI);
785 }
786 }
void WriteEndElementUnchecked(string prefix, string localName, string ns)

References System.Xml.Xsl.Runtime.XmlQueryOutput.WriteEndElement(), and System.Xml.Xsl.Runtime.XmlQueryOutput.WriteEndElementUnchecked().