org.basex.query.up
Class ContextModifier

java.lang.Object
  extended by org.basex.query.up.ContextModifier
Direct Known Subclasses:
TransformModifier

public abstract class ContextModifier
extends java.lang.Object

Base class for the different context modifiers. A context modifier aggregates all updates for a specific context.

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

Constructor Summary
ContextModifier()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextModifier

public ContextModifier()