com.atlassian.confluence.content.render.xhtml.view.excerpt
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLNodeSkipper
public XMLNodeSkipper(Iterator<XMLEvent> events)
skipCurrentNode
public static void skipCurrentNode(Iterator<XMLEvent> xmlEvents)
skipCurrentNode
public Iterator<XMLEvent> skipCurrentNode()
Copyright © 2003–2015 Atlassian. All rights reserved.