Uploaded image for project: 'Axiom'
  1. Axiom
  2. AXIOM-288

Allow the builder to continue building the Axiom tree after an element has been consumed

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.2.8
    • 1.2.15
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            veithen Andreas Veithen
            veithen Andreas Veithen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: