public interface NamespaceHandler
| Modifier and Type | Method and Description |
|---|---|
void |
endPrefixMapping(String prefix)
A namespace prefix is going out of scope.
|
void |
startPrefixMapping(String prefix,
String uri)
A namespace prefix is being defined..
|
void startPrefixMapping(String prefix, String uri)
prefix - the name of the prefix (ie the X in xmlns:X=U)uri - the uri string (ie the U)void endPrefixMapping(String prefix)
prefix - the name of the prefix (ie the X in xmlns:X=U)Licenced under the Apache License, Version 2.0