wt.query.qml
Interface StatementHandler

All Known Implementing Classes:
AbstractQueryStatementHandler, CompoundStatementHandler, StatementFactory

public interface StatementHandler

This interface provides the API for building a StatementSpec instance from a DOM Node.

Supported API: false

Extendable: false


Method Summary
 StatementSpec build(Element a_element, Hashtable a_parameterMap)
          Builds a StatementSpec instance using the specified DOM node.
 

Method Detail

build

public StatementSpec build(Element a_element,
                           Hashtable a_parameterMap)
                    throws QMLException
Builds a StatementSpec instance using the specified DOM node.

Supported API: false

Parameters:
a_element -
a_parameterMap -
Returns:
StatementSpec
Throws:
QMLException