java.lang.Object
com.atlassian.confluence.content.render.xhtml.view.excerpt.XMLNodeSkipper

public class XMLNodeSkipper extends Object
XMLNodeSkipper receives an iterator of xmlEvents with the first element an XML startEvent, this node and all child nodes are skipped by advancing the iterator past the corresponding endEvent.
  • Constructor Details

  • Method Details

    • skipCurrentNodeTree

      public static void skipCurrentNodeTree(XMLEventReader reader)
    • skipCurrentNode

      public static void skipCurrentNode(Iterator<XMLEvent> xmlEvents)
    • skipCurrentNode

      public Iterator<XMLEvent> skipCurrentNode()