public interface NamespaceListener
| Modifier and Type | Method and Description |
|---|---|
void |
namespaceAdded(String prefix,
String uri)
Deprecated.
Notifies the listeners that a new namespace
uri has been
added and mapped to prefix. |
void |
namespaceRemapped(String oldPrefix,
String newPrefix,
String uri)
Deprecated.
Notifies the listeners that an existing namespace
uri has
been re-mapped from oldPrefix to newPrefix. |
void |
namespaceRemoved(String uri)
Deprecated.
Notifies the listeners that the namespace with the given uri has been
unregistered.
|
void namespaceRemapped(String oldPrefix, String newPrefix, String uri)
uri has
been re-mapped from oldPrefix to newPrefix.oldPrefix - the old prefix.newPrefix - the new prefix.uri - the associated namespace uri.void namespaceAdded(String prefix, String uri)
uri has been
added and mapped to prefix.prefix - the prefix.uri - the namespace uri.void namespaceRemoved(String uri)
uri - the namespace uri.Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.