[ https://issues.apache.org/jira/browse/AXIOM-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Veithen resolved AXIOM-288.
-----------------------------------
Resolution: Fixed
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org
|