public interface XMLResolver
Modifier and Type | Method and Description |
---|---|
Object |
resolveEntity(String publicID,
String systemID,
String baseURI,
String namespace)
Retrieves a resource.
|
Object resolveEntity(String publicID, String systemID, String baseURI, String namespace) throws XMLStreamException
XMLStreamException
- if there was a failure attempting to resolve the resource.publicID
- The public identifier of the external entity being referenced, or null if none was supplied.systemID
- The system identifier of the external entity being referenced.baseURI
- Absolute base URI associated with systemId.namespace
- The namespace of the entity to resolve.aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.