public abstract class AbstractEvaluatorSerializer extends Object implements EvaluatorSerializer
EvaluatorSerializer implementations| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.axiom.om.OMFactory |
fac |
protected org.apache.commons.logging.Log |
log |
protected static org.apache.axiom.om.OMNamespace |
nullNS |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractEvaluatorSerializer()
A constructor that makes subclasses pick up the correct logger
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
serializeChild(org.apache.axiom.om.OMElement parenet,
Evaluator child) |
protected void |
serializeChildren(org.apache.axiom.om.OMElement parent,
Evaluator[] childEvaluators) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitserializeprotected org.apache.commons.logging.Log log
protected static final org.apache.axiom.om.OMFactory fac
protected static final org.apache.axiom.om.OMNamespace nullNS
protected AbstractEvaluatorSerializer()
protected void serializeChildren(org.apache.axiom.om.OMElement parent,
Evaluator[] childEvaluators)
throws EvaluatorException
EvaluatorExceptionprotected void serializeChild(org.apache.axiom.om.OMElement parenet,
Evaluator child)
throws EvaluatorException
EvaluatorExceptionCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.