Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.rt.xform
Interface RtTransformer


public interface RtTransformer

Transform from a XML structure to a device specific content.

Since:
Oracle9i Application Server Wireless Edition

Method Summary
 void transform(org.w3c.dom.Element element, java.io.Writer out)
          Transform the simple result XML document into a device specific markup language.

 

Method Detail

transform

public void transform(org.w3c.dom.Element element,
                      java.io.Writer out)
               throws PanamaException
Transform the simple result XML document into a device specific markup language.
Parameters:
element - the SimpleResult XML Element to process.
out - the output writer for the result
PanamaException

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.