Package com.atlassian.bamboo.utils.xml
Class SMInputCursorIterable
- java.lang.Object
-
- com.atlassian.bamboo.utils.xml.SMInputCursorIterable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Iterable<org.codehaus.staxmate.in.SMInputCursor>
fromCursor(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor)
static Iterable<org.codehaus.staxmate.in.SMInputCursor>
fromCursor(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull org.codehaus.staxmate.in.SMFilter filter)
Iterator<org.codehaus.staxmate.in.SMInputCursor>
iterator()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
iterator
public Iterator<org.codehaus.staxmate.in.SMInputCursor> iterator()
-
fromCursor
public static Iterable<org.codehaus.staxmate.in.SMInputCursor> fromCursor(@NotNull @NotNull org.codehaus.staxmate.in.SMInputCursor cursor) throws XMLStreamException
- Throws:
XMLStreamException
-
fromCursor
public static Iterable<org.codehaus.staxmate.in.SMInputCursor> fromCursor(@NotNull @NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull @NotNull org.codehaus.staxmate.in.SMFilter filter) throws XMLStreamException
- Throws:
XMLStreamException
-
-