Class XMLNodeSkipper
java.lang.Object
com.atlassian.confluence.content.render.xhtml.view.excerpt.XMLNodeSkipper
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
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
skipCurrentNode
(Iterator<XMLEvent> xmlEvents) static void
skipCurrentNodeTree
(XMLEventReader reader)
-
Constructor Details
-
XMLNodeSkipper
-
-
Method Details
-
skipCurrentNodeTree
-
skipCurrentNode
-
skipCurrentNode
-