Updates the current node on the builder stack. @param current the current node
(final Object current)
| 80 | * @param current the current node |
| 81 | */ |
| 82 | protected void setCurrent(final Object current) { |
| 83 | this.current = current; |
| 84 | } |
| 85 | |
| 86 | /** |
| 87 | * Convenience method when no arguments are required. |