ProcessWriter.java revision 2
/*
* Created on May 7, 2005
*/
/**
* @author Evren Sirin
*
*/
public interface ProcessWriter {
public ExpressionWriter getExpressionWriter();
public QNameProvider getQNames();
}