Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
Template (QilName name, string match, QilName mode, double priority, XslVersion xslVer) | |
override string | GetDebugName () |
void | SetContent (List< XslNode > content) |
void | AddContent (XslNode node) |
void | InsertContent (IEnumerable< XslNode > collection) |
Public Attributes | |
readonly string | Match |
readonly QilName | Mode |
readonly double | Priority |
int | ImportPrecedence |
int | OrderNumber |
QilFunction | Function |
readonly XslNodeType | NodeType |
ISourceLineInfo | SourceLine |
NsDecl | Namespaces |
readonly QilName | Name |
readonly object | Arg |
readonly XslVersion | XslVersion |
XslFlags | Flags |
Properties | |
string | Select [get] |
bool | ForwardsCompatible [get] |
IList< XslNode > | Content [get] |
Private Attributes | |
List< XslNode > | _content |
Static Private Attributes | |
static readonly IList< XslNode > | s_emptyList = new List<XslNode>().AsReadOnly() |
Definition at line 7 of file Template.cs.