[
http://issues.apache.org/jira/browse/AXIS2-49?page=comments#action_12360140 ]
Ruchith Udayanga Fernando commented on AXIS2-49:
------------------------------------------------
hmm... this is not possible since a DOOM node doesn't contain a reference to
the factory that created it.
Note that when we use DOOM progamatically as a usual DOM impl we do not use
'OM' Factories.
E.g.:
Document doc =
DocumentBuilderFactory.newInstance().newDocumentBuilder().newDocument();
Element elem = doc.createElement("Foo");
Now there's no involvement of a factory. We must be able to clone this 'elem'
element.
I'm working on doing cloneNode() the same way as its done in Xerces... there is
some progress ... :-)
> implementing DOM on AXIOM
> -------------------------
>
> Key: AXIS2-49
> URL: http://issues.apache.org/jira/browse/AXIS2-49
> Project: Apache Axis 2.0 (Axis2)
> Type: New Feature
> Components: om
> Reporter: Srinath Perera
> Assignee: Ruchith Udayanga Fernando
> Priority: Minor
>
> this needed for the SAAJ and WS-Security support. we need the samples and
> docs
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira