Class XMLNodeSkipper
- 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 Summary
Constructors Constructor Description XMLNodeSkipper(Iterator<XMLEvent> events)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<XMLEvent>
skipCurrentNode()
static void
skipCurrentNode(Iterator<XMLEvent> xmlEvents)
static void
skipCurrentNodeTree(XMLEventReader reader)
-
-
-
Method Detail
-
skipCurrentNodeTree
public static void skipCurrentNodeTree(XMLEventReader reader)
-
-