Implementation of the {@link IFragmentSpec} interface that extracts fragmentsof DOM trees using a {@link DOMSelector} object.
The DOM selector instances used by these fragment specs are stored at the expression cache (see {@link ICacheManager#getExpressionCache()}) using as key {@link #DOM_SELECTOR_EXPRESSION_PREFIX} + selectorExpression.
Objects of this class are thread-safe.
@author Daniel Fernández @since 2.0.9
|
|
|
|
|
|