Package net.shibboleth.metadata.dom
Interface AttrVisitor
- All Known Implementing Classes:
WhitespaceTrimmingVisitor
@ThreadSafe
public interface AttrVisitor
Provides a variation of the Visitor pattern for performing operations on
DOM attributes which are part of
Element items.
All implementations of this interface must be thread-safe.
- Since:
- 0.9.0
-
Method Summary