Class CompoundNamespaceContext

java.lang.Object
org.kuali.rice.ken.util.CompoundNamespaceContext
All Implemented Interfaces:
NamespaceContext

public class CompoundNamespaceContext extends Object implements NamespaceContext
XPath NamespaceContext implementation that delegates in sequence to a list of NamespaceContexts, returning the first match.
Author:
Kuali Rice Team (rice.collab@kuali.org)