Should be "gets ..." for consistent tense, or better yet "returns ..." for consistency.
- nodes() return the list of all nodes - findNodes<T> returns a list of the nodes matching the class Also drops the regexp for finding form attrs in the value-relation expressions. Other minor fixes as suggested in the PR review.