@FunctionalInterface public interface IXMLReferenceCollector
XMLReferenceExpression.matchTo(org.w3c.dom.Node)| Modifier and Type | Method and Description |
|---|---|
void |
collect(SearchNode fromSearchNode,
SearchNode toSearchNode,
XMLReferenceExpression expression)
Collect the from / to search node which matches the given expression.
|
void collect(SearchNode fromSearchNode, SearchNode toSearchNode, XMLReferenceExpression expression)
fromSearchNode - the from attribute, text node to collect.toSearchNode - the to attribute, text node to collect.expression - the reference expression which matches the from / to
node.Copyright © 2023. All rights reserved.