XmlProvider Interface
public interface XmlProvider
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Xml |
createReader(byte[] json)
Creates an instance of XmlReader that reads a |
|
abstract
Xml |
createReader(InputStream json)
Creates an instance of XmlReader that reads a InputStream. |
|
abstract
Xml |
createReader(Reader json)
Creates an instance of XmlReader that reads a Reader. |
|
abstract
Xml |
createReader(String json)
Creates an instance of XmlReader that reads a String. |
|
abstract
Xml |
createWriter(OutputStream json)
Creates an instance of XmlWriter that writes to an OutputStream. |
|
abstract
Xml |
createWriter(Writer json)
Creates an instance of XmlWriter that writes to an Writer. |