131 return new Sort(select, lang, dataType, order, caseOrder,
xslVer);
static XslNode CopyOf(string select, XslVersion xslVer)
static XslNode Text(string data)
static XslNode LiteralElement(QilName name)
static XslNodeEx CallTemplate(QilName name, XsltInput.ContextInfo ctxInfo)
static XslNode XslNode(XslNodeType nodeType, QilName name, string arg, XslVersion xslVer)
static XslNode Message(bool term)
static AttributeSet AttributeSet(QilName name)
static VarPar WithParam(QilName name)
static Sort Sort(string select, string lang, string dataType, string order, string caseOrder, XslVersion xslVer)
static QilName QName(string local)
static readonly QilFactory s_f
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 Text(string data, SerializationHints hints)
static QilName QName(string local, string uri, string prefix)
static XslNodeEx ApplyTemplates(QilName mode)
static NodeCtor Attribute(string nameAvt, string nsAvt, XslVersion xslVer)
static Key Key(QilName name, string match, string use, XslVersion xslVer)
static VarPar VarPar(XslNodeType nt, QilName name, string select, XslVersion xslVer)
static NodeCtor Element(string nameAvt, string nsAvt, XslVersion xslVer)
static XslNode If(string test, XslVersion xslVer)
static XslNode Error(string message)
static XslNodeEx ApplyTemplates(QilName mode, string select, XsltInput.ContextInfo ctxInfo, XslVersion xslVer)
static XslNode LiteralAttribute(QilName name, string value, XslVersion xslVer)
static XslNode PI(string name, XslVersion xslVer)
static XslNodeEx ForEach(string select, XsltInput.ContextInfo ctxInfo, XslVersion xslVer)
static XslNode ApplyImports(QilName mode, Stylesheet sheet, XslVersion xslVer)
static XslNode UseAttributeSet(QilName name)
static Template Template(QilName name, string match, QilName mode, double priority, XslVersion xslVer)
static XslNode Otherwise()