You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2009/06/19 21:40:07 UTC

[jira] Created: (WSCOMMONS-479) OMDocument should have a "build" method

OMDocument should have a "build" method
---------------------------------------

                 Key: WSCOMMONS-479
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-479
             Project: WS-Commons
          Issue Type: Improvement
          Components: AXIOM
    Affects Versions: Axiom 1.2.8
            Reporter: Andreas Veithen
            Assignee: Andreas Veithen
            Priority: Minor
             Fix For: Axiom 1.2.9


In contrast to OMNode, OMDocument doesn't have a "build" method. Obviously building the entire document is a relevant operation, so this should be added.

Also, it might be interesting to introduce a common super-interface for OMNode and OMDocument defining this type of methods.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WSCOMMONS-479) OMDocument should have a "build" method

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen resolved WSCOMMONS-479.
---------------------------------------

    Resolution: Fixed

Fixed. See commit comments on r786706 for more details.

> OMDocument should have a "build" method
> ---------------------------------------
>
>                 Key: WSCOMMONS-479
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-479
>             Project: WS-Commons
>          Issue Type: Improvement
>          Components: AXIOM
>    Affects Versions: Axiom 1.2.8
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>            Priority: Minor
>             Fix For: Axiom 1.2.9
>
>
> In contrast to OMNode, OMDocument doesn't have a "build" method. Obviously building the entire document is a relevant operation, so this should be added.
> Also, it might be interesting to introduce a common super-interface for OMNode and OMDocument defining this type of methods.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.