org.compass.core.xml.dom4j.converter
Class AbstractXmlWriterXmlContentConverter
java.lang.Object
org.compass.core.xml.dom4j.converter.AbstractXmlWriterXmlContentConverter
- All Implemented Interfaces:
- XmlContentConverter
- Direct Known Subclasses:
- SAXReaderXmlContentConverter, STAXReaderXmlContentConverter, XPP3ReaderXmlContentConverter, XPPReaderXmlContentConverter
public abstract class AbstractXmlWriterXmlContentConverter
- extends Object
- implements XmlContentConverter
A base class for dom4j xml content converters. Already implements
toXml(org.compass.core.xml.XmlObject) using dom4j XmlWriter.
- Author:
- kimchy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractXmlWriterXmlContentConverter
public AbstractXmlWriterXmlContentConverter()
toXml
public String toXml(XmlObject xmlObject)
throws ConversionException
- Converts the
XmlObject (assumes it is a Dom4jXmlObject) into
an xml string. Uses dom4j XmlWriter and OutputFormat
(in a compact mode) to perform it.
- Specified by:
toXml in interface XmlContentConverter
- Parameters:
xmlObject - The xml object to convert into an xml string (must be a Dom4jXmlObject implementation).
- Returns:
- An xml string representation of the xml object
- Throws:
ConversionException - Should not really happne...
Copyright (c) 2004-2008 The Compass Project.