示例#1
0
 protected virtual IQueryNode PostProcessNode(IQueryNode node)
 {
     if (node.ContainsTag(TAG_BOOLEAN_ROOT))
     {
         this.childrenBuffer.Clear();
         FillChildrenBufferAndApplyModifiery(node);
         node.Set(childrenBuffer);
     }
     return(node);
 }
 protected virtual IQueryNode PostProcessNode(IQueryNode node)
 {
     if (node.ContainsTag(TAG_BOOLEAN_ROOT))
     {
         this.childrenBuffer.Clear();
         FillChildrenBufferAndApplyModifiery(node);
         node.Set(childrenBuffer);
     }
     return node;
 }