MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.update.store.llImpl
Class Rerename

java.lang.Object
  extended by ch.ethz.mxquery.update.store.llImpl.Rerename
All Implemented Interfaces:
RollbackItem

public class Rerename
extends java.lang.Object
implements RollbackItem

Saves informations to rollback a rename.


Constructor Summary
Rerename(LLToken target, LLToken targetEnd, QName oldName)
          Constructor for a rename of an Event that have an end Event (e.g.
Rerename(LLToken target, QName oldName)
          Constructor
 
Method Summary
 void apply()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rerename

public Rerename(LLToken target,
                QName oldName)
Constructor

Parameters:
target -
oldName -

Rerename

public Rerename(LLToken target,
                LLToken targetEnd,
                QName oldName)
Constructor for a rename of an Event that have an end Event (e.g. start tag).

Parameters:
target -
targetEnd -
oldName -
Method Detail

apply

public void apply()
Specified by:
apply in interface RollbackItem

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich