public class EditorPageLayoutUnMarshaller extends Object implements Unmarshaller<PageLayout>
Transform the Page Layout 2 definition from the XHTML received from the editor into a holding object which can then be output into different formats such as storage format.
StoragePageLayoutMarshaller is used to actually output the canonical storage form.
| Constructor and Description |
|---|
EditorPageLayoutUnMarshaller(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 EditorPageLayoutUnMarshaller(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–2022 Atlassian. All rights reserved.