public class XmlUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
advanceReaderToNext(XMLStreamReader xsr,
String tag)
Advances the Stream Reader to the next occurrence of a user-specified tag.
|
public static boolean advanceReaderToNext(XMLStreamReader xsr, String tag) throws XMLStreamException
xsr - The reader to advance.tag - The tag to advance to. No brackets, just the name.XMLStreamException - In all cases other than described by 'return'.Copyright © 2017. All rights reserved.