|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.matthias_burbach.deputy.core.util.XmlUtils
Method Summary | |
static org.jdom.Document |
loadXmlDocument(java.io.InputStream is)
|
static org.jdom.Document |
loadXmlDocument(java.lang.String url)
|
static void |
saveXmlDocument(java.lang.String pathAndFile,
org.jdom.Document document)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static org.jdom.Document loadXmlDocument(java.io.InputStream is) throws java.lang.Exception
is
- The input stream to load the document from.
java.lang.Exception
- if anything goes unexpectedly wrongpublic static org.jdom.Document loadXmlDocument(java.lang.String url) throws java.lang.Exception
url
- The URL to load the document from.
java.lang.Exception
- if anything goes unexpectedly wrongpublic static void saveXmlDocument(java.lang.String pathAndFile, org.jdom.Document document) throws java.lang.Exception
pathAndFile
- The path and file name to save the document under.document
- The document to save.
java.lang.Exception
- if anything goes unexpectedly wrong
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |