public class ImageLinkEmoticonUnmarshaller extends Object implements Unmarshaller<Emoticon>
| Constructor and Description |
|---|
ImageLinkEmoticonUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handles(StartElement startElementEvent,
ConversionContext conversionContext)
Handle
|
Emoticon |
unmarshal(XMLEventReader xmlEventReader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext)
Unmarshalls a StAX event stream to an object.
|
public boolean handles(StartElement startElementEvent, ConversionContext conversionContext)
handles in interface Unmarshaller<Emoticon>startElementEvent - start elementconversionContext - the conversion contextpublic Emoticon unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) throws XhtmlException
Unmarshallerunmarshal in interface Unmarshaller<Emoticon>xmlEventReader - a reader over the fragment to unmarshallmainFragmentTransformer - TODOconversionContext - the conversion contextXhtmlException - if some other problem occursCopyright © 2003–2022 Atlassian. All rights reserved.