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

◆ WriteStartElement() [3/4]

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

Definition at line 128 of file XmlQueryOutput.cs.

129 {
131 WriteStartElementUnchecked(prefix, localName, ns);
133 if (_attrCache == null)
134 {
135 _attrCache = new XmlAttributeCache();
136 }
137 _attrCache.Init(Writer);
138 Writer = _attrCache;
139 _attrCache = null;
140 PushElementNames(prefix, localName, ns);
141 }
void PushElementNames(string prefix, string localName, string ns)
void WriteNamespaceDeclarationUnchecked(string prefix, string ns)
void ConstructWithinContent(XPathNodeType rootType)
void WriteStartElementUnchecked(string prefix, string localName, string ns)

References System.Xml.Xsl.Runtime.XmlQueryOutput._attrCache, System.Xml.Xsl.Runtime.XmlQueryOutput.ConstructWithinContent(), System.Xml.Xsl.Runtime.XmlAttributeCache.Init(), System.prefix, System.Xml.Xsl.Runtime.XmlQueryOutput.PushElementNames(), System.Xml.Xsl.Runtime.XmlQueryOutput.WriteNamespaceDeclarationUnchecked(), and System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStartElementUnchecked().

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