* A method call when a given query is crossing an element (or element container). This is where a * given TNode is matched against a query predicate. * @param tView * @param tNode
(tView: TView, tNode: TNode)
| 103 | * @param tNode |
| 104 | */ |
| 105 | elementStart(tView: TView, tNode: TNode): void; |
| 106 | |
| 107 | /** |
| 108 | * A method called when processing the elementEnd instruction - this is mostly useful to determine |
no outgoing calls
no test coverage detected