public interface IslandVerifier
extends org.xml.sax.ContentHandler
Modifier and Type | Method and Description |
---|---|
void |
endChildIsland(java.lang.String uri,
ElementDecl[] assignedDecls)
this method is called after verification of the child island
is completed, instead of endElement method.
|
ElementDecl[] |
endIsland()
substitute for endDocument event.
|
void |
setDispatcher(Dispatcher disp)
Dispatcher passes itself to IslandVerifier by calling this method
from Dispatcher.switchVerifier method.
|
void endChildIsland(java.lang.String uri, ElementDecl[] assignedDecls) throws org.xml.sax.SAXException
uri
- namespace URI of the child island.assignedLabel
- set of elementDecls that were successfully assigned
to this child island.
when every elementDecl was failed, then an empty array is passed.org.xml.sax.SAXException
ElementDecl[] endIsland() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void setDispatcher(Dispatcher disp)