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

◆ WriteStartAttribute() [3/4]

override void System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStartAttribute ( string prefix,
string localName,
string ns )
inline

Definition at line 162 of file XmlQueryOutput.cs.

163 {
164 if (prefix.Length == 5 && prefix == "xmlns")
165 {
166 WriteStartNamespace(localName);
167 return;
168 }
170 if (ns.Length != 0 && _depth != 0)
171 {
173 }
174 WriteStartAttributeUnchecked(prefix, localName, ns);
175 }
void ConstructInEnumAttrs(XPathNodeType rootType)
void WriteStartAttributeUnchecked(string prefix, string localName, string ns)
string CheckAttributePrefix(string prefix, string ns)

References System.Xml.Xsl.Runtime.XmlQueryOutput._depth, System.Xml.Xsl.Runtime.XmlQueryOutput.CheckAttributePrefix(), System.Xml.Xsl.Runtime.XmlQueryOutput.ConstructInEnumAttrs(), System.prefix, System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStartAttributeUnchecked(), and System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStartNamespace().

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