Interface INamespaceDeclarationListener
-
public interface INamespaceDeclarationListener
The listener interface for receiving namespace declaration events from the XML parsers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
schemaLocationDeclared(String key, URI uri)
Notified when a schema location is declared from the XMLHandler.
-