Implementation of the {@link org.thymeleaf.dom.DOMSelector.INodeReferenceChecker} interface used for lookingfor standard fragment signature attributes in nodes, and consider the names of the fragments to be reference values.
For example, if the standard fragment signature attribute is th:fragment (which is the default), objects of this class will consider that DOM Selector expressions like myfrag or %myfrag will match th:fragment="myfrag(param1, param2)".
@author Daniel Fernández @since 2.1.0
|
|
|
|