Uses of Interface
org.craftercms.core.util.xml.NodeScanner
Packages that use NodeScanner
-
Uses of NodeScanner in org.craftercms.core.processors.impl.template
Fields in org.craftercms.core.processors.impl.template declared as NodeScannerModifier and TypeFieldDescriptionprotected NodeScannerTemplateProcessor.templateNodeScannerNodeScannerfor template nodes.Methods in org.craftercms.core.processors.impl.template with parameters of type NodeScannerModifier and TypeMethodDescriptionvoidTemplateProcessor.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 NodeScannerModifier and TypeClassDescriptionclassNodeScannerimplementation that scans the document to find nodes that match certain regex patterns.classNodeScannerimplementation that scans the document by executing XPath queries.