Hi all,
abstract class org.apache.axiom.om.impl.dom.NodeImpl implements deprecated
methods required from interface org.apache.axiom.om.impl.OMNodeEx.
Some of those methods (serialize and serializeAndConsume) are deprecated
because:
"This method is not meaningful on a node in general, but only on an {...@link
OMElement}."
Now i have a org.apache.axiom.om.impl.dom.ElementImpl instance and it
implements OMElement, but there isn't OMElement's serialize and
serializeAndConsume methods implementation. It use inherit method from
NodeImpl, and they are deprecated...
There should be an implementation in
org.apache.axiom.om.impl.dom.ElementImpl of that methods?
Version used: Axiom 1.2.9
Cheers,
Lorenzo