protected class AbstractDOMTraversalStage.TraversalContext extends Object
| Modifier and Type | Field and Description |
|---|---|
private Item<Element> |
item
The
Item this traversal is being performed on. |
private net.shibboleth.utilities.java.support.collection.ClassToInstanceMultiMap<Object> |
stash
Map of data for this traversal.
|
| Constructor and Description |
|---|
AbstractDOMTraversalStage.TraversalContext(Item<Element> contextItem)
Constructor.
|
private final net.shibboleth.utilities.java.support.collection.ClassToInstanceMultiMap<Object> stash
public Item<Element> getItem()
Item this traversal is being performed on.Itempublic net.shibboleth.utilities.java.support.collection.ClassToInstanceMultiMap<Object> getStash()
Copyright © 1999–2016. All rights reserved.