Uses of Interface
org.craftercms.core.util.xml.NodeScanner
-
Packages that use NodeScanner Package Description org.craftercms.core.processors.impl.template org.craftercms.core.util.xml.impl -
-
Uses of NodeScanner in org.craftercms.core.processors.impl.template
Fields in org.craftercms.core.processors.impl.template declared as NodeScanner Modifier and Type Field Description protected NodeScannerTemplateProcessor. templateNodeScannerNodeScannerfor template nodes.Methods in org.craftercms.core.processors.impl.template with parameters of type NodeScanner Modifier and Type Method Description voidTemplateProcessor. setTemplateNodeScanner(NodeScanner templateNodeScanner)Sets theNodeScannerfor template nodes. -
Uses of NodeScanner in org.craftercms.core.util.xml.impl
Classes in org.craftercms.core.util.xml.impl that implement NodeScanner Modifier and Type Class Description classRegexNodeScannerNodeScannerimplementation that scans the document to find nodes that match certain regex patterns.classXPathNodeScannerNodeScannerimplementation that scans the document by executing XPath queries.
-