jaxx.tools.jaxxcapture.handlers
Class ObjectHandler

java.lang.Object
  extended by jaxx.tools.jaxxcapture.handlers.ObjectHandler
Direct Known Subclasses:
JTabbedPaneHandler, TableHandler

public class ObjectHandler
extends java.lang.Object


Constructor Summary
ObjectHandler()
           
 
Method Summary
protected  CapturedObject createCapturedObject(java.lang.String className, JAXXCapture capture)
           
protected  void evaluate(org.w3c.dom.Element tag, java.util.Stack<ContextNode> context, JAXXCapture capture)
           
protected  void evaluateAdd(CapturedObject contextObject, CapturedObject child, ContextNode constraints)
           
protected  void evaluateMethod(org.w3c.dom.Element tag, java.util.Stack<ContextNode> context, JAXXCapture capture)
           
protected  void evaluateProperty(org.w3c.dom.Element tag, java.util.Stack<ContextNode> context, JAXXCapture capture)
           
protected  java.lang.String getChildXML(CapturedObject object, JAXXCapture capture)
           
 java.lang.String getXML(CapturedObject object, JAXXCapture capture)
           
protected  boolean processChildren(org.w3c.dom.Element tag, java.util.Stack<ContextNode> context, JAXXCapture capture)
           
 CapturedObject processObject(org.w3c.dom.Element objectTag, java.util.Stack<ContextNode> context, JAXXCapture capture)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectHandler

public ObjectHandler()
Method Detail

createCapturedObject

protected CapturedObject createCapturedObject(java.lang.String className,
                                              JAXXCapture capture)

processChildren

protected boolean processChildren(org.w3c.dom.Element tag,
                                  java.util.Stack<ContextNode> context,
                                  JAXXCapture capture)

evaluateProperty

protected void evaluateProperty(org.w3c.dom.Element tag,
                                java.util.Stack<ContextNode> context,
                                JAXXCapture capture)

evaluateAdd

protected void evaluateAdd(CapturedObject contextObject,
                           CapturedObject child,
                           ContextNode constraints)

evaluateMethod

protected void evaluateMethod(org.w3c.dom.Element tag,
                              java.util.Stack<ContextNode> context,
                              JAXXCapture capture)

evaluate

protected void evaluate(org.w3c.dom.Element tag,
                        java.util.Stack<ContextNode> context,
                        JAXXCapture capture)

processObject

public CapturedObject processObject(org.w3c.dom.Element objectTag,
                                    java.util.Stack<ContextNode> context,
                                    JAXXCapture capture)

getXML

public java.lang.String getXML(CapturedObject object,
                               JAXXCapture capture)

getChildXML

protected java.lang.String getChildXML(CapturedObject object,
                                       JAXXCapture capture)


Copyright © 2008-2009 CodeLutin. All Rights Reserved.