|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.content.render.xhtml.editor.inline.EditorEmoticonUnmarshaller
public class EditorEmoticonUnmarshaller
| Constructor Summary | |
|---|---|
EditorEmoticonUnmarshaller(MarshallingRegistry registry)
|
|
| Method Summary | |
|---|---|
boolean |
handles(javax.xml.stream.events.StartElement startElementEvent,
ConversionContext conversionContext)
Determines whether or not this unmarshaller should be applied to a fragment with the specified start element. |
Emoticon |
unmarshal(javax.xml.stream.XMLEventReader xmlEventReader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext)
Unmarshalls a StAX event stream to an object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EditorEmoticonUnmarshaller(MarshallingRegistry registry)
| Method Detail |
|---|
public boolean handles(javax.xml.stream.events.StartElement startElementEvent,
ConversionContext conversionContext)
Unmarshaller
handles in interface Unmarshaller<Emoticon>startElementEvent - start elementconversionContext - the conversion context
public Emoticon unmarshal(javax.xml.stream.XMLEventReader xmlEventReader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext)
throws XhtmlException
Unmarshaller
unmarshal in interface Unmarshaller<Emoticon>xmlEventReader - a reader over the fragment to unmarshallmainFragmentTransformer - TODOconversionContext - the conversion context
XhtmlException - if some other problem occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||