| Methods in org.openeai.xml that throw XmlDocumentReaderException |
org.jdom.Document |
XmlDocumentReader.initializeDocument(java.lang.String fileName,
boolean validate)
Creates a JDOM Document from the specified XML file name. |
org.jdom.Document |
XmlDocumentReader.initializeDocument(java.io.InputStream is,
boolean validate)
Creates a JDOM Document from the supplied InputStream. |
org.jdom.Document |
XmlDocumentReader.initializeDocument(java.io.Reader docAsReader,
boolean validate)
Creates a JDOM Document from the supplied Reader. |