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

◆ CopyNamespaces()

void System.Xml.Xsl.Runtime.XmlQueryOutput.CopyNamespaces ( XPathNavigator navigator,
XPathNamespaceScope nsScope )
inlineprivate

Definition at line 788 of file XmlQueryOutput.cs.

789 {
790 if (navigator.NamespaceURI.Length == 0)
791 {
793 }
794 if (navigator.MoveToFirstNamespace(nsScope))
795 {
797 navigator.MoveToParent();
798 }
799 }
void WriteNamespaceDeclarationUnchecked(string prefix, string ns)
void CopyNamespacesHelper(XPathNavigator navigator, XPathNamespaceScope nsScope)

References System.Xml.Xsl.Runtime.XmlQueryOutput.CopyNamespacesHelper(), and System.Xml.Xsl.Runtime.XmlQueryOutput.WriteNamespaceDeclarationUnchecked().

Referenced by System.Xml.Xsl.Runtime.XmlQueryOutput.CopyNode(), and System.Xml.Xsl.Runtime.XmlQueryOutput.StartCopy().