com.jalios.jcms.webdav
Class XMLWriter
java.lang.Object
com.jalios.jcms.webdav.XMLWriter
public class XMLWriter
- extends Object
XMLWriter helper class.
- Since:
- jcms-5.5.0
- Version:
- $Revision: 24535 $
- Author:
- Jean-Philippe Encausse
Method Summary |
static String |
getXML(org.jdom.Element rootElm,
String encoding)
Retrieve XML from the specified root element and encoding. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REVISION
public static final String REVISION
- See Also:
- Constant Field Values
getXML
public static String getXML(org.jdom.Element rootElm,
String encoding)
- Retrieve XML from the specified root element and encoding.
- Parameters:
rootElm
- the root Element of the XMLencoding
- the encoding of the xml header
- Returns:
- a valid XML content
Copyright © 2001-2010 Jalios SA. All Rights Reserved.