allensoft.xml
Class XMLUtilities

java.lang.Object
  |
  +--allensoft.xml.XMLUtilities

public class XMLUtilities
extends java.lang.Object

General class for making the parsing and creation of XML docuemnts as simple as possible.


Constructor Summary
XMLUtilities()
           
 
Method Summary
static org.w3c.dom.Document parseDocument(java.io.Reader in)
          Creates a document from the supplied reader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLUtilities

public XMLUtilities()
Method Detail

parseDocument

public static org.w3c.dom.Document parseDocument(java.io.Reader in)
                                          throws org.xml.sax.SAXException,
                                                 java.io.IOException
Creates a document from the supplied reader. The characters in the reader must all be ASCII characters or an IOException will be thrown.