|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.libs.XML
public class XML
XML utils
Constructor Summary | |
---|---|
XML()
|
Method Summary | |
---|---|
static org.w3c.dom.Document |
getDocument(java.io.File file)
Parse an XML file to DOM |
static org.w3c.dom.Document |
getDocument(java.lang.String xml)
Parse an XML string content to DOM |
static java.lang.String |
serialize(org.w3c.dom.Document document)
Serialize to XML String |
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 java.lang.String serialize(org.w3c.dom.Document document)
document
- The DOM document
public static org.w3c.dom.Document getDocument(java.io.File file)
public static org.w3c.dom.Document getDocument(java.lang.String xml)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |