|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmlContentConverter
Converts an XmlObject to and from an xml string.
| Method Summary | |
|---|---|
AliasedXmlObject |
fromXml(String alias,
Reader xml)
Converts an xml string into an AliasedXmlObject. |
String |
toXml(XmlObject xmlObject)
Converts an XmlObject into an xml string. |
| Method Detail |
|---|
String toXml(XmlObject xmlObject)
throws ConversionException
XmlObject into an xml string.
xmlObject - The xml object to convert to an xml string
ConversionException - Failed to convert the xml object to an xml string
AliasedXmlObject fromXml(String alias,
Reader xml)
throws ConversionException
AliasedXmlObject.
alias - The alias the aliases xml object is associated withxml - The xml string that will be converted into an aliases xml object
ConversionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||