public class SaxPullAdapter extends Object
Constructor and Description |
---|
SaxPullAdapter(EntityResolver resolver) |
SaxPullAdapter(URL schemaURL) |
Modifier and Type | Method and Description |
---|---|
PullableEventStream |
start(File file,
ErrorHandler errorHandler) |
PullableEventStream |
start(InputStream inputStream,
ErrorHandler errorHandler) |
void |
stop() |
public SaxPullAdapter(EntityResolver resolver) throws ParserConfigurationException, SAXException
public SaxPullAdapter(URL schemaURL) throws ParserConfigurationException, SAXException
public PullableEventStream start(InputStream inputStream, ErrorHandler errorHandler) throws SAXException, InterruptedException
SAXException
InterruptedException
public PullableEventStream start(File file, ErrorHandler errorHandler) throws SAXException, InterruptedException
SAXException
InterruptedException
public void stop()