edu.eside.flingbox.xml
Class XmlImporter

java.lang.Object
  extended by edu.eside.flingbox.xml.XmlImporter

public class XmlImporter
extends java.lang.Object


Nested Class Summary
static interface XmlImporter.XmlParseable
           
 
Constructor Summary
XmlImporter()
           
 
Method Summary
static boolean importXml(java.io.Reader reader, XmlImporter.XmlParseable parseable)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlImporter

public XmlImporter()
Method Detail

importXml

public static boolean importXml(java.io.Reader reader,
                                XmlImporter.XmlParseable parseable)
                         throws InvalidXmlException
Throws:
InvalidXmlException