org.apache.xalan.xsltc.dom
Class EmptyFilter

java.lang.Object
  extended by org.apache.xalan.xsltc.dom.EmptyFilter
All Implemented Interfaces:
Filter

public final class EmptyFilter
extends java.lang.Object
implements Filter


Constructor Summary
EmptyFilter()
           
 
Method Summary
 boolean test(int node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyFilter

public EmptyFilter()
Method Detail

test

public boolean test(int node)
Specified by:
test in interface Filter