public class SelectiveSkippingEntityResolver extends Object implements EntityResolver
getDtdAndXsdSkippingInstance() convenience method can be used to return an instance
that skips resolution of DTDs and XML schemas.| Constructor and Description |
|---|
SelectiveSkippingEntityResolver(String systemIdsToSkipRegex) |
| Modifier and Type | Method and Description |
|---|---|
static SelectiveSkippingEntityResolver |
getDtdAndXsdSkippingInstance() |
InputSource |
resolveEntity(String publicId,
String systemId) |
public SelectiveSkippingEntityResolver(String systemIdsToSkipRegex)
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity in interface EntityResolverSAXExceptionIOExceptionpublic static SelectiveSkippingEntityResolver getDtdAndXsdSkippingInstance()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.