mud.common.xml
Class XmlReader

java.lang.Object
  extended by mud.common.xml.XmlReader

public class XmlReader
extends java.lang.Object


Constructor Summary
XmlReader()
           
 
Method Summary
static XmlNode convert(org.w3c.dom.Node node)
           
 XmlElement read(java.io.File file)
           
 XmlElement read(java.io.InputStream in)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlReader

public XmlReader()
Method Detail

read

public XmlElement read(java.io.File file)
                throws org.xml.sax.SAXException,
                       java.io.IOException
Throws:
org.xml.sax.SAXException
java.io.IOException

read

public XmlElement read(java.io.InputStream in)
                throws org.xml.sax.SAXException,
                       java.io.IOException
Throws:
org.xml.sax.SAXException
java.io.IOException

convert

public static XmlNode convert(org.w3c.dom.Node node)