Visits a non standard attribute of the field. @param attribute an attribute.
(final Attribute attribute)
| 121 | * @param attribute an attribute. |
| 122 | */ |
| 123 | public void visitAttribute(final Attribute attribute) { |
| 124 | if (fv != null) { |
| 125 | fv.visitAttribute(attribute); |
| 126 | } |
| 127 | } |
| 128 | |
| 129 | /** |
| 130 | * Visits the end of the field. This method, which is the last one to be called, is used to inform |