Uses of Class
jaxx.compiler.tools.jaxxcapture.CapturedObject
-
Packages that use CapturedObject Package Description 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 Modifier and Type Method Description CapturedObject[]CapturedObject. getChildren()CapturedObjectCapturedObject. getParent()CapturedObjectJAXXCapture. processObject(Element objectTag, Stack<ContextNode> context)Methods in jaxx.compiler.tools.jaxxcapture that return types with arguments of type CapturedObject Modifier and Type Method Description Map<String,CapturedObject>JAXXCapture. getCapturedObjects()Methods in jaxx.compiler.tools.jaxxcapture with parameters of type CapturedObject Modifier and Type Method Description voidCapturedObject. addChild(CapturedObject child, ContextNode constraints)ContextNodeCapturedObject. getConstraints(CapturedObject child)voidCapturedObject. setParent(CapturedObject parent) -
Uses of CapturedObject in jaxx.compiler.tools.jaxxcapture.handlers
Methods in jaxx.compiler.tools.jaxxcapture.handlers that return CapturedObject Modifier and Type Method Description protected CapturedObjectObjectHandler. createCapturedObject(String className, JAXXCapture capture)protected CapturedObjectTableHandler. createCapturedObject(String className, JAXXCapture capture)CapturedObjectObjectHandler. processObject(Element objectTag, Stack<ContextNode> context, JAXXCapture capture)Methods in jaxx.compiler.tools.jaxxcapture.handlers with parameters of type CapturedObject Modifier and Type Method Description protected voidObjectHandler. evaluateAdd(CapturedObject contextObject, CapturedObject child, ContextNode constraints)protected StringObjectHandler. getChildXML(CapturedObject object, JAXXCapture capture)StringObjectHandler. getXML(CapturedObject object, JAXXCapture capture)
-