examples.changelog
Class ChangeLogFilter

java.lang.Object
  |
  +--examples.changelog.ChangeLogFilter

public class ChangeLogFilter
extends java.lang.Object
implements org.openxml.x3p.ProcessorEngine

Version:
$Revision: 1.2 $ $Date: 1999/04/12 06:07:59 $
Author:
Assaf Arkin

Constructor Summary
ChangeLogFilter(org.openxml.x3p.ProcessContext ctx)
           
 
Method Summary
 void destroy(org.openxml.x3p.ProcessContext ctx)
           
 org.w3c.dom.Node process(org.openxml.x3p.ProcessContext ctx, org.w3c.dom.Node node)
           
 int whatToProcess()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeLogFilter

public ChangeLogFilter(org.openxml.x3p.ProcessContext ctx)
Method Detail

whatToProcess

public int whatToProcess()
Specified by:
whatToProcess in interface org.openxml.x3p.ProcessorEngine

process

public org.w3c.dom.Node process(org.openxml.x3p.ProcessContext ctx,
                                org.w3c.dom.Node node)
                         throws org.openxml.x3p.ProcessorException
Specified by:
process in interface org.openxml.x3p.ProcessorEngine

destroy

public void destroy(org.openxml.x3p.ProcessContext ctx)
Specified by:
destroy in interface org.openxml.x3p.ProcessorEngine