Models the context in which a node is matched.
These objects are only applied when the node is an {@link org.thymeleaf.dom.Element}. This is needed because a processor's applicability specifies an element or attribute name, but dialects might be configured with any prefix, and this will affect matching capabilities because final names will be composed of both prefix and name.
Matching contexts help matchers know the circumstances in which a node is trying to match, specifically the prefix being applied to the dialect.
@author Daniel Fernández @since 2.0.0
|
|