Transform a single node.
The transformation calls the preVisitor from starting from the startObject.
The preVisitor can dictate whether transformation should be stopped.
Note that stopping the transformation also prevets further copying.
The transformer itself transforms object starting with the deepest one that can be visited.
The transformer callback is performed on a copy of the original.
Transform a single node. The transformation calls the preVisitor from starting from the startObject. The preVisitor can dictate whether transformation should be stopped. Note that stopping the transformation also prevets further copying. The transformer itself transforms object starting with the deepest one that can be visited. The transformer callback is performed on a copy of the original.