public class CompoundEntityResolver extends Object implements EntityResolver
| Constructor and Description |
|---|
CompoundEntityResolver(EntityResolver first,
EntityResolver second)
Constructs a CompoundEntityResolver.java.
|
CompoundEntityResolver(List<EntityResolver> resolvers)
Constructs a CompoundEntityResolver.java.
|
| Modifier and Type | Method and Description |
|---|---|
InputSource |
resolveEntity(String publicId,
String systemId) |
public CompoundEntityResolver(EntityResolver first, EntityResolver second)
first - second - public CompoundEntityResolver(List<EntityResolver> resolvers)
resolvers - public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity in interface EntityResolverSAXExceptionIOExceptionEntityResolver.resolveEntity(java.lang.String, java.lang.String)Copyright © 2005–2016 The Kuali Foundation. All rights reserved.