org.oXML.engine.mapping.dom
Class TypeMapping

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

public class TypeMapping
extends java.lang.Object
implements TemplateMapping


Constructor Summary
TypeMapping()
           
 
Method Summary
 Type getType(org.tagbox.xml.NodeFinder finder, org.w3c.dom.Element e, CompilationContext env)
           
 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

TypeMapping

public TypeMapping()
Method Detail

getType

public Type getType(org.tagbox.xml.NodeFinder finder,
                    org.w3c.dom.Element e,
                    CompilationContext env)
             throws ObjectBoxException
Throws:
ObjectBoxException

map

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