Class StorageLegacyPageLayoutUnMarshaller

    • Constructor Detail

      • StorageLegacyPageLayoutUnMarshaller

        public StorageLegacyPageLayoutUnMarshaller​(XmlEventReaderFactory xmlEventReaderFactory)
    • Method Detail

      • handles

        public boolean handles​(StartElement startElement,
                               ConversionContext conversionContext)
        Description copied from interface: Unmarshaller
        Determines whether or not this unmarshaller should be applied to a fragment with the specified start element.
        Specified by:
        handles in interface Unmarshaller<PageLayout>
        Parameters:
        startElement - start element
        conversionContext - the conversion context
        Returns:
        true if this unmarshaller can be applied, false otherwise