public interface NamespaceEventListener
Modifier and Type | Method and Description |
---|---|
void |
externalRemap(String oldPrefix,
String newPrefix,
String uri)
Called when a namespace has been externally remapped.
|
void externalRemap(String oldPrefix, String newPrefix, String uri) throws RepositoryException
oldPrefix
- old prefix. if null
this is a fresh mappingnewPrefix
- new prefix. if null
this is an unmap operationuri
- uri to map prefix toRepositoryException
- if an error occursCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.