com.mchange.v1.xmlprops
Class DomXmlPropsParser

java.lang.Object
  extended by com.mchange.v1.xmlprops.DomXmlPropsParser

public class DomXmlPropsParser
extends Object


Constructor Summary
DomXmlPropsParser()
           
 
Method Summary
static void main(String[] argv)
           
 Properties parseXmlProps(InputStream istr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomXmlPropsParser

public DomXmlPropsParser()
Method Detail

parseXmlProps

public Properties parseXmlProps(InputStream istr)
                         throws XmlPropsException
Throws:
XmlPropsException

main

public static void main(String[] argv)