org.thymeleaf.processor
Interface ITextNodeProcessorMatcher

All Superinterfaces:
IProcessorMatcher<AbstractTextNode>
All Known Implementing Classes:
TextNodeProcessorMatcher

public interface ITextNodeProcessorMatcher
extends IProcessorMatcher<AbstractTextNode>

Sub-interface of IProcessorMatcher for matchers that match Text/CDATA nodes.

Every processor matching Text/CDATA nodes should have matchers implementing this interface.

Since:
2.0.0
Author:
Daniel Fernández

Method Summary
 
Methods inherited from interface org.thymeleaf.processor.IProcessorMatcher
appliesTo, matches
 



Copyright © 2012 The THYMELEAF team. All Rights Reserved.