Class AbstractElementValidationStage<T>

java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
Type Parameters:
T - type to convert each Element to for validation
All Implemented Interfaces:
Stage<Element>, net.shibboleth.shared.component.Component, net.shibboleth.shared.component.DestructableComponent, net.shibboleth.shared.component.IdentifiableComponent, net.shibboleth.shared.component.IdentifiedComponent, net.shibboleth.shared.component.InitializableComponent
Direct Known Subclasses:
StringElementValidationStage

@ThreadSafe public abstract class AbstractElementValidationStage<T> extends AbstractElementVisitingValidationStage<T,Element>
Abstract base class allowing a selected subset of Elements in a DOM document to be validated as a given type.
Since:
0.10.0