org.kuali.rice.ken.util
Class CompoundEntityResolver
java.lang.Object
org.kuali.rice.ken.util.CompoundEntityResolver
- All Implemented Interfaces:
- EntityResolver
public class CompoundEntityResolver
- extends Object
- implements EntityResolver
EntityResolver implementation that delegates in sequence to a list of EntityResolvers,
returning the first match.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompoundEntityResolver
public CompoundEntityResolver(EntityResolver first,
EntityResolver second)
- Constructs a CompoundEntityResolver.java.
- Parameters:
first
- second
-
CompoundEntityResolver
public CompoundEntityResolver(List<EntityResolver> resolvers)
- Constructs a CompoundEntityResolver.java.
- Parameters:
resolvers
-
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
throws SAXException,
IOException
- Specified by:
resolveEntity
in interface EntityResolver
- Throws:
SAXException
IOException
- See Also:
EntityResolver.resolveEntity(java.lang.String, java.lang.String)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.