Uses of Class
jaxx.compiler.tools.jaxxcapture.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(org.w3c.dom.Element objectTag, java.util.Stack<ContextNode> context)Methods in jaxx.compiler.tools.jaxxcapture that return types with arguments of type CapturedObject Modifier and Type Method Description java.util.Map<java.lang.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(java.lang.String className, JAXXCapture capture)protected CapturedObjectTableHandler. createCapturedObject(java.lang.String className, JAXXCapture capture)CapturedObjectObjectHandler. processObject(org.w3c.dom.Element objectTag, java.util.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 java.lang.StringObjectHandler. getChildXML(CapturedObject object, JAXXCapture capture)java.lang.StringObjectHandler. getXML(CapturedObject object, JAXXCapture capture)