public interface DataSink
Modifier and Type | Method and Description |
---|---|
void |
endStream()
Callback for end stream event.
|
void |
setBaseUri(String baseUri)
Sets document base URI.
|
boolean |
setProperty(String key,
Object value)
Key-value based settings.
|
void |
startStream()
Callback for start stream event.
|
void setBaseUri(String baseUri)
baseUri
- base URIvoid startStream() throws ParseException
ParseException
void endStream() throws ParseException
ParseException
Copyright © 2012–2013. All rights reserved.