Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | AddTemplateMatch (Template template, QilLoop filter) |
void | SortTemplateMatches () |
Stylesheet (Compiler compiler, int importPrecedence) | |
void | AddWhitespaceRule (int index, WhitespaceRule rule) |
bool | AddVarPar (VarPar var) |
bool | AddTemplate (Template template) |
Public Attributes | |
List< Uri > | ImportHrefs = new List<Uri>() |
List< XslNode > | GlobalVarPars = new List<XslNode>() |
Dictionary< QilName, AttributeSet > | AttributeSets = new Dictionary<QilName, AttributeSet>() |
List< WhitespaceRule >[] | WhitespaceRules = new List<WhitespaceRule>[3] |
List< Template > | Templates = new List<Template>() |
Dictionary< QilName, List< TemplateMatch > > | TemplateMatches = new Dictionary<QilName, List<TemplateMatch>>() |
Stylesheet[] | Imports |
Dictionary< QilName, XslFlags > | ModeFlags = new Dictionary<QilName, XslFlags>() |
Dictionary< QilName, List< QilFunction > > | ApplyFunctions = new Dictionary<QilName, List<QilFunction>>() |
Properties | |
int | ImportPrecedence [get] |
Private Attributes | |
readonly Compiler | _compiler |
readonly int | _importPrecedence |
int | _orderNumber |
Definition at line 6 of file Stylesheet.cs.