Uses of Class
org.nuiton.jaxx.compiler.tools.jaxxcapture.JAXXCapture
-
Packages that use JAXXCapture Package Description org.nuiton.jaxx.compiler.tools.jaxxcapture org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers -
-
Uses of JAXXCapture in org.nuiton.jaxx.compiler.tools.jaxxcapture
Methods in org.nuiton.jaxx.compiler.tools.jaxxcapture with parameters of type JAXXCapture Modifier and Type Method Description StringCapturedObject. getXML(JAXXCapture capture)Constructors in org.nuiton.jaxx.compiler.tools.jaxxcapture with parameters of type JAXXCapture Constructor Description CapturedObject(ObjectHandler handler, String className, JAXXCapture capture) -
Uses of JAXXCapture in org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers
Methods in org.nuiton.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)
-