public class XmlProperties extends Properties
defaults| Constructor and Description |
|---|
XmlProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
loadXml(InputStream is) |
static void |
main(String[] argv) |
void |
saveXml(OutputStream os) |
void |
storeXml(OutputStream os,
String header) |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamespublic XmlProperties()
throws ParserConfigurationException,
TransformerConfigurationException
public void loadXml(InputStream is) throws IOException, SAXException
IOExceptionSAXExceptionpublic void saveXml(OutputStream os) throws IOException, TransformerException
IOExceptionTransformerExceptionpublic void storeXml(OutputStream os, String header) throws IOException, TransformerException
IOExceptionTransformerExceptionpublic static void main(String[] argv)