org.apache.jackrabbit.name
Interface NamespaceListener
- public interface NamespaceListener
Receives notifications when a namespace mapping changes.
Method Summary |
void |
prefixRemapped(String prefix,
String uri)
Notifies the listener that the namespace uri has been
re-mapped to the new prefix . |
prefixRemapped
public void prefixRemapped(String prefix,
String uri)
- Notifies the listener that the namespace
uri
has been
re-mapped to the new prefix
.
- Parameters:
prefix
- the new prefix for uri
.uri
- the namespace uri.
Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.