|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.genuine.tools.XML
Helper methods for XML processing with JDOM
Constructor Summary | |
XML()
|
Method Summary | |
static java.util.Map |
createPropertiesMap(org.jdom.Element propertiesElement)
Creates a hash map containing properities (key/value pairs) and property sets (key/set of values pairs) from the given XML "properties" element. |
static org.jdom.Document |
loadDocumentFromClasspath(java.lang.String filename)
Loads the XML document refered to by the given filename and returns a Document instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XML()
Method Detail |
public static org.jdom.Document loadDocumentFromClasspath(java.lang.String filename) throws OperationFailedException
OperationFailedException
public static java.util.Map createPropertiesMap(org.jdom.Element propertiesElement)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |