The implementation of {@link TransformationService} which transforms the input by XPath Expressions.
24252627282930
private XPathTransformationService processor; @Before public void init() { processor = new XPathTransformationService(); }