Package org.vast.xml

Class XMLStreamReaderWithLocation

java.lang.Object
org.vast.xml.DelegatingXMLStreamReader
org.vast.xml.XMLStreamReaderWithLocation
All Implemented Interfaces:
XMLStreamConstants, XMLStreamReader

public class XMLStreamReaderWithLocation extends DelegatingXMLStreamReader

This wrapper allows specifying the URI of the document that the stream is read from.
This can be used for error localization as well as for relative link resolution.

Since:
May 18, 2017