com.sun.faban.harness.formsgen
Class GenericElement

java.lang.Object
  extended by com.sun.faban.harness.formsgen.GenericElement
All Implemented Interfaces:
ElementHandler

public class GenericElement
extends Object
implements ElementHandler

Handler for the all elements unknown to Faban.

Author:
Sheetal Patil

Constructor Summary
GenericElement()
           
 
Method Summary
 StringBuilder getBuffer(Node eNode, String id)
          Returns a buffer containing the xform code block for the given element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericElement

public GenericElement()
Method Detail

getBuffer

public StringBuilder getBuffer(Node eNode,
                               String id)
Returns a buffer containing the xform code block for the given element.

Specified by:
getBuffer in interface ElementHandler
Parameters:
eNode - The node to be handled
id - The element identifier
Returns:
The buffer with the XForms code block