Uses of Class
jaxx.compiler.tools.jaxxcapture.JAXXCapture
-
Packages that use JAXXCapture Package Description jaxx.compiler.tools.jaxxcapture jaxx.compiler.tools.jaxxcapture.handlers -
-
Uses of JAXXCapture in jaxx.compiler.tools.jaxxcapture
Methods in jaxx.compiler.tools.jaxxcapture with parameters of type JAXXCapture Modifier and Type Method Description StringCapturedObject. getXML(JAXXCapture capture)Constructors in jaxx.compiler.tools.jaxxcapture with parameters of type JAXXCapture Constructor Description CapturedObject(ObjectHandler handler, String className, JAXXCapture capture) -
Uses of JAXXCapture in jaxx.compiler.tools.jaxxcapture.handlers
Methods in jaxx.compiler.tools.jaxxcapture.handlers with parameters of type JAXXCapture Modifier and Type Method Description protected CapturedObjectObjectHandler. createCapturedObject(String className, JAXXCapture capture)protected CapturedObjectTableHandler. createCapturedObject(String className, JAXXCapture capture)protected voidObjectHandler. evaluate(Element tag, Stack<ContextNode> context, JAXXCapture capture)protected voidJTabbedPaneHandler. evaluateMethod(Element tag, Stack<ContextNode> context, JAXXCapture capture)protected voidObjectHandler. evaluateMethod(Element tag, Stack<ContextNode> context, JAXXCapture capture)protected voidObjectHandler. evaluateProperty(Element tag, Stack<ContextNode> context, JAXXCapture capture)protected StringObjectHandler. getChildXML(CapturedObject object, JAXXCapture capture)StringObjectHandler. getXML(CapturedObject object, JAXXCapture capture)protected booleanObjectHandler. processChildren(Element tag, Stack<ContextNode> context, JAXXCapture capture)CapturedObjectObjectHandler. processObject(Element objectTag, Stack<ContextNode> context, JAXXCapture capture)
-