|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.content.render.xhtml.storage.time.StorageTimeUnmarshaller
public class StorageTimeUnmarshaller
Constructor Summary | |
---|---|
StorageTimeUnmarshaller(TimeModelDecorator timeModelDecorator)
|
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. |
Time |
unmarshal(javax.xml.stream.XMLEventReader reader,
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 StorageTimeUnmarshaller(TimeModelDecorator timeModelDecorator)
Method Detail |
---|
public Time unmarshal(javax.xml.stream.XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) throws XhtmlException
Unmarshaller
unmarshal
in interface Unmarshaller<Time>
reader
- a reader over the fragment to unmarshallmainFragmentTransformer
- TODOconversionContext
- the conversion context
XhtmlException
- if some other problem occurspublic boolean handles(javax.xml.stream.events.StartElement startElementEvent, ConversionContext conversionContext)
Unmarshaller
handles
in interface Unmarshaller<Time>
startElementEvent
- start elementconversionContext
- the conversion context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |