public interface XmlDeserializer extends Deserializer
Deserializer
Modifier and Type | Method and Description |
---|---|
void |
open(Reader reader,
String systemId)
Opens a new deserialization stream based on the given reader and system id.
|
close, getInputPosition, hasNext, next, open
void open(Reader reader, String systemId)
reader
- the reader to base the stream on.systemId
- the system ID of the stream as an URI string. Will be used to resolve relative URIs.DeserializationException
Copyright © 2014. All rights reserved.