public AdkXPathStep( AdkAxisType axis, AdkNodeTest nodeTest, params AdkExpression[] predicates )
 {
     fAxis = axis;
     fNodeTest = nodeTest;
     fPredicates = predicates;
 }
 public AdkXPathStep(AdkAxisType axis, AdkNodeTest nodeTest, params AdkExpression[] predicates)
 {
     fAxis       = axis;
     fNodeTest   = nodeTest;
     fPredicates = predicates;
 }