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, stringPropertyNames
public XmlProperties() throws ParserConfigurationException, TransformerConfigurationException
public void loadXml(InputStream is) throws IOException, SAXException
IOException
SAXException
public void saveXml(OutputStream os) throws IOException, TransformerException
IOException
TransformerException
public void storeXml(OutputStream os, String header) throws IOException, TransformerException
IOException
TransformerException
public static void main(String[] argv)