org.oXML.extras.db
Class ConstructorFactory

java.lang.Object
  extended byorg.oXML.extras.db.ConstructorFactory

public class ConstructorFactory
extends java.lang.Object


Field Summary
static java.lang.String REFERENCE_NODE_NAME
           
 
Constructor Summary
ConstructorFactory()
           
 
Method Summary
 StatementTemplate buildStatementTemplate(org.w3c.dom.Node n, CompilationContext ctxt)
          construct a StatementTemplate from a given node
protected  Chunks tokenizeQuery(java.lang.String query, java.util.List expressions, Resolver resolver, CompilationContext ctxt)
          break a query into chunks of Strings and ExpressionParts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REFERENCE_NODE_NAME

public static java.lang.String REFERENCE_NODE_NAME
Constructor Detail

ConstructorFactory

public ConstructorFactory()
Method Detail

buildStatementTemplate

public StatementTemplate buildStatementTemplate(org.w3c.dom.Node n,
                                                CompilationContext ctxt)
                                         throws ObjectBoxException
construct a StatementTemplate from a given node

Throws:
ObjectBoxException
See Also:
StatementTemplate

tokenizeQuery

protected Chunks tokenizeQuery(java.lang.String query,
                               java.util.List expressions,
                               Resolver resolver,
                               CompilationContext ctxt)
                        throws ObjectBoxException
break a query into chunks of Strings and ExpressionParts

Throws:
ObjectBoxException