org.enhydra.apache.xerces.utils
Interface NamespacesScope.NamespacesHandler

All Known Implementing Classes:
XMLValidator, TraverseSchema
Enclosing class:
NamespacesScope

public static interface NamespacesScope.NamespacesHandler

NamespacesHandler allows a client to be notified when namespace scopes change


Method Summary
 void endNamespaceDeclScope(int prefix)
          endNamespaceDeclScope is called when a namespace scope ends
 void startNamespaceDeclScope(int prefix, int uri)
          startNamespaceDeclScope is called when a new namespace scope is created
 

Method Detail

startNamespaceDeclScope

public void startNamespaceDeclScope(int prefix,
                                    int uri)
                             throws Exception
startNamespaceDeclScope is called when a new namespace scope is created
Parameters:
prefix - the StringPool handle of the namespace prefix being declared
uri - the StringPool handle of the namespace's URI
Throws:
Exception -  

endNamespaceDeclScope

public void endNamespaceDeclScope(int prefix)
                           throws Exception
endNamespaceDeclScope is called when a namespace scope ends
Parameters:
prefix - the StringPool handle of the namespace prefix going out of scope
Throws:
Exception -  


Copyright © 1999 The Apache Software Foundation. All Rights reserved.