Annotation Type XNode

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean trim
      Whether to trim text content for element nodes.
      String value
      An xpathy expression specifying the XML node to bind to.
    • Element Detail

      • value

        String value
        An xpathy expression specifying the XML node to bind to.
        Returns:
        the node xpath
        Default:
        ""
      • trim

        boolean trim
        Whether to trim text content for element nodes.

        Ignored for attribute nodes.

        Default:
        true