com.mchange.v1.xmlprops
Class SaxXmlPropsParser

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

public class SaxXmlPropsParser
extends Object


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

Constructor Detail

SaxXmlPropsParser

public SaxXmlPropsParser()
Method Detail

parseXmlProps

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

main

public static void main(String[] argv)