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

java.lang.Object
  extended byorg.objectweb.jac.core.parsers.xml.DefaultDocumentInterpreter
All Implemented Interfaces:
DocumentInterpreter

public class DefaultDocumentInterpreter
extends Object
implements DocumentInterpreter


Constructor Summary
DefaultDocumentInterpreter()
           
 
Method Summary
 Vector interpret(org.w3c.dom.Document document, Class targetClass)
           
 void setElementInterpreter(ElementInterpreter elementInterpreter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDocumentInterpreter

public DefaultDocumentInterpreter()
Method Detail

interpret

public Vector interpret(org.w3c.dom.Document document,
                        Class targetClass)
                 throws Exception
Specified by:
interpret in interface DocumentInterpreter
Throws:
Exception

setElementInterpreter

public void setElementInterpreter(ElementInterpreter elementInterpreter)