|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectorg.thymeleaf.processor.TextNodeProcessorMatcher
public final class TextNodeProcessorMatcher
Implementation of ITextNodeProcessorMatcher that matches every node extending
from AbstractTextNode, this is, Text and
CDATASection nodes.
| Constructor Summary | |
|---|---|
TextNodeProcessorMatcher()
|
|
| Method Summary | |
|---|---|
Class<? extends AbstractTextNode> |
appliesTo()
Returns the type of Node this matcher applies to (and therefore the type of Node that processors with this matcher will apply to). |
boolean |
matches(Node node,
ProcessorMatchingContext context)
Try to match the node, using the specified matching context. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextNodeProcessorMatcher()
| Method Detail |
|---|
public boolean matches(Node node,
ProcessorMatchingContext context)
IProcessorMatcherTry to match the node, using the specified matching context.
matches in interface IProcessorMatcher<AbstractTextNode>node - the node to be matchedcontext - the matching context
public final Class<? extends AbstractTextNode> appliesTo()
IProcessorMatcherReturns the type of Node this matcher applies to (and therefore the type of Node that processors with this matcher will apply to).
appliesTo in interface IProcessorMatcher<AbstractTextNode>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||