org.objectweb.jac.core.parsers.xml
Class ACElementInterpreter

java.lang.Object
  extended byorg.objectweb.jac.core.parsers.xml.ACElementInterpreter
All Implemented Interfaces:
ElementInterpreter

public class ACElementInterpreter
extends Object
implements ElementInterpreter


Constructor Summary
ACElementInterpreter()
           
 
Method Summary
 Vector interpret(org.w3c.dom.Element element, Class targetClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACElementInterpreter

public ACElementInterpreter()
Method Detail

interpret

public Vector interpret(org.w3c.dom.Element element,
                        Class targetClass)
                 throws Exception
Specified by:
interpret in interface ElementInterpreter
Throws:
Exception