Class JAXXCapture

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

public class JAXXCapture
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<java.lang.String,​CapturedObject> getCapturedObjects()  
    java.lang.ClassLoader getClassLoader()  
    java.lang.String getJavaCode​(java.util.Stack context)  
    java.lang.String getJavaCode​(ContextNode node)  
    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 Details

    • 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