| Package | Description |
|---|---|
| org.craftercms.core.processors.impl.template | |
| org.craftercms.core.util.xml.impl |
| Modifier and Type | Field and Description |
|---|---|
protected NodeScanner |
TemplateProcessor.templateNodeScanner
NodeScanner for template nodes. |
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateProcessor.setTemplateNodeScanner(NodeScanner templateNodeScanner)
Sets the
NodeScanner for template nodes. |
| Modifier and Type | Class and Description |
|---|---|
class |
RegexNodeScanner
NodeScanner implementation that scans the document to find nodes that match certain regex patterns. |
class |
XPathNodeScanner
NodeScanner implementation that scans the document by executing XPath queries. |
Copyright © 2018 CrafterCMS. All rights reserved.