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

◆ WriteFullEndElement() [2/2]

override void System.Xml.QueryOutputWriter.WriteFullEndElement ( string prefix,
string localName,
string ns )
inlinepackagevirtual

Reimplemented from System.Xml.XmlRawWriter.

Definition at line 147 of file QueryOutputWriter.cs.

148 {
150 _wrapped.WriteFullEndElement(prefix, localName, ns);
152 {
153 _depth--;
154 }
155 if (_lookupCDataElems != null)
156 {
158 }
159 }
readonly Dictionary< XmlQualifiedName, int > _lookupCDataElems
readonly XmlRawWriter _wrapped
override void WriteFullEndElement()

References System.Xml.QueryOutputWriter._bitsCData, System.Xml.QueryOutputWriter._checkWellFormedDoc, System.Xml.QueryOutputWriter._depth, System.Xml.QueryOutputWriter._lookupCDataElems, System.Xml.QueryOutputWriter._wrapped, System.Xml.QueryOutputWriter.EndCDataSection(), System.Xml.BitStack.PopBit(), System.prefix, and System.Xml.XmlRawWriter.WriteFullEndElement().