org.oXML.engine.mapping.dom
Class ProcedureMapping

java.lang.Object
  extended byorg.oXML.engine.mapping.dom.ProcedureMapping
All Implemented Interfaces:
TemplateMapping

public class ProcedureMapping
extends java.lang.Object
implements TemplateMapping


Nested Class Summary
 class ProcedureMapping.DynamicMapping
          represents a mapping to a user-defined procedure
 
Constructor Summary
ProcedureMapping()
           
 
Method Summary
 Template map(org.w3c.dom.Element e, CompilationContext env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcedureMapping

public ProcedureMapping()
Method Detail

map

public Template map(org.w3c.dom.Element e,
                    CompilationContext env)
             throws ObjectBoxException
Specified by:
map in interface TemplateMapping
Throws:
ObjectBoxException