org.hibernate.reflection.java.xml
Class XMLContext

java.lang.Object
  extended by org.hibernate.reflection.java.xml.XMLContext

public class XMLContext
extends Object

Author:
Emmanuel Bernard

Nested Class Summary
static class XMLContext.Default
           
 
Constructor Summary
XMLContext()
           
 
Method Summary
 void addDocument(org.dom4j.Document doc)
           
 XMLContext.Default getDefault(String className)
           
 org.dom4j.Element getXMLTree(String className, String methodName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLContext

public XMLContext()
Method Detail

addDocument

public void addDocument(org.dom4j.Document doc)

getDefault

public XMLContext.Default getDefault(String className)

getXMLTree

public org.dom4j.Element getXMLTree(String className,
                                    String methodName)