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

◆ WriteEndElement()

override void System.Xml.Xsl.Runtime.XmlQueryOutput.WriteEndElement ( )
inline

Definition at line 143 of file XmlQueryOutput.cs.

144 {
145 if (_xstate == XmlState.EnumAttrs)
146 {
148 }
149 PopElementNames(out var prefix, out var localName, out var ns);
150 WriteEndElementUnchecked(prefix, localName, ns);
151 if (_depth == 0)
152 {
153 EndTree();
154 }
155 }
void WriteEndElementUnchecked(string prefix, string localName, string ns)
void PopElementNames(out string prefix, out string localName, out string ns)

References System.Xml.Xsl.Runtime.XmlQueryOutput._depth, System.Xml.Xsl.Runtime.XmlQueryOutput._xstate, System.Xml.Xsl.Runtime.XmlQueryOutput.EndTree(), System.Xml.Xsl.Runtime.XmlQueryOutput.PopElementNames(), System.prefix, System.Xml.Xsl.Runtime.XmlQueryOutput.StartElementContentUnchecked(), and System.Xml.Xsl.Runtime.XmlQueryOutput.WriteEndElementUnchecked().

Referenced by System.Xml.Xsl.Runtime.XmlQueryOutput.EndCopy(), System.Xml.Xsl.Runtime.XmlQueryOutput.EndCopy(), and System.Xml.Xsl.Runtime.XmlQueryOutput.WriteFullEndElement().