com.infoscape.proteus.filter
Class XSLTer

java.lang.Object
  |
  +--com.infoscape.proteus.filter.XSLTer
All Implemented Interfaces:
Filter

public class XSLTer
extends java.lang.Object
implements Filter


Constructor Summary
XSLTer(org.jdom.Element elt)
           
 
Method Summary
 java.lang.Object filter(java.lang.Object msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLTer

public XSLTer(org.jdom.Element elt)
       throws java.lang.Exception
Method Detail

filter

public java.lang.Object filter(java.lang.Object msg)
                        throws java.lang.Exception
Specified by:
filter in interface Filter
Parameters:
msg -
Throws:
java.lang.Exception