Class JAXXCapture
- java.lang.Object
-
- org.nuiton.jaxx.compiler.tools.jaxxcapture.JAXXCapture
-
public class JAXXCapture extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,CapturedObject>getCapturedObjects()ClassLoadergetClassLoader()StringgetJavaCode(Stack context)StringgetJavaCode(ContextNode node)static StringgetText(Element tag)static voidmain(String[] arg)CapturedObjectprocessObject(Element objectTag, Stack<ContextNode> context)
-
-
-
Method Detail
-
getClassLoader
public ClassLoader getClassLoader()
-
getCapturedObjects
public Map<String,CapturedObject> getCapturedObjects()
-
getJavaCode
public String getJavaCode(ContextNode node)
-
processObject
public CapturedObject processObject(Element objectTag, Stack<ContextNode> context)
-
-