78 if (
template.
Name !=
null)
84 else if (
value.ImportPrecedence ==
template.ImportPrecedence)
89 if (
template.Match !=
null)
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
bool ContainsKey(TKey key)
void Add(TKey key, TValue value)
Dictionary< QilName, Template > NamedTemplates
Dictionary< QilName, VarPar > AllGlobalVarPars
List< ProtoTemplate > AllTemplates
readonly Compiler _compiler
bool AddVarPar(VarPar var)
void SortTemplateMatches()
Dictionary< QilName, List< TemplateMatch > > TemplateMatches
List< Template > Templates
Dictionary< QilName, AttributeSet > AttributeSets
bool AddTemplate(Template template)
readonly int _importPrecedence
Stylesheet(Compiler compiler, int importPrecedence)
List< XslNode > GlobalVarPars
void AddWhitespaceRule(int index, WhitespaceRule rule)
List< WhitespaceRule >[] WhitespaceRules
void AddTemplateMatch(Template template, QilLoop filter)
static readonly TemplateMatchComparer Comparer