com.jalios.jcms.webdav
Class XMLWriter

java.lang.Object
  extended by 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

Field Summary
static String REVISION
           
 
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
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values
Method Detail

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 XML
encoding - the encoding of the xml header
Returns:
a valid XML content


Copyright © 2001-2007 Jalios SA. All Rights Reserved.