Uses of Class
jaxx.compiler.tools.jaxxcapture.CapturedObject

Packages that use CapturedObject
jaxx.compiler.tools.jaxxcapture   
jaxx.compiler.tools.jaxxcapture.handlers   
 

Uses of CapturedObject in jaxx.compiler.tools.jaxxcapture
 

Methods in jaxx.compiler.tools.jaxxcapture that return CapturedObject
 CapturedObject[] CapturedObject.getChildren()
           
 CapturedObject CapturedObject.getParent()
           
 CapturedObject JAXXCapture.processObject(Element objectTag, Stack<ContextNode> context)
           
 

Methods in jaxx.compiler.tools.jaxxcapture that return types with arguments of type CapturedObject
 Map<String,CapturedObject> JAXXCapture.getCapturedObjects()
           
 

Methods in jaxx.compiler.tools.jaxxcapture with parameters of type CapturedObject
 void CapturedObject.addChild(CapturedObject child, ContextNode constraints)
           
 ContextNode CapturedObject.getConstraints(CapturedObject child)
           
 void CapturedObject.setParent(CapturedObject parent)
           
 

Uses of CapturedObject in jaxx.compiler.tools.jaxxcapture.handlers
 

Methods in jaxx.compiler.tools.jaxxcapture.handlers that return CapturedObject
protected  CapturedObject TableHandler.createCapturedObject(String className, JAXXCapture capture)
           
protected  CapturedObject ObjectHandler.createCapturedObject(String className, JAXXCapture capture)
           
 CapturedObject ObjectHandler.processObject(Element objectTag, Stack<ContextNode> context, JAXXCapture capture)
           
 

Methods in jaxx.compiler.tools.jaxxcapture.handlers with parameters of type CapturedObject
protected  void ObjectHandler.evaluateAdd(CapturedObject contextObject, CapturedObject child, ContextNode constraints)
           
protected  String ObjectHandler.getChildXML(CapturedObject object, JAXXCapture capture)
           
 String ObjectHandler.getXML(CapturedObject object, JAXXCapture capture)
           
 



Copyright © 2008-2012 CodeLutin. All Rights Reserved.