@override Document apply(Document doc) { String selectorFrom = selector; String selectorTo = value; doc.move(selectorFrom, selectorTo); return doc; }