com.mchange.v2.util
Class XmlProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by com.mchange.v2.util.XmlProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class XmlProperties
extends Properties

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
XmlProperties()
           
 
Method Summary
 void loadXml(InputStream is)
           
static void main(String[] argv)
           
 void saveXml(OutputStream os)
           
 void storeXml(OutputStream os, String header)
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlProperties

public XmlProperties()
              throws ParserConfigurationException,
                     TransformerConfigurationException
Throws:
ParserConfigurationException
TransformerConfigurationException
Method Detail

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)