| java.lang.Object jaxx.tools.jaxxcapture.handlers.ObjectHandler
All known Subclasses: jaxx.tools.jaxxcapture.handlers.TableHandler, jaxx.tools.jaxxcapture.handlers.JTabbedPaneHandler,
ObjectHandler | public class ObjectHandler (Code) | | |
Method Summary | |
protected CapturedObject | createCapturedObject(String className, JAXXCapture capture) | protected void | evaluate(Element tag, Stack context, JAXXCapture capture) | protected void | evaluateAdd(CapturedObject contextObject, CapturedObject child, ContextNode constraints) | protected void | evaluateMethod(Element tag, Stack context, JAXXCapture capture) | protected void | evaluateProperty(Element tag, Stack context, JAXXCapture capture) | protected String | getChildXML(CapturedObject object, JAXXCapture capture) | public String | getXML(CapturedObject object, JAXXCapture capture) | protected boolean | processChildren(Element tag, Stack context, JAXXCapture capture) | public CapturedObject | processObject(Element objectTag, Stack context, JAXXCapture capture) |
|
|