Interface ElementHandler<P extends ParseContext<P>>

Type Parameters:
P - The type of Parse Context.
All Known Implementing Classes:
SimpleParseContext.CallbackElementHandler

public interface ElementHandler<P extends ParseContext<P>>
Something that is able to handle configuration events.

Author:
Rob Gordon.
  • Method Summary

    Modifier and Type
    Method
    Description
    onStartElement(ArooaElement element, P parentContext)
    Handles a configuration element.