You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2013/05/12 11:37:16 UTC

[jira] [Commented] (AXIOM-288) Allow the builder to continue building the Axiom tree after an element has been consumed

    [ https://issues.apache.org/jira/browse/AXIOM-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655502#comment-13655502 ] 

Hudson commented on AXIOM-288:
------------------------------

Integrated in ws-axiom-trunk #1516 (See [https://builds.apache.org/job/ws-axiom-trunk/1516/])
    AXIOM-288: Allow the builder to continue building the Axiom tree after an element has been consumed using getXMLStreamReaderWithoutCaching - initial code. (Revision 1481479)

     Result = SUCCESS
veithen : 
Files : 
* /webservices/axiom/trunk/modules/axiom-common-impl/src/main/java/org/apache/axiom/om/impl/common/serializer/pull/AbstractWrapper.java
* /webservices/axiom/trunk/modules/axiom-common-impl/src/main/java/org/apache/axiom/om/impl/common/serializer/pull/IncludeWrapper.java
* /webservices/axiom/trunk/modules/axiom-common-impl/src/main/java/org/apache/axiom/om/impl/common/serializer/pull/PullThroughWrapper.java
* /webservices/axiom/trunk/modules/axiom-common-impl/src/main/java/org/apache/axiom/om/impl/common/serializer/pull/StreamSwitch.java
* /webservices/axiom/trunk/modules/axiom-common-impl/src/main/java/org/apache/axiom/om/impl/common/serializer/pull/SwitchingWrapper.java

                
> Allow the builder to continue building the Axiom tree after an element has been consumed
> ----------------------------------------------------------------------------------------
>
>                 Key: AXIOM-288
>                 URL: https://issues.apache.org/jira/browse/AXIOM-288
>             Project: Axiom
>          Issue Type: Improvement
>    Affects Versions: 1.2.8
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>            Priority: Minor
>             Fix For: 1.2.15
>
>
> Consider the following document:
> <a>
>   <b>
>     <c>some content</c>
>   </b>
>   <d>
>      <e>more content</e>
>   </d>
> </a>
> Technically it should be possible to consume the <b> element (using e.g. getXMLStreamReaderWithoutCaching on the corresponding OMElement), while still allowing the builder to build the nodes starting from <d>. However this is not currently supported by Axiom.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org