ice.pilots.html4
Interface Transformer


public interface Transformer


Method Summary
 boolean transform(Node src, Node template, Node result)
           
 boolean transform(Node src, Node template, Writer writer)
           
 

Method Detail

transform

public boolean transform(Node src,
                         Node template,
                         Node result)
                  throws IOException
Throws:
IOException

transform

public boolean transform(Node src,
                         Node template,
                         Writer writer)
                  throws IOException
Throws:
IOException