Allow the builder to continue building the Axiom tree after an element has been consumed ----------------------------------------------------------------------------------------
Key: WSCOMMONS-451 URL: https://issues.apache.org/jira/browse/WSCOMMONS-451 Project: WS-Commons Issue Type: Improvement Components: AXIOM Affects Versions: Axiom 1.2.8 Reporter: Andreas Veithen Priority: Minor 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. - You can reply to this email to add a comment to the issue online.