public interface IslandVerifier extends ContentHandler
Modifier and Type | Method and Description |
---|---|
void |
endChildIsland(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.
|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
void setDispatcher(Dispatcher disp)
ElementDecl[] endIsland() throws SAXException
SAXException
void endChildIsland(String uri, ElementDecl[] assignedDecls) throws 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.SAXException