Interface DataElementHandler

All Superinterfaces:
IgnoreRemainingElementsHandler
All Known Implementing Classes:
AbstractLayoutHandler, ColumnHandler, LayoutHandler, SearchLayoutHandler, TableHandler

public interface DataElementHandler extends IgnoreRemainingElementsHandler
Handler for different custom field tags (like '<number-field>' etc). Implemented as interface with default methods, so that it can be used in different class hierarchies.