Interface FragmentFactory

All Known Subinterfaces:
FragmentFactorySPI
All Known Implementing Classes:
FragmentFactoryDOMGetter, FragmentFactoryXPathPredefinedGetter

public interface FragmentFactory
Factory for event fragments for use with DOM getters.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final EPTypeClass
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getEvent(Node result)
    Returns a fragment for the node.
  • Field Details

  • Method Details

    • getEvent

      EventBean getEvent(Node result)
      Returns a fragment for the node.
      Parameters:
      result - node to fragment
      Returns:
      fragment