All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.daisy.common.stax.BaseURIAwareXMLStreamReader Maven / Gradle / Ivy

There is a newer version: 6.1.0
Show newest version
package org.daisy.common.stax;

import java.net.URI;

import javax.xml.stream.XMLStreamException;
import javax.xml.stream.XMLStreamReader;

public interface BaseURIAwareXMLStreamReader extends XMLStreamReader {
	
	public URI getBaseURI() throws XMLStreamException;
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy