jaxx.compiler.tools.jaxxcapture
Class JAXXCapture

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

public class JAXXCapture
extends java.lang.Object


Method Summary
 java.util.Map<java.lang.String,CapturedObject> getCapturedObjects()
           
 java.lang.ClassLoader getClassLoader()
           
 java.lang.String getJavaCode(ContextNode node)
           
 java.lang.String getJavaCode(java.util.Stack context)
           
static java.lang.String getText(org.w3c.dom.Element tag)
           
static void main(java.lang.String[] arg)
           
 CapturedObject processObject(org.w3c.dom.Element objectTag, java.util.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 java.lang.ClassLoader getClassLoader()

getCapturedObjects

public java.util.Map<java.lang.String,CapturedObject> getCapturedObjects()

getText

public static java.lang.String getText(org.w3c.dom.Element tag)

getJavaCode

public java.lang.String getJavaCode(ContextNode node)

getJavaCode

public java.lang.String getJavaCode(java.util.Stack context)

processObject

public CapturedObject processObject(org.w3c.dom.Element objectTag,
                                    java.util.Stack<ContextNode> context)

main

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


Copyright © 2008-2009 CodeLutin. All Rights Reserved.