Annotation Type SetTop


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

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
    Defines several @SetTop 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
    boolean
    Marks the rule be invoked when begin or end events match.
    The namespace URI for which this Rule is relevant, if any.
  • Element Details

    • pattern

      String pattern
      The element matching pattern.
    • fireOnBegin

      boolean fireOnBegin
      Marks the rule be invoked when begin or end events match.
      Default:
      false
    • namespaceURI

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