|
| static XslNode | XslNode (XslNodeType nodeType, QilName name, string arg, XslVersion xslVer) |
| |
| static XslNode | ApplyImports (QilName mode, Stylesheet sheet, XslVersion xslVer) |
| |
| static XslNodeEx | ApplyTemplates (QilName mode, string select, XsltInput.ContextInfo ctxInfo, XslVersion xslVer) |
| |
| static XslNodeEx | ApplyTemplates (QilName mode) |
| |
| static NodeCtor | Attribute (string nameAvt, string nsAvt, XslVersion xslVer) |
| |
| static AttributeSet | AttributeSet (QilName name) |
| |
| static XslNodeEx | CallTemplate (QilName name, XsltInput.ContextInfo ctxInfo) |
| |
| static XslNode | Choose () |
| |
| static XslNode | Comment () |
| |
| static XslNode | Copy () |
| |
| static XslNode | CopyOf (string select, XslVersion xslVer) |
| |
| static NodeCtor | Element (string nameAvt, string nsAvt, XslVersion xslVer) |
| |
| static XslNode | Error (string message) |
| |
| static XslNodeEx | ForEach (string select, XsltInput.ContextInfo ctxInfo, XslVersion xslVer) |
| |
| static XslNode | If (string test, XslVersion xslVer) |
| |
| static Key | Key (QilName name, string match, string use, XslVersion xslVer) |
| |
| static XslNode | List () |
| |
| static XslNode | LiteralAttribute (QilName name, string value, XslVersion xslVer) |
| |
| static XslNode | LiteralElement (QilName name) |
| |
| static XslNode | Message (bool term) |
| |
| static XslNode | Nop () |
| |
| static Number | Number (NumberLevel level, string count, string from, string value, string format, string lang, string letterValue, string groupingSeparator, string groupingSize, XslVersion xslVer) |
| |
| static XslNode | Otherwise () |
| |
| static XslNode | PI (string name, XslVersion xslVer) |
| |
| static Sort | Sort (string select, string lang, string dataType, string order, string caseOrder, XslVersion xslVer) |
| |
| static Template | Template (QilName name, string match, QilName mode, double priority, XslVersion xslVer) |
| |
| static XslNode | Text (string data) |
| |
| static XslNode | Text (string data, SerializationHints hints) |
| |
| static XslNode | UseAttributeSet (QilName name) |
| |
| static VarPar | VarPar (XslNodeType nt, QilName name, string select, XslVersion xslVer) |
| |
| static VarPar | WithParam (QilName name) |
| |
| static QilName | QName (string local, string uri, string prefix) |
| |
| static QilName | QName (string local) |
| |
Definition at line 5 of file AstFactory.cs.