Avoid dual objects for each node
--------------------------------
Key: AXIS2C-476
URL: http://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.
-
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]