public interface NamespaceEventChannel
Modifier and Type | Method and Description |
---|---|
void |
remapped(String oldPrefix,
String newPrefix,
String uri)
Called when a namespace has been remapped.
|
void |
setListener(NamespaceEventListener listener)
Set listener that will receive information about incoming, external namespace events.
|
void remapped(String oldPrefix, String newPrefix, String uri)
oldPrefix
- old prefix. if null
this is a fresh mappingnewPrefix
- new prefix. if null
this is an unmap operationuri
- uri to map prefix tovoid setListener(NamespaceEventListener listener)
listener
- namespace event listenerCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.