|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void startNamespaceDeclScope(int prefix, int uri) throws Exception
prefix
- the StringPool handle of the namespace prefix being declareduri
- the StringPool handle of the namespace's URI
Exception
public void endNamespaceDeclScope(int prefix) throws Exception
prefix
- the StringPool handle of the namespace prefix going out of scope
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |