Interface IXMLReferenceCollector

    • Method Detail

      • collect

        void collect​(SearchNode fromSearchNode,
                     SearchNode toSearchNode,
                     XMLReferenceExpression expression)
        Collect the from / to search node which matches the given expression.
        Parameters:
        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.