Uses of Class
org.nuiton.jaxx.compiler.tools.jaxxcapture.CapturedObject
-
Packages that use CapturedObject Package Description org.nuiton.jaxx.compiler.tools.jaxxcapture org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers -
-
Uses of CapturedObject in org.nuiton.jaxx.compiler.tools.jaxxcapture
Methods in org.nuiton.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 org.nuiton.jaxx.compiler.tools.jaxxcapture that return types with arguments of type CapturedObject Modifier and Type Method Description Map<String,CapturedObject>JAXXCapture. getCapturedObjects()Methods in org.nuiton.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 org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers
Methods in org.nuiton.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 org.nuiton.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)
-