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

◆ GetVersionAttribute()

void System.Xml.Xsl.Xslt.XsltInput.GetVersionAttribute ( )
inline

Definition at line 941 of file XsltInput.cs.

942 {
943 if (_compiler.Version == 2)
944 {
945 for (int i = 1; MoveToAttributeBase(i); i++)
946 {
948 {
949 SetVersion(i);
950 break;
951 }
952 }
953 }
954 _attributesRead = true;
955 }
void SetVersion(int attVersion)
Definition XsltInput.cs:731
readonly KeywordsTable _atoms
Definition XsltInput.cs:148
bool MoveToAttributeBase(int attNum)
Definition XsltInput.cs:659
bool IsKeyword(string kwd)
Definition XsltInput.cs:702
readonly Compiler _compiler
Definition XsltInput.cs:150

References System.Xml.Xsl.Xslt.XsltInput._atoms, System.Xml.Xsl.Xslt.XsltInput._attributesRead, System.Xml.Xsl.Xslt.XsltInput._compiler, System.Xml.Xsl.Xslt.XsltInput.IsKeyword(), System.Xml.Xsl.Xslt.XsltInput.IsNullNamespace(), System.Xml.Xsl.Xslt.XsltInput.MoveToAttributeBase(), System.Xml.Xsl.Xslt.XsltInput.SetVersion(), System.Xml.Xsl.Xslt.Compiler.Version, and System.Xml.Xsl.Xslt.KeywordsTable.Version.

Referenced by System.Xml.Xsl.Xslt.XsltLoader.LoadRealStylesheet(), and System.Xml.Xsl.Xslt.XsltLoader.LoadUnknownXsltInstruction().