| java.lang.Object | |
| ↳ | com.atlassian.confluence.content.render.xhtml.editor.inline.EditorEmoticonUnmarshaller |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Determines whether or not this unmarshaller should be applied to a fragment with the specified start element.
| |||||||||||
Unmarshalls a StAX event stream to an object.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||
From interface
com.atlassian.confluence.content.render.xhtml.Unmarshaller
| |||||||||||||||
Determines whether or not this unmarshaller should be applied to a fragment with the specified start element.
| startElementEvent | start element |
|---|---|
| conversionContext | the conversion context |
Unmarshalls a StAX event stream to an object.
| xmlEventReader | a reader over the fragment to unmarshall |
|---|---|
| mainFragmentTransformer | TODO |
| conversionContext | the conversion context |
| XhtmlException |
|---|

