com.jclark.xsl.expr
Class EmptyVariableSet

java.lang.Object
  |
  +--com.jclark.xsl.expr.EmptyVariableSet
All Implemented Interfaces:
VariableSet

public class EmptyVariableSet
extends java.lang.Object
implements VariableSet


Constructor Summary
EmptyVariableSet()
           
 
Method Summary
 boolean contains(Name name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyVariableSet

public EmptyVariableSet()
Method Detail

contains

public boolean contains(Name name)
Specified by:
contains in interface VariableSet