Class ObjectHandler
java.lang.Object
jaxx.compiler.tools.jaxxcapture.handlers.ObjectHandler
- Direct Known Subclasses:
JTabbedPaneHandler,TableHandler
public class ObjectHandler
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringATTRIBUTE_PROPERTY -
Constructor Summary
Constructors Constructor Description ObjectHandler() -
Method Summary
Modifier and Type Method Description protected CapturedObjectcreateCapturedObject(java.lang.String className, JAXXCapture capture)protected voidevaluate(org.w3c.dom.Element tag, java.util.Stack<ContextNode> context, JAXXCapture capture)protected voidevaluateAdd(CapturedObject contextObject, CapturedObject child, ContextNode constraints)protected voidevaluateMethod(org.w3c.dom.Element tag, java.util.Stack<ContextNode> context, JAXXCapture capture)protected voidevaluateProperty(org.w3c.dom.Element tag, java.util.Stack<ContextNode> context, JAXXCapture capture)protected java.lang.StringgetChildXML(CapturedObject object, JAXXCapture capture)java.lang.StringgetXML(CapturedObject object, JAXXCapture capture)protected booleanprocessChildren(org.w3c.dom.Element tag, java.util.Stack<ContextNode> context, JAXXCapture capture)CapturedObjectprocessObject(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
-
Field Details
-
ATTRIBUTE_PROPERTY
public static final java.lang.String ATTRIBUTE_PROPERTY- See Also:
- Constant Field Values
-
-
Constructor Details
-
ObjectHandler
public ObjectHandler()
-
-
Method Details
-
createCapturedObject
-
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
-
getChildXML
-