org.compass.core.xml.dom4j.converter
Class XPPReaderXmlContentConverter
java.lang.Object
org.compass.core.xml.dom4j.converter.AbstractXmlWriterXmlContentConverter
org.compass.core.xml.dom4j.converter.XPPReaderXmlContentConverter
- All Implemented Interfaces:
- CompassConfigurable, SupportsXmlContentWrapper, XmlContentConverter
public class XPPReaderXmlContentConverter
- extends AbstractXmlWriterXmlContentConverter
- implements SupportsXmlContentWrapper, CompassConfigurable
A dom4j xml content mapping converter, which uses dom4j XPPReader to
convert the xml string into a Dom4jAliasedXmlObject.
- Author:
- kimchy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPPReaderXmlContentConverter
public XPPReaderXmlContentConverter()
configure
public void configure(CompassSettings settings)
throws CompassException
- Description copied from interface:
CompassConfigurable
- Configure using the given settings.
- Specified by:
configure in interface CompassConfigurable
- Parameters:
settings - The settings for the configured object
- Throws:
CompassException
doCreateXPPReader
protected XPPReader doCreateXPPReader(CompassSettings settings)
supports
public boolean supports(String wrapper)
- This converter does not support a singleton wrapper strategy.
- Specified by:
supports in interface SupportsXmlContentWrapper
fromXml
public AliasedXmlObject fromXml(String alias,
Reader xml)
throws ConversionException
- Uses dom4j
XPPReader to convert the given xml string into a Dom4jAliasedXmlObject.
- Specified by:
fromXml in interface XmlContentConverter
- Parameters:
alias - The alias that will be associated with the AliasedXmlObjectxml - The xml string to convert into an Dom4jAliasedXmlObject
- Returns:
- A
Dom4jAliasedXmlObject parsed from the given xml string and associated with the given alias
- Throws:
ConversionException - In case the xml parsing failed
Copyright (c) 2004-2008 The Compass Project.