jaxx.compiler.tools.jaxxcapture
Class JAXXCapture

java.lang.Object
  extended by jaxx.compiler.tools.jaxxcapture.JAXXCapture

public class JAXXCapture
extends Object


Method Summary
 Map<String,CapturedObject> getCapturedObjects()
           
 ClassLoader getClassLoader()
           
 String getJavaCode(ContextNode node)
           
 String getJavaCode(Stack context)
           
static String getText(Element tag)
           
static void main(String[] arg)
           
 CapturedObject processObject(Element objectTag, Stack<ContextNode> context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getClassLoader

public ClassLoader getClassLoader()

getCapturedObjects

public Map<String,CapturedObject> getCapturedObjects()

getText

public static String getText(Element tag)

getJavaCode

public String getJavaCode(ContextNode node)

getJavaCode

public String getJavaCode(Stack context)

processObject

public CapturedObject processObject(Element objectTag,
                                    Stack<ContextNode> context)

main

public static void main(String[] arg)
                 throws Exception
Throws:
Exception


Copyright © 2008-2011 CodeLutin. All Rights Reserved.