Property | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ApplyImportsFunctions | List | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AttributeSets | AttributeSet>.Dictionary | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GlobalVarPars | List |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ImportHrefs | List |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Imports | System.Xml.Xsl.Xslt.Stylesheet[] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TemplateMatches | List | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Templates | List
|
|
WhitespaceRules |
List |
|
|
Public MethodsMethod |
Description |
|
AddTemplate ( Template template ) : bool |
|
|
AddTemplateMatch ( Template template, |
|
|
AddVarPar ( VarPar var ) : bool |
|
|
AddWhitespaceRule ( int index, |
|
|
SortTemplateMatches ( ) : void |
|
|
Stylesheet ( Compiler compiler, int importPrecedence ) : System.Collections.Generic |
|
|
Method Details
public AddTemplate ( Template template ) : bool |
template |
Template |
| return |
bool |
|
public AddTemplateMatch ( Template template, |
template |
Template |
|
filter |
| return |
void |
|
public AddVarPar ( VarPar var ) : bool |
var |
VarPar |
| return |
bool |
|
public AddWhitespaceRule ( int index, |
index |
int |
|
rule |
| return |
void |
|
public SortTemplateMatches ( ) : void |
return |
void |
|
public Stylesheet ( Compiler compiler, int importPrecedence ) : System.Collections.Generic |
compiler |
Compiler |
|
importPrecedence |
int |
| return |
System.Collections.Generic |
| Property Details
public Dictionary |
return |
List |
|
public Dictionary |
return |
AttributeSet>.Dictionary |
|
public List |
return |
List |
|
public List |
return |
List |
|
public Stylesheet[],System.Xml.Xsl.Xslt Imports |
return |
System.Xml.Xsl.Xslt.Stylesheet[] |
|
public Dictionary |
return |
List |
|
public List Templates
return
List
|
|
public List |
return |
List |
| |