128 return _f.
Nop(child);
204 return _f.
And(left, right);
222 return _f.
Or(left, right);
239 return _f.
Not(child);
340 return _f.
Add(left, right);
404 return _f.
Ne(left, right);
409 return _f.
Eq(left, right);
414 return _f.
Gt(left, right);
419 return _f.
Ge(left, right);
424 return _f.
Lt(left, right);
429 return _f.
Le(left, right);
434 return _f.
Is(left, right);
void Add(TKey key, TValue value)
QilBinary Union(QilNode left, QilNode right)
QilBinary Gt(QilNode left, QilNode right)
QilIterator Let(QilNode binding)
QilUnary FollowingSibling(QilNode child)
QilBinary Ne(QilNode left, QilNode right)
QilUnary AncestorOrSelf(QilNode child)
QilUnary Warning(QilNode child)
QilLoop Sort(QilNode variable, QilNode body)
QilList Sequence(IList< QilNode > values)
QilUnary IsEmpty(QilNode child)
QilNode Unknown(XmlQueryType xmlType)
QilTargetType TypeAssert(QilNode expr, XmlQueryType xmlType)
QilUnary CommentCtor(QilNode child)
QilInvoke Invoke(QilNode function, QilNode arguments)
QilBinary Subtract(QilNode left, QilNode right)
QilUnary Ancestor(QilNode child)
QilBinary StrParseQName(QilNode left, QilNode right)
QilUnary XPathFollowing(QilNode child)
QilExpression QilExpression(QilNode root, QilFactory factory)
QilUnary Length(QilNode child)
QilLiteral LiteralString(string value)
QilBinary Divide(QilNode left, QilNode right)
QilBinary NamespaceDecl(QilNode left, QilNode right)
QilUnary Parent(QilNode child)
QilBinary ElementCtor(QilNode left, QilNode right)
QilBinary Deref(QilNode left, QilNode right)
QilTernary Conditional(QilNode left, QilNode center, QilNode right)
QilUnary XPathNodeValue(QilNode child)
QilChoice Choice(QilNode expression, QilNode branches)
QilUnary PrecedingSibling(QilNode child)
QilUnary Descendant(QilNode child)
QilFunction Function(QilNode arguments, QilNode sideEffects, XmlQueryType xmlType)
QilUnary XPathNamespace(QilNode child)
QilDataSource DataSource(QilNode name, QilNode baseUri)
QilUnary Preceding(QilNode child)
QilUnary Negate(QilNode child)
QilBinary PICtor(QilNode left, QilNode right)
QilUnary PrefixOf(QilNode child)
QilUnary NamespaceUriOf(QilNode child)
QilLiteral LiteralInt32(int value)
QilUnary RawTextCtor(QilNode child)
QilUnary TextCtor(QilNode child)
QilBinary Add(QilNode left, QilNode right)
QilUnary DocumentCtor(QilNode child)
QilBinary Ge(QilNode left, QilNode right)
QilInvokeEarlyBound XsltInvokeEarlyBound(QilNode name, QilNode clrMethod, QilNode arguments, XmlQueryType xmlType)
QilLiteral LiteralDouble(double value)
QilUnary Nop(QilNode child)
QilBinary Le(QilNode left, QilNode right)
QilUnary NameOf(QilNode child)
QilList GlobalVariableList()
QilUnary DocOrderDistinct(QilNode child)
QilUnary DescendantOrSelf(QilNode child)
QilTargetType IsType(QilNode expr, XmlQueryType xmlType)
QilUnary LocalNameOf(QilNode child)
QilParameter Parameter(XmlQueryType xmlType)
QilList BranchList(IList< QilNode > values)
QilUnary Not(QilNode child)
QilUnary XPathPreceding(QilNode child)
QilBinary RtfCtor(QilNode left, QilNode right)
QilBinary And(QilNode left, QilNode right)
QilBinary Modulo(QilNode left, QilNode right)
QilUnary OptimizeBarrier(QilNode child)
QilList GlobalParameterList()
QilList FormalParameterList(IList< QilNode > values)
QilList ActualParameterList(IList< QilNode > values)
QilBinary Is(QilNode left, QilNode right)
QilLoop Filter(QilNode variable, QilNode body)
QilUnary XsltCopyOf(QilNode child)
QilLoop Loop(QilNode variable, QilNode body)
QilBinary NodeRange(QilNode left, QilNode right)
QilUnary PositionOf(QilNode child)
QilUnary Content(QilNode child)
QilBinary XsltCopy(QilNode left, QilNode right)
QilIterator For(QilNode binding)
QilBinary Eq(QilNode left, QilNode right)
QilUnary Sum(QilNode child)
QilLiteral LiteralObject(object value)
QilName LiteralQName(string local)
QilStrConcat StrConcat(QilNode values)
QilUnary Error(QilNode child)
QilBinary Before(QilNode left, QilNode right)
QilBinary Multiply(QilNode left, QilNode right)
QilUnary Root(QilNode child)
QilBinary Lt(QilNode left, QilNode right)
QilTargetType XsltConvert(QilNode expr, XmlQueryType xmlType)
QilBinary Or(QilNode left, QilNode right)
QilBinary AttributeCtor(QilNode left, QilNode right)
QilUnary StrLength(QilNode child)
QilSortKey SortKey(QilNode key, QilNode collation)
QilUnary XsltGenerateId(QilNode child)
QilInvokeLateBound XsltInvokeLateBound(QilNode name, QilNode arguments)
QilNode PrecedingSibling(QilNode expr)
QilNode IsEmpty(QilNode set)
QilList ActualParameterList(params QilNode[] args)
QilNode Parent(QilNode context)
QilIterator For(QilNode binding)
QilList GlobalParameterList()
QilNode Filter(QilIterator variable, QilNode expr)
QilNode IsType(QilNode expr, XmlQueryType t)
QilList FormalParameterList()
QilNode Error(QilNode text)
QilList GlobalVariableList()
QilNode Sequence(QilNode child1, QilNode child2)
QilSortKey SortKey(QilNode key, QilNode collation)
QilNode Nop(QilNode child)
QilNode Union(QilNode left, QilNode right)
QilNode Invoke(QilFunction func, QilList args)
QilNode PrefixOf(QilNode expr)
QilNode XPathPreceding(QilNode expr)
QilNode XsltInvokeLateBound(QilNode name, IList< QilNode > args)
QilNode Modulo(QilNode left, QilNode right)
QilList FormalParameterList(QilNode arg1, QilNode arg2)
static void CheckLogicArg(QilNode arg)
QilNode AttributeCtor(QilNode name, QilNode val)
QilNode Before(QilNode left, QilNode right)
QilNode Multiply(QilNode left, QilNode right)
QilNode Sequence(QilNode child)
QilNode Loop(QilIterator variable, QilNode body)
QilNode Preceding(QilNode expr)
QilNode Ge(QilNode left, QilNode right)
QilNode Sum(QilNode collection)
QilNode StrConcat(IList< QilNode > args)
QilNode Not(QilNode child)
QilNode Is(QilNode left, QilNode right)
QilNode Conditional(QilNode condition, QilNode trueBranch, QilNode falseBranch)
QilNode Sequence(params QilNode[] args)
QilNode StrLength(QilNode str)
QilIterator Let(QilNode binding)
QilNode XsltGenerateId(QilNode expr)
QilNode Unknown(XmlQueryType t)
QilNode Root(QilNode context)
QilNode PositionOf(QilIterator expr)
QilNode NodeRange(QilNode left, QilNode right)
QilNode XsltCopyOf(QilNode expr)
QilLiteral String(string val)
QilNode XsltConvert(QilNode expr, XmlQueryType t)
QilNode Le(QilNode left, QilNode right)
QilNode Content(QilNode context)
QilNode TextCtor(QilNode content)
QilName QName(string local)
QilNode NameOf(QilNode expr)
QilNode XPathNamespace(QilNode expr)
QilList ActualParameterList()
QilNode Divide(QilNode left, QilNode right)
QilNode Warning(QilNode text)
QilNode LocalNameOf(QilNode expr)
QilNode XPathFollowing(QilNode expr)
QilParameter Parameter(QilNode defaultValue, QilName name, XmlQueryType t)
QilNode XsltInvokeEarlyBound(QilNode name, MethodInfo d, XmlQueryType t, IList< QilNode > args)
QilNode And(QilNode left, QilNode right)
QilNode Or(QilNode left, QilNode right)
QilList BranchList(params QilNode[] args)
QilNode Ne(QilNode left, QilNode right)
QilNode StrConcat(QilNode values)
QilFunction Function(QilList args, QilNode defn, QilNode sideEffects)
QilName QName(string local, string uri, string prefix)
QilNode CommentCtor(QilNode content)
QilNode ElementCtor(QilNode name, QilNode content)
QilNode NamespaceUriOf(QilNode expr)
QilList ActualParameterList(QilNode arg1, QilNode arg2)
QilNode Sort(QilIterator iter, QilNode keys)
QilLiteral Int32(int val)
QilNode DocOrderDistinct(QilNode collection)
QilNode Negate(QilNode child)
QilNode XPathNodeValue(QilNode expr)
QilNode Choice(QilNode expr, QilList branches)
QilNode Ancestor(QilNode expr)
QilNode Eq(QilNode left, QilNode right)
QilBinary Deref(QilNode context, QilNode id)
QilLiteral Double(double val)
QilNode OptimizeBarrier(QilNode child)
QilNode Gt(QilNode left, QilNode right)
QilList FormalParameterList(params QilNode[] args)
QilNode StrParseQName(QilNode str, QilNode ns)
QilNode Subtract(QilNode left, QilNode right)
QilNode XsltCopy(QilNode expr, QilNode content)
QilNode Lt(QilNode left, QilNode right)
QilNode Add(QilNode left, QilNode right)
QilNode Descendant(QilNode expr)
QilNode Length(QilNode child)
QilNode DataSource(QilNode name, QilNode baseUri)
QilPatternFactory(QilFactory f, bool debug)
QilNode DocumentCtor(QilNode child)
QilNode PICtor(QilNode name, QilNode content)
QilName QName(string local, string uri)
QilParameter Parameter(XmlQueryType t)
QilNode RawTextCtor(QilNode content)
QilExpression QilExpression(QilNode root, QilFactory factory)
QilNode DescendantOrSelf(QilNode context)
QilNode AncestorOrSelf(QilNode expr)
QilNode RtfCtor(QilNode content, QilNode baseUri)
QilFunction Function(QilList args, QilNode sideEffects, XmlQueryType resultType)
QilNode TypeAssert(QilNode expr, XmlQueryType t)
QilNode NamespaceDecl(QilNode prefix, QilNode uri)
QilNode FollowingSibling(QilNode expr)
QilNode StrConcat(params QilNode[] args)