[
https://issues.apache.org/jira/browse/AXIS2C-476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Samisa Abeysinghe resolved AXIS2C-476.
--------------------------------------
Resolution: Won't Fix
This is a major design change that should be taken up for 2.x
> Avoid dual objects for each node
> --------------------------------
>
> Key: AXIS2C-476
> URL: https://issues.apache.org/jira/browse/AXIS2C-476
> Project: Axis2-C
> Issue Type: Improvement
> Components: xml/om
> Reporter: James Clark
>
> At the moment, axiom has two distinct objects for each node. For example, an
> element is represented by a axiom_node with a pointer to an axiom_element.
> This is bad thing from a performance point of view.
> One approach to solving this is to use inheritance (so that axiom_element
> inherits from axiom_node). Another is to move the methods on axiom_element
> onto node.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]