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

◆ WriteStartProcessingInstruction()

void System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStartProcessingInstruction ( string target)
inline

Definition at line 519 of file XmlQueryOutput.cs.

520 {
521 ConstructWithinContent(XPathNodeType.ProcessingInstruction);
522 ValidateNames.ValidateNameThrow("", target, "", XPathNodeType.ProcessingInstruction, ValidateNames.Flags.AllExceptPrefixMapping);
523 _piTarget = target;
525 _xstate = XmlState.WithinPI;
526 _depth++;
527 }
void ConstructWithinContent(XPathNodeType rootType)

References System.Xml.Xsl.Runtime.XmlQueryOutput._depth, System.Xml.Xsl.Runtime.XmlQueryOutput._nodeText, System.Xml.Xsl.Runtime.XmlQueryOutput._piTarget, System.Xml.Xsl.Runtime.XmlQueryOutput._xstate, System.Xml.Xsl.Runtime.StringConcat.Clear(), System.Xml.Xsl.Runtime.XmlQueryOutput.ConstructWithinContent(), and System.Xml.ValidateNames.ValidateNameThrow().

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