public class ObjectHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_PROPERTY |
| Constructor and Description |
|---|
ObjectHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected CapturedObject |
createCapturedObject(String className,
JAXXCapture capture) |
protected void |
evaluate(Element tag,
Stack<ContextNode> context,
JAXXCapture capture) |
protected void |
evaluateAdd(CapturedObject contextObject,
CapturedObject child,
ContextNode constraints) |
protected void |
evaluateMethod(Element tag,
Stack<ContextNode> context,
JAXXCapture capture) |
protected void |
evaluateProperty(Element tag,
Stack<ContextNode> context,
JAXXCapture capture) |
protected String |
getChildXML(CapturedObject object,
JAXXCapture capture) |
String |
getXML(CapturedObject object,
JAXXCapture capture) |
protected boolean |
processChildren(Element tag,
Stack<ContextNode> context,
JAXXCapture capture) |
CapturedObject |
processObject(Element objectTag,
Stack<ContextNode> context,
JAXXCapture capture) |
public static final String ATTRIBUTE_PROPERTY
protected CapturedObject createCapturedObject(String className, JAXXCapture capture)
protected boolean processChildren(Element tag, Stack<ContextNode> context, JAXXCapture capture)
protected void evaluateProperty(Element tag, Stack<ContextNode> context, JAXXCapture capture)
protected void evaluateAdd(CapturedObject contextObject, CapturedObject child, ContextNode constraints)
protected void evaluateMethod(Element tag, Stack<ContextNode> context, JAXXCapture capture)
protected void evaluate(Element tag, Stack<ContextNode> context, JAXXCapture capture)
public CapturedObject processObject(Element objectTag, Stack<ContextNode> context, JAXXCapture capture)
public String getXML(CapturedObject object, JAXXCapture capture)
protected String getChildXML(CapturedObject object, JAXXCapture capture)
Copyright © 2008–2018 Ultreia.io. All rights reserved.