Annotation Type CallMethod


Methods annotated with CallMethod will be bound with CallMethodRule digester rule.
Since:
2.1
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
    Defines several @CallMethod annotations on the same element.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The element matching pattern.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The namespace URI for which this Rule is relevant, if any.
    boolean
    Marks the CallMethodRule to be invoked using the matching element body as argument.
  • Element Details

    • pattern

      String pattern
      The element matching pattern.
    • namespaceURI

      String namespaceURI
      The namespace URI for which this Rule is relevant, if any.
      Since:
      3.0
      Default:
      ""
    • usingElementBodyAsArgument

      boolean usingElementBodyAsArgument
      Marks the CallMethodRule to be invoked using the matching element body as argument.
      Default:
      false