com.mchange.v2.util
Class XmlProperties
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
com.mchange.v2.util.XmlProperties
- All Implemented Interfaces:
- Serializable, Cloneable, Map<Object,Object>
public class XmlProperties
- extends Properties
- See Also:
- Serialized Form
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
XmlProperties
public XmlProperties()
throws ParserConfigurationException,
TransformerConfigurationException
- Throws:
ParserConfigurationException
TransformerConfigurationException
loadXml
public void loadXml(InputStream is)
throws IOException,
SAXException
- Throws:
IOException
SAXException
saveXml
public void saveXml(OutputStream os)
throws IOException,
TransformerException
- Throws:
IOException
TransformerException
storeXml
public void storeXml(OutputStream os,
String header)
throws IOException,
TransformerException
- Throws:
IOException
TransformerException
main
public static void main(String[] argv)