org.objectweb.jac.core.parsers.xml
Interface ElementInterpreter

All Known Implementing Classes:
ACElementInterpreter

public interface ElementInterpreter


Method Summary
 Vector interpret(org.w3c.dom.Element element, Class targetClass)
           
 

Method Detail

interpret

public Vector interpret(org.w3c.dom.Element element,
                        Class targetClass)
                 throws Exception
Throws:
Exception