Class EditorPlaceholderUnmarshaller

    • Constructor Detail

      • EditorPlaceholderUnmarshaller

        public EditorPlaceholderUnmarshaller​(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<Placeholder>
        Parameters:
        startElement - start element
        conversionContext - the conversion context
        Returns:
        true if this unmarshaller can be applied, false otherwise