コード例 #1
0
 public AdkXPathStep( AdkAxisType axis, AdkNodeTest nodeTest, params AdkExpression[] predicates )
 {
     fAxis = axis;
     fNodeTest = nodeTest;
     fPredicates = predicates;
 }
コード例 #2
0
 public AdkXPathStep(AdkAxisType axis, AdkNodeTest nodeTest, params AdkExpression[] predicates)
 {
     fAxis       = axis;
     fNodeTest   = nodeTest;
     fPredicates = predicates;
 }