Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
StylesheetLevel.cs
Go to the documentation of this file.
1
using
System.Collections.Generic
;
2
using
System.Xml.Xsl.Qil
;
3
4
namespace
System.Xml.Xsl.Xslt
;
5
6
internal
class
StylesheetLevel
7
{
8
public
Stylesheet
[]
Imports
;
9
10
public
Dictionary<QilName, XslFlags>
ModeFlags
=
new
Dictionary<QilName, XslFlags>
();
11
12
public
Dictionary<QilName, List<QilFunction>
>
ApplyFunctions
=
new
Dictionary<QilName, List<QilFunction>
>();
13
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.Xsl.Xslt.StylesheetLevel.Imports
Stylesheet[] Imports
Definition
StylesheetLevel.cs:8
System.Xml.Xsl.Xslt.StylesheetLevel.ApplyFunctions
Dictionary< QilName, List< QilFunction > > ApplyFunctions
Definition
StylesheetLevel.cs:12
System.Xml.Xsl.Xslt.StylesheetLevel.ModeFlags
Dictionary< QilName, XslFlags > ModeFlags
Definition
StylesheetLevel.cs:10
System.Xml.Xsl.Xslt.StylesheetLevel
Definition
StylesheetLevel.cs:7
System.Xml.Xsl.Xslt.Stylesheet
Definition
Stylesheet.cs:7
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.Xml.Xsl.Qil
Definition
IQilAnnotation.cs:1
System.Xml.Xsl.Xslt
Definition
AstFactory.cs:3
source
System.Private.Xml
System.Xml.Xsl.Xslt
StylesheetLevel.cs
Generated by
1.10.0