Class ObjectHandler
- java.lang.Object
-
- org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers.ObjectHandler
-
- Direct Known Subclasses:
JTabbedPaneHandler,TableHandler
public class ObjectHandler extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTRIBUTE_PROPERTY
-
Constructor Summary
Constructors Constructor Description ObjectHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CapturedObjectcreateCapturedObject(String className, JAXXCapture capture)protected voidevaluate(Element tag, Stack<ContextNode> context, JAXXCapture capture)protected voidevaluateAdd(CapturedObject contextObject, CapturedObject child, ContextNode constraints)protected voidevaluateMethod(Element tag, Stack<ContextNode> context, JAXXCapture capture)protected voidevaluateProperty(Element tag, Stack<ContextNode> context, JAXXCapture capture)protected StringgetChildXML(CapturedObject object, JAXXCapture capture)StringgetXML(CapturedObject object, JAXXCapture capture)protected booleanprocessChildren(Element tag, Stack<ContextNode> context, JAXXCapture capture)CapturedObjectprocessObject(Element objectTag, Stack<ContextNode> context, JAXXCapture capture)
-
-
-
Field Detail
-
ATTRIBUTE_PROPERTY
public static final String ATTRIBUTE_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
createCapturedObject
protected CapturedObject createCapturedObject(String className, JAXXCapture capture)
-
processChildren
protected boolean processChildren(Element tag, Stack<ContextNode> context, JAXXCapture capture)
-
evaluateProperty
protected void evaluateProperty(Element tag, Stack<ContextNode> context, JAXXCapture capture)
-
evaluateAdd
protected void evaluateAdd(CapturedObject contextObject, CapturedObject child, ContextNode constraints)
-
evaluateMethod
protected void evaluateMethod(Element tag, Stack<ContextNode> context, JAXXCapture capture)
-
evaluate
protected void evaluate(Element tag, Stack<ContextNode> context, JAXXCapture capture)
-
processObject
public CapturedObject processObject(Element objectTag, Stack<ContextNode> context, JAXXCapture capture)
-
getXML
public String getXML(CapturedObject object, JAXXCapture capture)
-
getChildXML
protected String getChildXML(CapturedObject object, JAXXCapture capture)
-
-