Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Xsl.Xslt.Stylesheet Class Referencesealed

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< UriImportHrefs = new List<Uri>()
 
List< XslNodeGlobalVarPars = new List<XslNode>()
 
Dictionary< QilName, AttributeSetAttributeSets = new Dictionary<QilName, AttributeSet>()
 
List< WhitespaceRule >[] WhitespaceRules = new List<WhitespaceRule>[3]
 
List< TemplateTemplates = new List<Template>()
 
Dictionary< QilName, List< TemplateMatch > > TemplateMatches = new Dictionary<QilName, List<TemplateMatch>>()
 
Stylesheet[] Imports
 
Dictionary< QilName, XslFlagsModeFlags = 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
 

Detailed Description

Definition at line 6 of file Stylesheet.cs.


The documentation for this class was generated from the following file: