protected class RegexNodeScanner.RegexMatcherVisitor
extends org.dom4j.VisitorSupport
| Modifier and Type | Field and Description |
|---|---|
protected List<org.dom4j.Node> |
matchingNodes |
protected Pattern |
pattern |
| Constructor and Description |
|---|
RegexMatcherVisitor(List<org.dom4j.Node> matchingNodes,
Pattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
matchNodeText(org.dom4j.Node node) |
void |
visit(org.dom4j.Attribute attribute) |
void |
visit(org.dom4j.CDATA cdata) |
void |
visit(org.dom4j.Text text) |
protected List<org.dom4j.Node> matchingNodes
protected Pattern pattern
public void visit(org.dom4j.Text text)
visit in interface org.dom4j.Visitorvisit in class org.dom4j.VisitorSupportpublic void visit(org.dom4j.CDATA cdata)
visit in interface org.dom4j.Visitorvisit in class org.dom4j.VisitorSupportpublic void visit(org.dom4j.Attribute attribute)
visit in interface org.dom4j.Visitorvisit in class org.dom4j.VisitorSupportprotected boolean matchNodeText(org.dom4j.Node node)
Copyright © 2018 CrafterCMS. All rights reserved.