public class StorageLegacyPageLayoutUnMarshaller extends Object implements Unmarshaller<PageLayout>
EditorPageLayoutUnMarshaller.| Constructor and Description |
|---|
StorageLegacyPageLayoutUnMarshaller(XmlEventReaderFactory xmlEventReaderFactory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handles(StartElement startElement,
ConversionContext conversionContext)
Determines whether or not this unmarshaller should be applied to a fragment with the specified start element.
|
PageLayout |
unmarshal(XMLEventReader xmlEventReader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext)
Unmarshalls a StAX event stream to an object.
|
public StorageLegacyPageLayoutUnMarshaller(XmlEventReaderFactory xmlEventReaderFactory)
public boolean handles(StartElement startElement, ConversionContext conversionContext)
Unmarshallerhandles in interface Unmarshaller<PageLayout>startElement - start elementconversionContext - the conversion contextpublic PageLayout unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) throws XhtmlException
Unmarshallerunmarshal in interface Unmarshaller<PageLayout>xmlEventReader - a reader over the fragment to unmarshallmainFragmentTransformer - TODOconversionContext - the conversion contextXhtmlException - if some other problem occursCopyright © 2003–2018 Atlassian. All rights reserved.