public final class IgnoreVerifier extends DefaultHandler implements IslandVerifier
| Constructor and Description |
|---|
IgnoreVerifier(String s,
ElementDecl[] aelementdecl) |
| Modifier and Type | Method and Description |
|---|---|
void |
endChildIsland(String s,
ElementDecl[] aelementdecl)
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 dispatcher1)
Dispatcher passes itself to IslandVerifier by calling this method
from Dispatcher.switchVerifier method.
|
void |
startElement(String s,
String s1,
String s2,
Attributes attributes) |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharacters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMappingpublic IgnoreVerifier(String s, ElementDecl[] aelementdecl)
public ElementDecl[] endIsland()
IslandVerifierendIsland in interface IslandVerifierpublic void endChildIsland(String s, ElementDecl[] aelementdecl)
IslandVerifierendChildIsland in interface IslandVerifiers - namespace URI of the child island.public void setDispatcher(Dispatcher dispatcher1)
IslandVerifiersetDispatcher in interface IslandVerifierpublic void startElement(String s, String s1, String s2, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlerSAXExceptionCopyright © 2017 Oracle Corporation. All rights reserved.