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

◆ WriteString() [2/3]

void System.Xml.Xsl.Runtime.XmlQueryOutput.WriteString ( string text,
bool disableOutputEscaping )
inlineprivate

Definition at line 618 of file XmlQueryOutput.cs.

619 {
620 switch (_xstate)
621 {
622 case XmlState.WithinSequence:
624 goto case XmlState.WithinContent;
625 case XmlState.WithinContent:
627 {
629 }
630 else
631 {
633 }
634 break;
635 case XmlState.EnumAttrs:
637 goto case XmlState.WithinContent;
638 case XmlState.WithinAttr:
640 break;
641 case XmlState.WithinNmsp:
643 break;
644 case XmlState.WithinComment:
646 break;
647 case XmlState.WithinPI:
649 break;
650 }
651 if (_depth == 0)
652 {
653 EndTree();
654 }
655 }
void StartTree(XPathNodeType rootType)
void WriteProcessingInstructionString(string text)

References System.Xml.Xsl.Runtime.XmlQueryOutput._depth, System.Xml.Xsl.Runtime.XmlQueryOutput._xstate, System.Xml.Xsl.Runtime.XmlQueryOutput.EndTree(), System.Xml.Xsl.Runtime.XmlQueryOutput.StartElementContentUnchecked(), System.Xml.Xsl.Runtime.XmlQueryOutput.StartTree(), System.text, System.Xml.Xsl.Runtime.XmlQueryOutput.WriteCommentString(), System.Xml.Xsl.Runtime.XmlQueryOutput.WriteNamespaceString(), System.Xml.Xsl.Runtime.XmlQueryOutput.WriteProcessingInstructionString(), System.Xml.Xsl.Runtime.XmlQueryOutput.WriteRawUnchecked(), and System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStringUnchecked().