public class ClasspathXMLResolver extends ClasspathResourceResolver implements XMLResolver
Constructor and Description |
---|
ClasspathXMLResolver() |
Modifier and Type | Method and Description |
---|---|
Object |
resolveEntity(String publicID,
String systemID,
String baseURI,
String namespace)
Retrieves a resource.
|
emptyInputSource, isQuite, lookup, lookupIgnoreQuite, setMapping
public Object resolveEntity(String publicID, String systemID, String baseURI, String namespace) throws XMLStreamException
resolveEntity
in interface XMLResolver
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.XMLStreamException
Copyright © 2004–2017 52north.org. All rights reserved.