|
| | XPathPatternBuilder (IXPathEnvironment environment) |
| |
| void | StartBuild () |
| |
| QilNode | EndBuild (QilNode result) |
| |
| QilNode | Operator (XPathOperator op, QilNode left, QilNode right) |
| |
| QilNode | Axis (XPathAxis xpathAxis, XPathNodeType nodeType, string prefix, string name) |
| |
| QilNode | JoinStep (QilNode left, QilNode right) |
| |
| QilNode | BuildPredicates (QilNode nodeset, List< QilNode > predicates) |
| |
| QilNode | Function (string prefix, string name, IList< QilNode > args) |
| |
| QilNode | String (string value) |
| |
| QilNode | Number (double value) |
| |
| QilNode | Variable (string prefix, string name) |
| |
| IXPathBuilder< QilNode > | GetPredicateBuilder (QilNode ctx) |
| |
| Node | EndBuild (Node result) |
| |
| Node | Operator (XPathOperator op, Node left, Node right) |
| |
| Node | Axis (XPathAxis xpathAxis, XPathNodeType nodeType, string prefix, string name) |
| |
| Node | JoinStep (Node left, Node right) |
| |
| Node | Predicate (Node node, Node condition, bool reverseStep) |
| |
| Node | Function (string prefix, string name, IList< Node > args) |
| |
| Node | EndBuild (Node result) |
| |
| Node | Operator (XPathOperator op, Node left, Node right) |
| |
| Node | Axis (XPathAxis xpathAxis, XPathNodeType nodeType, string prefix, string name) |
| |
| Node | JoinStep (Node left, Node right) |
| |
| Node | Predicate (Node node, Node condition, bool reverseStep) |
| |
| Node | Function (string prefix, string name, IList< Node > args) |
| |
Definition at line 9 of file XPathPatternBuilder.cs.