public interface IXMLConfigurable
Modifier and Type | Method and Description |
---|---|
void |
loadFromXML(Reader in)
Load XML configuration values and initialized this object with them.
|
void |
saveToXML(Writer out)
Saves this object as XML.
|
void loadFromXML(Reader in) throws IOException
in
- XML input streamIOException
- something went wrong reading the XMLvoid saveToXML(Writer out) throws IOException
out
- XML writerIOException
- something went wrong writing the XMLCopyright © 2008–2021 Norconex Inc.. All rights reserved.