|
||||||||||
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.resource.identifiers.StorageResourceIdentifierUnmarshaller
public class StorageResourceIdentifierUnmarshaller
Constructor Summary | |
---|---|
StorageResourceIdentifierUnmarshaller()
|
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. |
ResourceIdentifier |
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 StorageResourceIdentifierUnmarshaller()
Method Detail |
---|
public ResourceIdentifier unmarshal(javax.xml.stream.XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) throws XhtmlException
Unmarshaller
unmarshal
in interface Unmarshaller<ResourceIdentifier>
xmlEventReader
- 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<ResourceIdentifier>
startElementEvent
- start elementconversionContext
- the conversion context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |