|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--allensoft.xml.XMLUtilities
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 |
public XMLUtilities()
Method Detail |
public static org.w3c.dom.Document parseDocument(java.io.Reader in) throws org.xml.sax.SAXException, java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |