You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Samisa Abeysinghe (JIRA)" <ji...@apache.org> on 2006/02/28 03:28:53 UTC

[jira] Created: (AXIS2C-80) The axis2_om_node_set_previous_sibling method just assing the given parameter node to the previous sibling.

AXIS2_INTF_TO_IMPL(om_node)->prev_sibling =
 prev_sibling;
axis2_om_node_set_next_sibling does not update the links
 properly
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit

The axis2_om_node_set_previous_sibling method just assing the given parameter node to the previous sibling. 
AXIS2_INTF_TO_IMPL(om_node)->prev_sibling = prev_sibling;
axis2_om_node_set_next_sibling does not update the links properly

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

         Key: AXIS2C-80
         URL: http://issues.apache.org/jira/browse/AXIS2C-80
     Project: Axis2-C
        Type: Bug
  Components: xml/om  
    Versions: Current (Nightly)    
    Reporter: Samisa Abeysinghe


The axis2_om_node_set_next_sibling method just assing the given parameter node to the next sibling. 
AXIS2_INTF_TO_IMPL(om_node)->next_sibling = next_sibling;

What about updating the parent for its last child, etc? I think we have to update the other links in the node and the parent as well as the given 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


[jira] Closed: (AXIS2C-80) axis2_om_node_set_next_sibling does not update the links properly

Posted by "nandika jayawardana (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-80?page=all ]
     
nandika jayawardana closed AXIS2C-80:
-------------------------------------

    Resolution: Fixed

(Visible to axiscpp-developers)


> axis2_om_node_set_next_sibling does not update the links properly
> -----------------------------------------------------------------
>
>          Key: AXIS2C-80
>          URL: http://issues.apache.org/jira/browse/AXIS2C-80
>      Project: Axis2-C
>         Type: Bug
>   Components: xml/om
>     Versions: Current (Nightly)
>     Reporter: Samisa Abeysinghe
>     Assignee: nandika jayawardana

>
> The axis2_om_node_set_next_sibling method just assing the given parameter node to the next sibling. 
> AXIS2_INTF_TO_IMPL(om_node)->next_sibling = next_sibling;
> What about updating the parent for its last child, etc? I think we have to update the other links in the node and the parent as well as the given 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


[jira] Updated: (AXIS2C-80) axis2_om_node_set_next_sibling does not update the links properly

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-80?page=all ]

Samisa Abeysinghe updated AXIS2C-80:
------------------------------------

      Summary: axis2_om_node_set_next_sibling does not update the links properly  (was: The axis2_om_node_set_previous_sibling method just assing the given parameter node to the previous sibling. 
AXIS2_INTF_TO_IMPL(om_node)->prev_sibling = prev_sibling;
axis2_om_node_set_next_sibling does not update the links properly
)
    Assign To: nandika jayawardana

> axis2_om_node_set_next_sibling does not update the links properly
> -----------------------------------------------------------------
>
>          Key: AXIS2C-80
>          URL: http://issues.apache.org/jira/browse/AXIS2C-80
>      Project: Axis2-C
>         Type: Bug
>   Components: xml/om
>     Versions: Current (Nightly)
>     Reporter: Samisa Abeysinghe
>     Assignee: nandika jayawardana

>
> The axis2_om_node_set_next_sibling method just assing the given parameter node to the next sibling. 
> AXIS2_INTF_TO_IMPL(om_node)->next_sibling = next_sibling;
> What about updating the parent for its last child, etc? I think we have to update the other links in the node and the parent as well as the given 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