public class StaxReader extends Object
Reader class used for reading xml with Stax
| Constructor and Description |
|---|
StaxReader(Set<String> pathsSet,
URL url)
Constructor class that parses xml with stax through http url
|
public StaxReader(Set<String> pathsSet, URL url) throws XMLStreamException, IOException
pathsSet - Paths to matchurl - http url to get content fromXMLStreamException - in case of bad xmlIOException - in case of bad urlpublic boolean hasNext()
public StaxResponse next()
public void close()
Copyright © 2015. All Rights Reserved.