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

◆ ParseTagName() [2/3]

XmlQualifiedName System.Xml.Xsl.Runtime.XmlQueryRuntime.ParseTagName ( string tagName,
int indexPrefixMappings )
inline

Definition at line 226 of file XmlQueryRuntime.cs.

227 {
229 return new XmlQualifiedName(localName, ns);
230 }
XmlQualifiedName ParseTagName(string tagName, int indexPrefixMappings)

References System.Xml.Xsl.Runtime.XmlQueryRuntime.ParseTagName().

Referenced by System.Xml.Xsl.Runtime.XmlQueryRuntime.ParseTagName(), and System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStartComputed().