org.basex.query.up
Class TransformModifier

java.lang.Object
  extended by org.basex.query.up.ContextModifier
      extended by org.basex.query.up.TransformModifier

public final class TransformModifier
extends ContextModifier

The Transform context modifier carries out updates of a single transform expression. It especially keeps track of all nodes that are copied in the 'copy' statement of a transform expression.

Author:
BaseX Team 2005-12, BSD License, Lukas Kircher

Constructor Summary
TransformModifier()
           
 
Method Summary
 void addData(Data d)
          Adds a data reference to list which keeps track of the nodes copied within a transform expression.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformModifier

public TransformModifier()
Method Detail

addData

public void addData(Data d)
Adds a data reference to list which keeps track of the nodes copied within a transform expression.

Parameters:
d - reference