Ability to customize anchor names

Issue #314 resolved
Andrey Somov created an issue

The copy of the issue 102: https://code.google.com/p/snakeyaml/issues/detail?id=202

The idea is to provide a simple interface to be implemented by users:

public interface AnchorGenerator {

    String nextAnchor(Node node);
}

The original Java object is not available at this point but its Node representation can be used.

Comments (2)

  1. Log in to comment