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

◆ WriteStartComputed() [1/4]

void System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStartComputed ( XPathNodeType nodeType,
string tagName,
int prefixMappingsIndex )
inlineprivate

Definition at line 917 of file XmlQueryOutput.cs.

918 {
920 prefix = EnsureValidName(prefix, localName, ns, nodeType);
921 if (nodeType == XPathNodeType.Element)
922 {
923 WriteStartElement(prefix, localName, ns);
924 }
925 else
926 {
927 WriteStartAttribute(prefix, localName, ns);
928 }
929 }
override void WriteStartElement(string prefix, string localName, string ns)
string EnsureValidName(string prefix, string localName, string ns, XPathNodeType nodeType)
override void WriteStartAttribute(string prefix, string localName, string ns)
readonly XmlQueryRuntime _runtime
XmlQualifiedName ParseTagName(string tagName, int indexPrefixMappings)

References System.Xml.Xsl.Runtime.XmlQueryOutput._runtime, System.Xml.Xsl.Runtime.XmlQueryOutput.EnsureValidName(), System.Xml.Xsl.Runtime.XmlQueryRuntime.ParseTagName(), System.prefix, System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStartAttribute(), and System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStartElement().

Referenced by System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStartAttributeComputed(), System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStartAttributeComputed(), System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStartAttributeComputed(), System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStartAttributeComputed(), System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStartElementComputed(), System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStartElementComputed(), System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStartElementComputed(), and System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStartElementComputed().